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

Bug 104365

Summary: cyrus-sasl.ebuild must export /usr/lib/sasl2 to ld
Product: Gentoo Linux Reporter: Max Loparev <laplandersan>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Max Loparev 2005-08-31 03:57:01 UTC
since this dir contains shared libraries such as sasldb that can be linked with
other application, the system must have a way to find them at runtime. So i
suggest to add something like:

echo "LDPATH=/usr/lib/sasl2" > ??cyrus-sasl
doenvd ??cyrus-sasl

to src_install section of the ebuild.
Comment 1 Fernando J. Pereda (RETIRED) gentoo-dev 2005-11-06 03:44:08 UTC
It is my understanding that apps should link to libsasl2 rather than to the
other libraries. So it is safe to have just libsasl2 visible in LDPATH to avoid
major breakages with apps linking to the other libs.

I'm closing this as ->INVALID since I don't consider it a bug, however, I might
be totally wrong here, so please reopen if you feel like.

Cheers,
Ferdy