php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11699 Failure with Roxen/2.1.247 / Pike v7.2 release 30
Submitted: 2001-06-26 10:20 UTC Modified: 2002-01-31 05:18 UTC
From: jh at ionium dot org Assigned:
Status: Closed Package: Other web server
PHP Version: 4.0.6 OS: Linux 2.2.16
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: jh at ionium dot org
New email:
PHP Version: OS:

 

 [2001-06-26 10:20 UTC] jh at ionium dot org
using pike 7.2.30  --with-roxen  fails.
Cause:  sapi/roxen/roxen.c  tries to include error.h from the pike/include folder. this file looks like having been renamed to  pike_error.h

ln -s /usr/local/pike/7.2.30/include/pike/pike_error.h \
/usr/local/pike/7.2.30/include/pike/

and it doesn't fail.



./configure --with-roxen=/usr/local/roxen/server --enable-roxen-zts --with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir=/usr/lib --with-freetype-dir=/usr/local/freetype2


make

-----
/bin/sh /home/jh/php-4.0.6/libtool --silent --mode=compile gcc  -I. -I/home/jh/php-4.0.6/sapi/roxen -I/home/jh/php-4.0.6/main -I/home/jh/php-4.0.6 -I/usr/local/pike/7.2.30/include/pike -I/home/jh/php-4.0.6/Zend -I/usr/local/freetype2/include/freetype2/freetype -I/usr/local/mysql/include/mysql -I/home/jh/php-4.0.6/ext/xml/expat/xmltok -I/home/jh/php-4.0.6/ext/xml/expat/xmlparse -I/home/jh/php-4.0.6/TSRM  -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -I../TSRM -g -O2 -pthread  -c roxen.c
roxen.c: In function `f_php_roxen_request_handler':
roxen.c:632: warning: passing arg 1 of `error' makes integer from pointer without a cast
roxen.c:632: too few arguments to function `error'
roxen.c:636: warning: passing arg 1 of `error' makes integer from pointer without a cast
roxen.c:636: too few arguments to function `error'
roxen.c:672: warning: passing arg 1 of `error' makes integer from pointer without a cast
roxen.c:672: too few arguments to function `error'
make[3]: *** [roxen.lo] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis ?/home/jh/php-4.0.6/sapi/roxen?
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis ?/home/jh/php-4.0.6/sapi/roxen?
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis ?/home/jh/php-4.0.6/sapi?
make: *** [all-recursive] Fehler 1
-----




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-31 05:18 UTC] yohgaki@php.net
Fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC