php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1742 previous declaration of `dlerror'
Submitted: 1999-07-20 01:09 UTC Modified: 1999-08-14 12:53 UTC
From: bleyton at cpe-corp dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 1 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bleyton at cpe-corp dot com
New email:
PHP Version: OS:

 

 [1999-07-20 01:09 UTC] bleyton at cpe-corp dot com
(Migrated from other database by Jim.)

Oooh, am I the first to report a bug???  Wouldn't that be cool...

Anyways, this installation is on AIX 4.2.1.  Here's my do-conf (copied directly from my
3.0.11 installation):

rm config.cache
./configure --with-mysql=/usr/local/lib/mysql \
--with-ldap \
--with-openlink=/usr/openlink --enable-trackvars \
--with-apache=/usr/local/lib/apache_1.3.6 

This runs fine, then when I 'make', I get the following error:

Making all in ext
Making all in apache
        gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libzend -I../../TSRM -I/usr/
local/lib/apache_1.3.6/src/include -I/usr/local/lib/apache_1.3.6/src/os/unix   -
I/usr/local/include -I/usr/local/lib/mysql/include  -I  -I../.. -I../../libzend 
   -O2 -g -c apache.c
In file included from /usr/local/lib/apache_1.3.6/src/include/ap_config.h:115,
                 from ../../php.h:170,
                 from apache.c:22:
/usr/local/lib/apache_1.3.6/src/os/unix/os.h:116: conflicting types for `dlerror
'
/usr/include/dlfcn.h:35: previous declaration of `dlerror'
make: The error code from the last command is 1.


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


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


Stop.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-14 12:53 UTC] zeev at cvs dot php dot net
Should be fixed in the latest CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 01:01:34 2025 UTC