Back in Feb of last year, someone asked a question that seems similar to mine, but it doesn't look like he got any answer. I'm hoping I'm luckier. I'm trying to install PHP 4.1.1 into my local user directory, and I get along fine until I get to "make install". Then I get the following error:
Making install in . /path/to/user-dir/php-4.1.1/build/shtool install -c -m 0755 php /user/local/bin/ cp: /usr/local/bin/#INST@168538#: Permission denied make: The error code from the last command is 1. Obviously, I'm suffering from lack of permissions in /usr/local/bin, whis is as it should be. In the words of the person from last February, "What is it trying to do and how can I get it to try to do it in the local user's directory?" My configure command goes thusly: CPPFLAGS=-I/path/to/user-dir/include-dir LDFLAGS=-L/path/to/user-dir/include-dir ./configure --enable-force-cgi-redirect --without-gd --with-mysql=/path/to/u ser-dir//mysql-dir If you need more information, let me know and I'll see what I can provide. I'm not the admin for the server, so I'm a little sketchy on it's details. Thanks to any who can help. --Hunter Vaughn ([EMAIL PROTECTED]) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php