php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #980 Cannot compile with Apache
Submitted: 1998-12-08 08:00 UTC Modified: 1999-06-27 22:27 UTC
From: bancha at thai dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.5 OS: Sparc Solaris 2.5.1 with gcc 2.8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bancha at thai dot com
New email:
PHP Version: OS:

 

 [1998-12-08 08:00 UTC] bancha at thai dot com
gcc  -DSOLARIS2=251 -DUSE_HSREGEX `./apaci`    \
      -o httpd buildmark.o modules.o  modules/php3/libphp3.a  modules/standard/l
ibstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a  -L
modules/php3 -L../modules/php3 -L../../modules/php3 -lmodphp3          -L/export
/home/mysql/lib -lmysqlclient                    -lm -ldl -lsocket -lnsl  -lreso
lv  -lsocket -lnsl
Undefined                       first referenced
 symbol                             in file
__dn_skipname                       modules/php3/libphp3.a(dns.o)
ld: fatal: Symbol referencing errors. No output written to httpd
*** Error code 1
make: Fatal error: Command failed for target `target_static'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-24 09:28 UTC] sas at cvs dot php dot net
Well, which of your libraries contains __dn_skipname?

Please post the output of the following command:

cd /usr/lib && for i in *.a ; do nm $i | grep dn_skipname && echo $i ; done

If it doesn't output anything, replace /usr/lib with a path where you have other libraries stored.


 [1999-06-27 22:27 UTC] sas at cvs dot php dot net
Ok, PHP pulls out the symbol from libbind now. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 09:01:31 2024 UTC