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
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: djakobse at welho dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 06:01:30 2024 UTC