Re: [Exim] compiling ldap support (still...)

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Todd Jagger
Fecha:  
A: exim-users
Asunto: Re: [Exim] compiling ldap support (still...)
At 09:48 AM 09/20/1999 +0100, Philip Hazel wrote:
>On Sun, 19 Sep 1999, Todd Jagger wrote:
>
> > ld32: ERROR 33: Unresolved text symbol "ldap_is_ldap_url" -- 1st 
> referenced
> > by lookups/lookups.a(ldap.o).
> >          Use linker option -v to see when and which objects, archives and
> > dsos are loaded.

>
>Have you set -lldap somewhere (e.g. in LOOKUP_LIBS)? You need that in
>order to get the LDAP library available for use.


Thanks Phillip,

That was easy enough. Now it looks like there's a conflict in the LIBS
libraries. Here's what it's showing:

libident/libident.a pcre/libpcre.a directors/directors.a \
           routers/routers.a transports/transports.a lookups/lookups.a \
           -lelf     \
           -L/usr/lib -llibldapssl30
ld32: FATAL 12: Expecting n32 objects: /usr/lib/libelf.a(nlist.o) is o32.


This is an IRIX 6.5 machine. I'm betting there's a tweak I could put in
the Makefile-IRIX65 file to make this work but I'm not smart enough to know
what that would be.

I'm sure there are a few folks out here who've been successfulling in
building Exim w/ ldap support on IRIX 6.5. Any suggestions?

Thanks again,
Todd