ARG! I got really excited when I saw this bug, because I was hoping this meant that the --enable-libdbi option would become the default. This would keep those that use libdbi inside apache modules (and inside OpenSRF, a sub-project of the Evergreen ILS -- http://open-ils.org/) from having to build from source, since distro maintainers are more than likely not going to build binary packages with this flag turned on. For what it's worth, Solaris is confirmed to work fine with --enable-libdbi in effect.
Oh well... :) --miker PS: yes, I'd be willing to bribe someone for this. ;) On Dec 5, 2007 5:02 PM, SourceForge.net <[EMAIL PROTECTED]> wrote: > Bugs item #1844790, was opened at 2007-12-05 13:43 > Message generated for change (Settings changed) made by mhoenicka > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=512945&aid=1844790&group_id=65979 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: None > Group: None > >Status: Closed > >Resolution: Fixed > Priority: 5 > Private: No > Submitted By: Markus Hoenicka (mhoenicka) > Assigned to: Markus Hoenicka (mhoenicka) > Summary: link drivers against libdbi > > Initial Comment: > The drivers are dlopen()ed by libdbi at runtime. This works well if an app is > linked against libdbi. It apparently fails if an app dlopen()s a module which > in turn is linked against libdbi. To allow this mode of use, linking each > driver against libdbi would help and has been tested to work on Linux. See if > it works on other platforms and if it breaks other stuff. > > ---------------------------------------------------------------------- > > >Comment By: Markus Hoenicka (mhoenicka) > Date: 2007-12-05 23:02 > > Message: > Logged In: YES > user_id=85809 > Originator: YES > > oops - this has already been implemented. Just use the --enable-libdbi > configure switch > > ---------------------------------------------------------------------- > > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=512945&aid=1844790&group_id=65979 > ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Libdbi-drivers-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-drivers-devel
