|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-12 16:14 UTC] dan at stratabase dot com
[2000-12-18 10:49 UTC] sniper@php.net
[2000-12-18 15:37 UTC] dan at stratabase dot com
[2000-12-18 19:16 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jun 27 17:00:01 2026 UTC |
./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?