[PHP-INSTALL] libphp5.so missing from v5.1.6

2006-09-28 Thread Causevic, Dzenan
I downloaded 5.1.6 version and try to install it with my Apache HTTP 2.2, and it went smooth, however when I tried to run HTTP after the installation I couldn’t cos the error message said libphp5.so was missing. I did go to the modules directory of HTTP apache and it was really missing the

RE: [PHP-INSTALL] libphp5.so missing from v5.1.6

2006-09-28 Thread Jamie Kiefner
If you are on Linux, do an updatedb and then locate libphp5.so (or a find / -name libphp5.so). The module is created when you make and install, but might not be in your apache modules directory (depending what your ./configure directives where). If you find it either link to it, or cp it to

[PHP-INSTALL] Library problems during configure on RHAS 3.0 with PHP 5.1.6

2006-09-28 Thread Suley, Mohit \(GE, Corporate, consultant\)
Hello, I am trying to compile PHP 5.1.6 on Redhat AS 3.0 , but have been hitting problems during configure. Here are some details: Configure: ./configure --with-apxs2=/appl/apache/bin/apxs --prefix=/appl/php-5.1.6 --with-mysql --with-xml --with-curl=/appl/curl7/to/curl/tree --with-regex=sys

[PHP-INSTALL] Compiler error: Cannot find MySQL header files under...

2006-09-28 Thread Robert Pollard
Hello, I am about to pull myself bald trying to figure out what this crazy configure script wants. I have done several days of research but everyone is saying nothing that has helped. The compilation process cannot find a friggin file even though the directive I'm giving configure is pointing

Re: [PHP-INSTALL] Compiler error: Cannot find MySQL header files under...

2006-09-28 Thread Peter Hodge
It's not cached is it? rm config.cache - Peter --- Robert Pollard <[EMAIL PROTECTED]> wrote: > Hello, > > I am about to pull myself bald trying to figure out what this crazy configure > > script wants. I have done several days of research but everyone is saying > nothing that has helped.