Hello directory group.
Hopefully there is somebody (a developer)on here who likes to see bugs being fixed by users.
A build fails for c-sdk on SunOS. I checked it out today. The error occurs in libssl something-or-other.
in
mozilla/directory/c-sdk/ldap/libraries/libssldap/Makefile.in
line 107 reads
EXTRA_LIBS = -L(dist_libdir) -l$(LDAP_LIBNAME)
but it should read
EXTRA_LIBS = -L$(dist_libdir) -l$(LDAP_LIBNAME)
^Hope this is helpful. I would have used bugzilla but it's too confusing for my tired brain.
The build works ok after this. (I think)
One small question. I have a dist/ directory full of things. How to I convert this into a sort of package tree.
So I can have say libs in lib/ and headers in include/ ready to put in /usr/local/
what file and directories do I take. I am specifically interested in ldap_ssl things (libs/headers)
Rob
-- Rob Shepherd robshep ATT informtics D0t bangor d0t aay-see dOT you-kay _______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
