[PHP-INST] Apache module or Comandline module?

2001-03-22 Thread David Tandberg-Johansen
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 ex

Re: [PHP-INST] Configuring Sessions In PHP

2001-03-22 Thread hi
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: . -- PHP Install Ma

Re: [PHP-INST] Not able to install PHP with LDAP

2001-03-22 Thread Bernd Muent
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

php-install Digest 22 Mar 2001 16:59:03 -0000 Issue 230

2001-03-22 Thread php-install-digest-help
php-install Digest 22 Mar 2001 16:59:03 - 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 Adm

[PHP-INST] DSO Problem -- Ouch

2001-03-22 Thread Greg McClure
Folks, Last night I was determined to install a completely dynamic Apache with PHP as a DSO. I got Apache 1.3.19, grabbed PHP 4.0.4pl1 and set to work. Apache compiled just fine with: ./configure --enable-module=most --enable-module=so --enable-shared=max make make install Happy joy. Apache i

Re: [PHP-INST] DSO Problem -- Ouch

2001-03-22 Thread Rasmus Lerdorf
If you are on Linux you need to add the directory that libmysqlclient.so is in to /etc/ld.so.conf and run ldconfig -Rasmus On Thu, 22 Mar 2001, Greg McClure wrote: > Folks, > > Last night I was determined to install a completely dynamic Apache with > PHP as a DSO. I got Apache 1.3.19, grabbed P

Re: [PHP-INST] DSO Problem -- Ouch

2001-03-22 Thread Steve Brazill
I usually just place 'symbolic' links from "/usr/lib" (the 'default' lib area) to the actual files... cd /usr/lib ln -s /usr/local/mysql/lib/mysql/libmysqlclient.so.6 (libmysqlclient.so.10 for 3.23 versions) Rasmus Lerdorf wrote: > If you are on Linux you need to add the dir

[PHP-INST] THANKS! Just one more thing ...

2001-03-22 Thread Greg McClure
Rasmus, Steve, Thanks very much for taking the time, the ldconfig suggestion took care of the problem handily. PHP's running as a DSO and this may be the happiest moment of my life. Okay. I ran into a similar problem with the Sablot processor. Expat is installed properly, and the PHP config se

[PHP-INST] Sablotron installed

2001-03-22 Thread Greg McClure
Folks, With regard to my previous debug.log dump and missive about the Sablotron errors, it appears that updating ld.so.conf solved the problem in just the same way that it did for the mysqlclient issue. Everything installed and the phpinfo() shows that sablotron support is enabled. I'm trusting

[PHP-INST] SAMBAR 4.4 / PHP

2001-03-22 Thread Alex Bamesreiter
enjoy having SAMBAR SERVER with PHP runninng your system. It's great, it's fast, it's fun. Alex -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROT

[PHP-INST] Installing extensions (GD) - trouble

2001-03-22 Thread Jason Lam
I am running RH 7.0 and installed PHP with the RPM and recently upgraded with the latest RPM of PHP. I need GD support now. Is there anyway I can just compile GD extension instead of the whole thing? Or can I compile the whole PHP and just copy the gd.so over to my running PHP dir? Also, I am al

php-install Digest 23 Mar 2001 05:05:46 -0000 Issue 231

2001-03-22 Thread php-install-digest-help
php-install Digest 23 Mar 2001 05:05:46 - Issue 231 Topics (messages 2554 through 2560): DSO Problem -- Ouch 2554 by: Greg McClure 2555 by: Rasmus Lerdorf 2556 by: Steve Brazill THANKS! Just one more thing ... 2557 by: Greg McClure Sablotron installed