php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15507 Fails to compile with newest Apache 1.3.23!
Submitted: 2002-02-11 11:44 UTC Modified: 2002-05-04 13:02 UTC
From: djakobse at welho dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.1 OS: BeOS R5.0.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 + 47 = ?
Subscribe to this entry?

 
 [2002-02-11 11:44 UTC] djakobse at welho dot com
tried compiling newest Apache 1.3.23 with newest php 4.1.1 according to VERBOSE STATIC module INSTALL instructions from php main dir, but it seems to be a nogo.. 

gcc  -DBONE -I/boot/develop/php-4.1.1 -I/boot/develop/php-4.1.1/main -I/boot/develop/php-4.1.1/main -I/boot/develop/php-4.1.1/Zend -I/boot/develop/php-4.1.1/Zend -I/boot/develop/php-4.1.1/TSRM -I/boot/develop/php-4.1.1/TSRM -I/boot/develop/php-4.1.1 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`    \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a  lib/expat-lite/libexpat.a  -Wl,-rpath,/boot/home/config/lib  -L/boot/home/config/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4   -lpq -lbind -lsocket  -lbe -lroot  -lbind -lsocket -lbe -lroot
modules/php4/libphp4.a(fopen_wrappers.o): In function `php_fopen_with_path':
/boot/develop/php-4.1.1/main/fopen_wrappers.c:411: undefined reference to `realpath'
/boot/develop/php-4.1.1/main/fopen_wrappers.c:418: undefined reference to `realpath'
/boot/develop/php-4.1.1/main/fopen_wrappers.c:480: undefined reference to `realpath'
modules/php4/libphp4.a(safe_mode.o): In function `php_checkuid':
/boot/develop/php-4.1.1/main/fopen_wrappers.c:104: undefined reference to `realpath'
/boot/develop/php-4.1.1/main/fopen_wrappers.c:128: undefined reference to `realpath'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/boot/develop/apache_1.3.23/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/boot/develop/apache_1.3.23'
make: *** [build] Error 2
[bebox2:/boot/develop/apache_1.3.23 ]$

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-04 13:02 UTC] markonen@php.net
This seems to have been fixed in 4.2.0.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC