Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 183518 - net-dns/mydns links mysql library statically
Summary: net-dns/mydns links mysql library statically
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
: 252535 (view as bug list)
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2007-06-28 12:27 UTC by Matus UHLAR - fantomas
Modified: 2009-02-17 01:00 UTC (History)
3 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 Matus UHLAR - fantomas 2007-06-28 12:27:00 UTC
the configure script in MyDNS instructs it to statically link libmysql (or possiobly libpq, haven't tried)using the '-static' option.



Reproducible: Always

Steps to Reproduce:
1. build MyDNS with mysql option
2. ldd /usr/sbin/mydns
Actual Results:  
no libmysql seen in output of ldd. Instead, the mydns binary is huge.

Expected Results:  
libmysql should be seen and it should be possible to upgrqade it without reinstalling of mydns.

The problem is documented and fixed at http://sourceforge.net/tracker/index.php?func=detail&aid=1543923&group_id=58026&atid=486263
Please add this patch to MyDNS ebuild, if possible.
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2008-12-28 01:30:47 UTC
*** Bug 252535 has been marked as a duplicate of this bug. ***
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2008-12-28 01:47:17 UTC
sorry for delay
Fixed in cvs.
Comment 3 Max Nokhrin 2009-02-13 03:38:55 UTC
Can you please take a look at bug 253510? It seems to be a similar bug.
Comment 4 Matus UHLAR - fantomas 2009-02-13 07:46:58 UTC
I don't think so. What makes you think that?
Comment 5 Max Nokhrin 2009-02-17 01:00:22 UTC
It seemed so at first glance because it also is a case of bundled libraries...