Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8275 - python-ldap ebuild doesn't work.
Summary: python-ldap ebuild doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
: 7062 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-23 17:51 UTC by Jason Jeremias
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
python-ldap-2.0.0_pre05.ebuild (python-ldap-2.0.0_pre05.ebuild,1.04 KB, text/plain)
2002-09-23 17:52 UTC, Jason Jeremias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Jeremias 2002-09-23 17:51:43 UTC
The python-ldap ebuild is broken.  If you emerge python-ldap, when its complete
type python, once in the interpreter type import ldap.  You'll get this message
 
>>> import ldap
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.2/site-packages/ldap/__init__.py", line 11, in ?
    from _ldap import *
ImportError: /usr/lib/libldap.so.2: undefined symbol: __dn_expand
>>> 

I have fixed the problem I'll attache a new .ebuild to this bug.
Comment 1 Jason Jeremias 2002-09-23 17:52:50 UTC
Created attachment 4112 [details]
python-ldap-2.0.0_pre05.ebuild

Here is the updated ebuild to fix the problems.
Comment 2 Jon Nelson (RETIRED) 2002-09-24 15:38:30 UTC
I just did a cvs commit for python-ldap-2.0.0_pre05-r1.ebuild

Thanks for the fix!
Comment 3 Jon Nelson (RETIRED) 2002-09-24 15:59:18 UTC
*** Bug 7062 has been marked as a duplicate of this bug. ***