[PHP-INSTALL] PHP and MaxDB/ODBC on RedHat 9

2004-03-20 Thread Zavier Sheran
I have a default install of Redhat 9 and MaxDB 7.5.0.8 running. PHP is v4.3.3 and this is the configure command: './configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '

[PHP-INSTALL] PHP5 ánd PHP4 on the same server with Windows

2004-03-20 Thread Bart Verkoeijen
Well, here is my problem: You can't run PHP4 and PHP5 on one Windows machine (under the same apache instance). I've searched for workarounds, but those only work on Unix systems :/. There is just ONE possible solution: I have to compile PHP for windows with a hardcoded configuration path. But I d

Re: [PHP-INSTALL] Cannot find functions from the command line

2004-03-20 Thread Chris Hewitt
Andrew Kelly wrote: Hi all, I just scanned the list archives and couldn't find my problem listed, forgive me if I just did a poor search. I've just been forced to take the 'emergency migration' of an active website that uses php to communicate with a postgresql backend. (php 4.2.3, apache 1.3.29,

Re: [PHP-INSTALL] Error: Cannot load libphp4.so

2004-03-20 Thread Chris Hewitt
mariano aragon wrote: Hi, I followed the instructions to install apache and php on my linux (RedHat9). I added the module php in the httpd.conf: LoadModule php4_module libexec/libphp4.so although the file libphp4.so does not exist in /usr/local/libexec/ nor the folder /usr/local/apache/libexec/