Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24608 - configure for mod_php-4.3.2-r3 hardcodes libmysqlclient.so to version 10
Summary: configure for mod_php-4.3.2-r3 hardcodes libmysqlclient.so to version 10
Status: RESOLVED DUPLICATE of bug 17723
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-16 13:15 UTC by Dan Stephans II
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***