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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC