certify
07-07-2001, 05:06 AM
I want to install PHP on my RAQ3. Is there any pkg file avaialble for PHP?
![]() | View Full Version : Is there any pkg file for PHP certify 07-07-2001, 05:06 AM I want to install PHP on my RAQ3. Is there any pkg file avaialble for PHP? DHWWnet 07-07-2001, 05:13 AM currently there are no pkgs for php4.0.6. We can install this for you just send me an email. SI-Chris 07-07-2001, 03:20 PM I have installed PHP4 on a RaQ3 using these instructions and it worked perfectly (although you have to be patient--it takes a while): http://www.carriebartkowiak.com/article.php?story=20001231141455622 iplexx 07-08-2001, 02:38 PM I tried to install PHP 4.0.6 @ Raq3, but it seems they've changed something in the install scripts since 4.0.4pl1 "make install" produces an apxs:Error: Unknown option: S the -S option seems to be used to change the LIBEXECDIR to $(INSTALL_ROOT)/usr/lib/apache, but the installed apxs doesn't know the -S switch as LIBEXECDIR is /usr/lib/apache default anyway, the -S isn't really needed I'm thinking on removing it from the makefiles, but as this might be a lot of work: anyone has an other idea? iplexx 07-08-2001, 03:05 PM (FYI) was more easy than thought... just need to edit config_vars.mk and remove the -S LIBEXECDIR="$(INSTALL_ROOT)/usr/lib/apache" 2 times... and make install runs smooth as always... ;) |