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