Hi,
I'm trying to install php (4.2.1) with mcrypt (2.5.0) on a unix system. I can't even "make" mcrypt, because it gives me the errors:
/usr/bin/install: cannot create regular file /usr/local/lib/libltdl.so.3.1.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory/home/.damage/myusername/mydomain.com/php/libmcrypt-2.5.0/libltdl'
make[1]: [install-am] Error 2
make[1]: Leaving directory `/home/.damage/myusername/mydomain.com/php/libmcrypt-2.5.0/libltdl'
make: *** [install-recursive] Error 1
And when I try to configure PHP, I get the error:
"configure: error: mcrypt.h not found. Please reinstall libmcrypt."
If you have time to give me any advice, I would be SO, SO happy.
Thanks!!
Lucas
PS, please don't assume I know anything. I've read some tutorials, but they assume too much, thanks.