[PHP-DEV] PHP 4.0 Bug #7982: Install with "java" option fails - $prefix/lib is not created b4 install From: dan <email protected>
Date: 11/26/00

From: dan <email protected>
Operating system: linux 2.2.17 (redhat 6.2)
PHP version: 4.0.3pl1
PHP Bug Type: Compile Failure
Bug description: Install with "java" option fails - $prefix/lib is not created b4 install

    ./configure \
    --prefix=/www/php \
    --with-config-file-path=/www/apache/conf \
    --with-apache=../apache_1.3.14 \
    --enable-ftp \
    --disable-debug \
    --with-unixODBC=/usr \
    --with-imap \
    --with-java \
    --with-mysql=/.usr \
    --with-pgsql=/usr \
    --with-mcrypt \
    --with-mhash \
    --enable-track-vars
    make
    mkdir -p /www/php/lib
    make install

Notice how I create the lib directory.
I didn't have to do this until I added the java support in.

If I don't create that directory, everytime I do a complete fresh install the java file becomes /www/php/lib as a file.

PS: Not related but.. I had read a post here awhile back saying that choosing your smtp server would be an option for unix platforms when 4.0.3 came out, but it doesn't. Any idea on a time frame for this?

-- 
Edit Bug report at: http://bugs.php.net/?id=7982&edit=1

-- 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>