[PHP-DEV] Re: [PHP4BETA] Testing ... PHP 4.0RC2 tarball From: Peter Kocks (peter.kocks <email protected>)
Date: 05/07/00

Hi all,

Two problems with Solaris:

1) configure does not find dlopen() or flock(), although both are in
Solaris and work fine.

2) "make install" fails if a previous version of php was installed. I
use GNU Make version 3.7. It works fine if I first blow away
/usr/local/lib/php.

Here is the errror message produced by make.

installing shared modules into
/usr/local/lib/php/extensions/no-debug-non-zts-20
000401
cp: cannot access modules/*
make[1]: Leaving directory `/var/baygate/www/apache/php-4.0RC2'
Making install in pear
make[1]: Entering directory `/var/baygate/www/apache/php-4.0RC2/pear'
make[2]: Entering directory `/var/baygate/www/apache/php-4.0RC2/pear'
mkdir: Failed to make directory "/usr/local/lib/php/File"; File exists
cp: cannot create /usr/local/lib/php/File/#INST <email protected>#: Not a
directory
make[2]: *** [install-data-local] Error 2
make[2]: Leaving directory `/var/baygate/www/apache/php-4.0RC2/pear'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/baygate/www/apache/php-4.0RC2/pear'
make: *** [install-recursive] Error 1uname -a

Details on my OS:

SunOS rincon 5.7 Generic_106542-10 i86pc i386 i86p

Php version:
php-RC2.tar.gz

./configure \
        --with-apxs=/usr/local/apache/bin/apxs \
        --with-config-file-path=/var/baygate/www/conf \
        --enable-track-vars \
        --enable-trans-sid \
        --disable-debug \
        --without-mysql \
        --with-gd \
        --with-ttf \
        --with-ndbm \
        --with-gdbm \
        --with-wddx \
        --with-xml \
        --with-informix=/opt/informix/prod \
        --with-system-regex \
        --with-imap=yes \
        --enable-sysvsem \
        --enable-sysvshm

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>