Bug #4051 Please add --with-dynamic to configure
Submitted: 8 Jun 2004 4:27 Modified: 6 Jul 2004 18:16
Reporter: [ name withheld ] Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Administrator Severity:S4 (Feature request)
Version:1.0.4 OS:Linux (Debian/Linux)
Assigned to: Alfredo Kojima CPU Architecture:Any

[8 Jun 2004 4:27] [ name withheld ]
Description:
Please add --with-dynamic as a configure option to allow linking with dynamic .so libraries instead of static ones. This is important for inclusion of mysql-administrator in distributions like Debian since applications should be dynamically linked.

How to repeat:
it is a feature request, not a bug
[9 Jun 2004 23:29] Alfredo Kojima
What libraries are being linked statically? 
I think all libraries are being linked dynamically, unless you specifically modify
the makefiles by hand.
[6 Jul 2004 18:16] Alfredo Kojima
I'm closing this ticket since --with-dynamic is usually for generating dynamic versions of libraries and none of our tools have libraries that are supposed to be usable from external applications.