php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21237 Unresolved text symbol "in6addr_any"
Submitted: 2002-12-28 03:49 UTC Modified: 2003-03-09 18:46 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: rzepa at ic dot ac dot uk Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.0 OS: Irix 6.5.16
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-12-28 03:49 UTC] rzepa at ic dot ac dot uk
Previous difficulties in compiling at  gcc 3.0.4 were 
addressed by updating to  gcc 3.1.1. The previous compile 
error no longer occurs, but instead at link point, the 
error

ld32: ERROR 33: Unresolved text symbol "in6addr_any" -- 1st 
referenced by main/network.lo.
Use linker option -v to see when and which objects, 
archives and dsos are loaded.  
ld32: INFO 152: Output file removed because of error.
is obtained


./configure --with-mysql  --with-apxs2=/var/www/apache2/
bin/apxs

against  apache 2.0.40


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-25 04:30 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


And if you get the same failure, check main/php_config.h
for HAVE_IPV6

 [2003-03-09 18:46 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-06-26 11:14 UTC] tomislav at mare dot zesoi dot fer dot hr
IPv6 is only available in Irix 6.5.19 or higher, but in main/php_config.h HAVE_IPV6 is defined. Removing HAVE_IPV6 solves the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 10:01:30 2024 UTC