Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18975 - nss_ldap installs libnss_ldap to wrong directory
Summary: nss_ldap installs libnss_ldap to wrong directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-08 10:53 UTC by Gareth John
Modified: 2003-10-17 21:58 UTC (History)
1 user (show)

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


Attachments
Patch nss_ldap ebuild to install libs in /lib instead of /usr/lib (nss_ldap-204.diff,104 bytes, patch)
2003-04-08 10:55 UTC, Gareth John
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gareth John 2003-04-08 10:53:23 UTC
nss_ldap installs the libnss_ldap.*.so library to /usr/lib instead of /lib like 
all other libnss_* libraries.

Reproducible: Always
Steps to Reproduce:
1. emerge nss_ldap
2.
3.

Actual Results:  
libs went in wrond directory

Expected Results:  
installed the libs in to the correct dir

see attached patch to ebuild.
Comment 1 Gareth John 2003-04-08 10:55:32 UTC
Created attachment 10376 [details, diff]
Patch nss_ldap ebuild to install libs in /lib instead of /usr/lib

Version 204 of nss_ldap is currently released. Unless there is a good reason
not to use it, a simple ebuild rename is all it takes to use it... (preferably
using this patch to the ebuild first).
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-04-18 13:50:07 UTC
I looked through the ChangeLog to see who the maintainer is.  Apparently, 
I have the most entries in there, though I don't maintain this package.  Note to self: find maintainer!  Gareth, do you know about all things nss or all things ldap?
Comment 3 Gareth John 2003-04-22 05:29:17 UTC
I'm not sure that I could claim to know all things NSS or all things LDAP, but I appear to be one of the few people that actually use this package. I'd be happy to maintain it if necessary.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-05-18 23:02:44 UTC
Gareth, it looks like the package itself prefers to install into /usr/lib
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-06-12 07:53:12 UTC
Maybe it prefers to, but all libnss libraries are installed in /lib and linked to /usr/lib and it's the same 
in debian. So libnss_ldap should do the same ;D 
Comment 6 Nick Hadaway 2003-06-19 00:30:34 UTC
nss_ldap-209 has been added to portage which acts the same as 207-r1 and installs the files properly to /lib... 
Please test this new build and let me know if you find any further problems.
Comment 7 Nick Hadaway 2003-10-17 21:58:03 UTC
nss_ldap-211 is now in portage as well.  Closing this bug as this problem
has long been fixed.