php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4072 conflicting types in dlerror
Submitted: 2000-04-07 15:09 UTC Modified: 2000-06-25 01:42 UTC
From: delouw at bigfoot dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 1 and 2 OS: AIX 4.3.2
Private report: No CVE-ID: None
 [2000-04-07 15:09 UTC] delouw at bigfoot dot com
Folks, I'm not a C-Programmer, anyway, I do my best

This is my config:

./configure \
--with-apxs=/usr/local/apache/bin/apxs \
--enable-versioning \
--without-mysql \
--enable-track-vars \
--enable-xml \
--with-ftp \
--without-gd


Making all in apache
make[2]: Entering directory `/usr/local/php-4.0RC1/sapi/apache'
make[3]: Entering directory `/usr/local/php-4.0RC1/sapi/apache'
/bin/sh ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/local/php-4.0RC1/sapi/apache -I../.. -I../../Zend -I/usr/local/php-4.0RC1 -I/usr/local/apache/include -I/usr/local/php-4.0RC1/ext/xml/expat/xmltok -I/usr/local/php-4.0RC1/ext/xml/expat/xmlparse  -DEAPI=1 -DXML_BYTE_ORDER=21 -D_THREAD_SAFE -O2 -g -Wall  -c sapi_apache.c
In file included from /usr/local/apache/include/ap_config.h:116,
                 from /usr/local/apache/include/httpd.h:71,
                 from sapi_apache.c:28:
/usr/local/apache/include/os.h:122: conflicting types for `dlerror'
/usr/include/dlfcn.h:57: previous declaration of `dlerror'
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/usr/local/php-4.0RC1/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/php-4.0RC1/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/php-4.0RC1/sapi'
make: *** [all-recursive] Error 1
sp03n03:/usr/local/php-4.0RC1


rgds

Luc de Louw

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-11 06:42 UTC] delouw at bigfoot dot com
the same error occures with rc2 on AIX 4.3.3 ML02
 [2000-06-25 01:42 UTC] joey at cvs dot php dot net
Please try 4.0 (release) and open a new bug if you still have problems
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC