hi! i run freebsd too, but i did not build php myself - i downloaded the package http://www.freebsd.org/cgi/ports.cgi?query=%5Emod_php4-4.3.1&stype=name and installed it with pkg_add (you have to have ports installed - you can do this by typing /stand/sysinstall (if i remember correctly). I do not see any special things you need from your configure?
.ma david clark <[EMAIL PROTECTED]> [EMAIL PROTECTED] 16:52 Uhr: > 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. > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
