php-install Digest 22 Mar 2001 16:59:03 -0000 Issue 230 Topics (messages 2551 through 2553): Apache module or Comandline module? 2551 by: David Tandberg-Johansen Re: Configuring Sessions In PHP 2552 by: hi Re: Not able to install PHP with LDAP 2553 by: Bernd Muent Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
Hello! I have an newbie question! I wonder if someone can give me an hint if it's possible to install the both versions on an linux machine: as an apache module an as an comand line module.? Is it something I should be aware of (Comon troubles, other packages, compilers, etc etc)? And if it exists and howto or manual on this topic? David
Hi, You need to go to your php.ini file and change one of the session entries. Create a folder anywhere on your computer for php to save session info in, then enter that path name in session.save_path as demonstrated in the last post. His sessions file has the path F: .....
Hi, Jani Taskinen, thank you for your tips, but it still does´nt work. Maybe I've not done it in the right order?! My System: Suse Linux 7.0, Apache 1.3.12 in /usr/local/apache, openldap 2 in /usr/local/openldap The ldap-server is working, ldapsearch, ldapadd etc. is possible. in /usr/lib there are the modules: libldap.a, libldap.so, libldap.so.1 and libldap.so.1.00 in /usr/local/lib there are : libldap.a, libldap.la,libldap.so, libldap.so.2, libldap_r.a, libldap_r.la and libldap_r.so So did a new ./configure --with-apxs for php. [I also tried 2 times with: --with-ldap and --with-apache. It seems that with Apache and with apxs is impossible (Problem : PHP as module or PHP as CGI] Then make clean, make, make install With the Option --with-apxs the line: LoadModule php4_module /usr/lib/apache/libphp4.so was insertet in my httpd.conf, but restarting apache was not possible ("Configuration broken"), although /usr/lib/apache/libphp4.so really exists. Do I have to recompile Apache, too? But how, with which spechial options?? What is with the php.ini-file? Thank you for your additional help, Bernd -- Bernd Münt euroscript Language Services GmbH Abteilung Internet/Neue Medien Dieffenbachstr. 33 10967 Berlin Durchwahl: 030/69032-509 Zentrale: 030/69032-300 Fax: 030/69043-402 Mail: [EMAIL PROTECTED] ---------------------------------------