[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: MORE: Problem building openldap
Hi Vadim:
I looked thru the config.log and there is no reference to missing
files. It seems to not be able to understand that the sasl lib
stuff is in /usr/local/lib/sasl2. Which is in LIBPATH.
I have no libsasl2.so at all.
Puzzling. I believe I successfully did a test install for AIX
v5.1 a while back, but then we took the systems to 5.2 so maybe
something is broke in v5.2.
thank you for the suggestions.
> -----Original Message-----
> From: Vadim Tarassov [mailto:vadim.tarassov@swissonline.ch]
> Sent: Tuesday, January 06, 2004 2:44 PM
> To: North, Walter
> Cc: Openldap (E-mail)
> Subject: Re: Problem building openldap
>
>
> Hallo again,
>
> though I think you are missing directory containing
> libsasl2.so in your
> LD_LIBRARY_PATH or whatsoever do you have on AIX (LIBPATH?) ...
>
> Cheers, vadim tarassov
>
> North, Walter wrote:
>
> >A while back I posted a problem I was/am having building openldap.
> >I received a couple suggestions but they did me no good.
> >(thanks anyway for trying)
> >
> >So, I'll try again with more info.
> >
> >After consulting the openldap FAQ for hints, and the other
> parts as well,
> >I run into a problem.
> >
> >I want to use openldap along with samba so I need to put in kerberos,
> >berkeley db and sasl.
> >
> >I have an AIX rs6000 running v5.2
> > (which could possibly be my problem, AIX that is)
> >gcc v3.3.1 is the compiler
> >make 3.79.1 is make
> >
> >kerberos5 1.3.1 installs ok.
> >Berkeley DB v4.2.52 installs ok
> >SASL 2.1.15 seems to be happily installed
> > I put in the liked to /usr/lib/sasl2 as directed.
> >
> >Now, for openldap v2.1.25
> >
> >As suggested,
> LIBPATH=/usr/local/lib:/usr/lib/sasl2:/usr/local/lib/sasl2
> > (overkill on the sasl2 part)
> >env CC=gcc CPPFLAGS="-I/usr/local/ssl/include
> >-I/usr/local/BerkeleyDB.4.1/include" \
> >LDFLAGS="-L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.1/lib" \
> >./configure --enable-shared=no --with-threads=no
> >
> >All the options were either suggested, or the result of bad things
> >happening.
> >
> >The configure goes along finding everything until it gets to SASL
> >
> >get this warning:
> >
> >checking for sasl/sasl.h... yes
> >checking for sasl.h... no
> >checking for sasl_client_init in -lsasl2... no
> >checking for sasl_client_init in -lsasl... no
> >configure: warning: Could not locate Cyrus SASL
> >configure: warning: SASL authentication not supported!
> >
> >it finds the sasl headers but apparently not the libraries.
> >I even added the libraries to the LDFLAGS but get the same thing.
> >
> >make depend and make seemed to run just fine with no references other
> >then in the gcc lines concerning sasl
> >
> >Anyone have any ideas?
> >
> >Thanks much in advance.
> >
> >
> >-----------------------------------------------------
> >Walter North 406-444-2914
> >Operating Systems Programmer
> >wnorth (at) state (dot) mt (dot) us
> >
> >-----------------------------------------------------
> >
> >
> >
> >
>
>
>