Click to See Complete Forum and Search --> : libphp4.so


Anon
06-28-2002, 05:34 AM
Hello!

I wanted to upgrade my PHP version from 4.0.6 to 4.2.1. What I did is:
*executed ./configure with options I needed (also --enable-shared)
*./make
*./make install

after there steps everything seemed fine (php -v resulted output 4.2.1), but I couldn't find anywhere libphp4.so library..

Can anyone help me to solve this problem?

Any help appreciated!

Janis

Anon
06-28-2002, 05:42 AM
You need to build it into an existing Apache like this:

./configure --with-apxs=/usr/local/apache/bin/apxs (blah blah blah)

Which will configure Apache for PHP 4.2.1 and put libphp4.so in /usr/local/apache/libexec