Hi,
i am on a shared vserver running freebsd, & i'm trying to upgrade from php 4.0.6 to 4.3.2.
I am using the configure from my phpinfo, which is:
'./configure' '--with-apxs=/usr/local/www/bin/apxs' '--with-config-file-path=/usr/local/www/etc' '--enable-versioning' '--with-system-regex' '--disable-debug' '--enable-track-vars' '--without-gd' '--without-mysql' '--with-zlib' '--with-imap=/usr/local' '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4'
I am in as su
make runs no problems
When i do make install, i get:
Installing PHP CLI binary: /usr/local/www/bin/
\Installing PHP CLI man page: /usr/local/www/man/man1/
Installing PHP SAPI module
[activating module `php4' in /usr/local/www/conf/httpd.conf]
cp libs/libphp4.so /usr/local/www/libexec/libphp4.so
cp: /usr/local/www/libexec/libphp4.so: Permission denied
apxs:Break: Command failed with rc=1
*** Error code 1
Stop in /usr/home/usr111074219/php-4.3.2.
Any ideas?
thanks