Closed Bug 76482 Opened 24 years ago Closed 24 years ago

No library search path defined for ldap40 and lber40

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: colin, Assigned: cls)

Details

[couldn't find a directory/ldap component to assign this to] In directory/xpcom/base/src/Makefile.in you currently have: EXTRA_DSO_LDOPTS += -lldap40 -llber40 $(MOZ_COMPONENT_LIBS) This means that for ldap40 and lber40 there is no defined library search path. Since MOZ_COMPONENT_LIBS contains "-L../../../../dist/bin" just by moving ldap40 and lber40 to the end of the line we can fix this problem. EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) -lldap40 -llber40
r=cls
a=roc+moz for 0.9 on behalf of drivers
Checked in. Revision 1.12 -> 1.13.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
verified.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.