Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 24608

Summary: configure for mod_php-4.3.2-r3 hardcodes libmysqlclient.so to version 10
Product: Gentoo Linux Reporter: Dan Stephans II <dstephans>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mysql-bugs, patrickn
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dan Stephans II 2003-07-16 13:15:46 UTC
When emerging mod_php-4.3.2-r3 configure errors out with an obscure cross
compiling error.  What is really happening is it is trying to link against
libmysqlclient.so.10  The latest version (with mysql 4.0.13-r3) is
libmysqlclient.so.12

Reproducible: Always
Steps to Reproduce:
1. emerge the latest mysql
2. emerge apache
3. emerge mod_php-4.3.2-r3

Actual Results:  
errored out with a cross compile error

Expected Results:  
linked against libmysqlclient.so instead of hardcoded versioning in configure
Comment 1 SpanKY gentoo-dev 2003-07-16 15:03:33 UTC
re-emerge libwww ... the configure script builds the command from libraries that it is 
trying to link against 

*** This bug has been marked as a duplicate of 17723 ***