I am trying to run php on apache as a regular user on solaris. I installed apache 1.3.20 with foll. 3 commands:
configure --with-PREFIX=/home/wwwuser/apache_1.3.20 --enable-module=so --enable-module=trackuser
make
make install
Then I start installing php 4.0.6:
configure --with-apache=/home/wwwuser/apache_1.3.20
make
make install (HERE'S THE PROBLEM)
make install tries to create dirs in /usr/local/lib and ofcourse, I donot have permissions to do that. Is there any way I can install php so that php scripts in my home directory can execute??? My SA won't install the php module even though I ave been asking him for more than a year. I have tried several different hackings but evey time make install will fail for php4.0.6. I will really really appreciate your help. If you have any questions from me, please post them here. Thanks. Happy 4th of July !