PHP custom install issue
Posted by: teamelusive
Posted on: 2005-10-24 17:51:00
So i wanted to install my own copy of php so i can allow larger uploads.
i've used http://wiki.dreamhost.com/index.php/Custom_compile_PHP_4
for the information to install it on my server.
-- at the end of the install script i get this...
configure: error: mcrypt.h not found. Please reinstall libmcrypt.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
cp: cannot stat `/home/teamelusive/php/bin/php': No such file or directory
---------- INSTALL COMPLETE! ----------
i've even went to https://panel.dreamhost.com/kbase/index.cgi?area=2538
to check out what they have posted. but they still talk about the php folder within the bin folder.
also for the php4 install they say to put this in the .htaccess file.
AddHandler phpFour .php
Action phpFour /cgi-bin/php.cgi