php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25319 Can't configure php-4.3.3 with thttpd web server (thttpd-2.21b)
Submitted: 2003-08-30 09:25 UTC Modified: 2003-09-18 06:03 UTC
From: jbrown at thrupoint dot net Assigned:
Status: No Feedback Package: Other web server
PHP Version: 4.3.3 OS: FreeBSD 4.8
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-08-30 09:25 UTC] jbrown at thrupoint dot net
Description:
------------
Hello, 
 
I followed the installation instructions for thttpd: 
----------------------------------- 
ctar xvzf thttpd-2.21b.tar.gz 
tar xvzf php-4.3.3.tar.gz 
cd php-4.3.3 
./configure --with-thttpd=../thttpd-2.21b 
make install 
---------------------------------- 
Installation fails.  See 'results' section below. 
 
Best Regards, 
jpb 
=== 
 
 
 
 

Actual result:
--------------
... toward end of 'make install' for php-4.3.3... 
 
 Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo 
Zend/zend_multibyte.lo Zend/zend_execute.lo 
sapi/cli/php_cli.lo sapi/cli/getopt.lo 
main/internal_functions_cli.lo -lcrypt -lcrypt -lm -lcrypt 
-lcrypt  -o sapi/cli/php 
ext/mysql/libmysql/my_tempnam.o: In function 
`my_tempnam': 
/opt/pkg/php-4.3.3/ext/mysql/libmysql/my_tempnam.c:117: 
warning: tempnam() possibly used unsafely; consider using 
mkstemp() 
Installing PHP CLI binary:        /usr/local/bin/ 
Installing PHP CLI man page:      /usr/local/man/man1/ 
Installing PHP SAPI module:       thttpd 
Hmm...  Looks like a unified diff to me... 
The text leading up to this was: 
-------------------------- 
|diff -ur thttpd-2.21b/Makefile.in 
thttpd-2.21b-cool/Makefile.in 
|--- thttpd-2.21b/Makefile.in   Thu Mar 29 20:36:21 2001 
|+++ thttpd-2.21b-cool/Makefile.in      Mon Jun 16 21:08:05 
2003 
-------------------------- 
patch: **** can't find 1 
*** Error code 1 
 
Stop in /opt/pkg/php-4.3.3. 
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-07 18:53 UTC] sniper@php.net
Try this (remove the old dirs first!)

# tar xvzf thttpd-2.21b.tar.gz 
# tar xvzf php-4.3.3.tar.gz
# cd thttpd-2.21b
# patch -p 1 < ../php-4.3.3/sapi/thttpd/thttpd_patch

If this fails, check your patch version:

# patch --version

 [2003-09-18 06:03 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC