php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7119 refuses to compile with thttpd 2.20
Submitted: 2000-10-10 10:18 UTC Modified: 2000-12-22 19:55 UTC
From: gamr at dynomyte dot net Assigned:
Status: Closed Package: Other web server
PHP Version: 4.0.2 OS: FreeBSD 4.0-RELEASE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gamr at dynomyte dot net
New email:
PHP Version: OS:

 

 [2000-10-10 10:18 UTC] gamr at dynomyte dot net
./configure --with-mhash --enable-bcmath --enable-calendar --enable-dbase --enable-filepro --enable-ftp --with-gd=/usr/local/ --with-ttf=/usr/local/ --with-imap=/usr/local/ --with-mcrypt=/usr/local/ --with-mysql=/usr/local/ --with-mm=/usr/local/ --enable-inline-optimization --with-jpeg-dir=/usr/local/ --enable-memory-limit --enable-dba=shared --with-gdbm --with-snmp=/usr/local/ --enable-ucd-snmp-hack --with-openssl=/usr/local/ --disable-debug --enable-sysvsem --enable-sysvshm --with-zlib --enable-versioning --with-ldap=/usr/local/ --with-gettext --with-thttpd=../thttpd-2.20/


on end of make install


echo 'PHP_LIBS = -L. -lphp4  -lpam -lc-client4 -lz -lsnmp -lmm -lmysqlclient -lmhash -lmcrypt -lmcrypt -lldap -llber -lintl -lttf -ljpeg -lpng -lz -lgd -lm -lcrypt -L/usr/local//lib -ljpeg' > /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_makefile; echo 'PHP_LDFLAGS = -R/usr/local//lib -R/usr/local/lib -R/usr/local//lib/mysql -L/usr/local//lib -L/usr/local/lib -L/usr/local//lib/mysql' >> /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_makefile; echo 'PHP_CFLAGS = -I. -I/usr/home/gamr/compile/compile/php-4.0.2/ -I/usr/home/gamr/compile/compile/php-4.0.2 -I/usr/home/gamr/compile/compile/php-4.0.2/main -I/usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20 -I/usr/home/gamr/compile/compile/php-4.0.2/Zend -I/usr/home/gamr/compile/compile/php-4.0.2 -I/usr/local/include -I/usr/local//include/freetype -I/usr/local//include/gd -I/usr/local//include -I/usr/local//include/mysql -I/usr/local//include/ucd-snmp -I/usr/home/gamr/compile/compile/php-4.0.2/ext/xml/expat/xmltok -I/usr/home/gamr/compile/compile/php-4.0.2/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -g -O2 ' >> /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_makefile; ln -s /usr/home/gamr/compile/compile/php-4.0.2/sapi/thttpd/thttpd.c /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_thttpd.c; cp /usr/home/gamr/compile/compile/php-4.0.2/sapi/thttpd/php_thttpd.h libs/libphp4.a /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20; test -f /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_patched || (cd /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20 && patch < /usr/home/gamr/compile/compile/php-4.0.2/sapi/thttpd/thttpd_patch && touch php_patched)
cannot create /usr/home/gamr/compile/compile/thttpd-2.20/thttpd-2.20/php_makefile: directory nonexistent


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-22 19:55 UTC] sas@php.net
This has been fixed in PHP 4.0.4. The trailing slash in the argument to --with-thttpd caused the errorneus behaviour.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jan 02 13:01:30 2025 UTC