php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9405 error with dlopen parameters in apache 1.3.17
Submitted: 2001-02-22 10:32 UTC Modified: 2001-06-03 05:58 UTC
From: klein at loyno dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: aix 4.2.1
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: klein at loyno dot edu
New email:
PHP Version: OS:

 

 [2001-02-22 10:32 UTC] klein at loyno dot edu
configured php with default mysql (for now) and pointed axps to my apache1.3.17 tree. The make showed no errors. The make install failed with:

Making install in sapi
Making install in apache
        /bin/sh /u/klein/dev/php-4.0.4pl1/libtool --silent --mode=compile gcc  -I. -I/u/klein/dev/php-4.0.4pl1/sapi/apache -I/u/klein/dev/php-4.0.4pl1/main -I/u/klein/dev/php-4.0.4pl1 -I/usr/local/apache_1.3.17/include -I/u/klein/dev/php-4.0.4pl1/Zend -I/u/klein/dev/php-4.0.4pl1/ext/mysql/libmysql -I/u/klein/dev/php-4.0.4pl1/ext/xml/expat/xmltok -I/u/klein/dev/php-4.0.4pl1/ext/xml/expat/xmlparse -I/u/klein/dev/php-4.0.4pl1/TSRM  -DAIX=42 -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT -DXML_BYTE_ORDER=21 -O2  -c sapi_apache.c
In file included from /usr/local/apache_1.3.17/include/ap_config.h:117,
                 from /usr/local/apache_1.3.17/include/httpd.h:72,
                 from sapi_apache.c:32:
/usr/local/apache_1.3.17/include/os.h:123: conflicting types for `dlerror'
/usr/include/dlfcn.h:35: previous declaration of `dlerror'
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-03 05:58 UTC] sniper@php.net
Not PHP bug. Try newer apache.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC