Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php configure & sessions
Name: Don Arnett Date: May 16, 2006 at 09:26:30 Pacific OS: linux CPU/Ram: na Product: na
Comment:
We're setting up a new webserver with apache2. Php is running but sessions are disabled. When I run phpinfo() I see -disable-session in the "Configure Command" section.
I have not been able to figure out where this configure command is defined.
Thanks
Be sure to come back and let us know if our suggestions helped!
Summary: Sudeep I assume you will use mysql, apache and php together. If yes follow the following steps: Install mysql first install apache with the following command: ./configure --prefix=/usr/local/apache -...
Summary: Well, where are you postgresql include files? You need to tell the php configure script the right location (or you can try not giving any path at all, if the include files are in system dirs). If you'...