php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7711 undefined symbol __ns_name_unpack@@GLIBC_2.1
Submitted: 2000-11-09 01:45 UTC Modified: 2001-03-10 22:57 UTC
From: gwu at acm dot org Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.3pl1 OS: Linux 2.2.17 (Debian)
Private report: No CVE-ID: None
 [2000-11-09 01:45 UTC] gwu at acm dot org
Compiling fails with the following error:


/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name __ns_name_unpack@@GLIBC_2.1
/usr/bin/ld: failed to set dynamic section sizes: Bad value

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-09 09:43 UTC] sniper@php.net
Closed.Please check bug report #5148.
This has nothing to do with PHP.

--Jani

 [2000-11-09 17:54 UTC] gwu at acm dot org
The problem was due to the fact that there was no 'libbind.so' (only libbind.a)
on the system.  In fact, libbind.so is not available in Debian BIND package.
I had to hand build libbind.so from the ISC source which does not support
building shared library.

In any case, I think the PHP configuration script should have detected the
condition and indicated as such.
 [2001-03-10 22:57 UTC] sniper@php.net
This should be fixed in CVS now.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 07:01:29 2024 UTC