Yeah, I recollect something like this.  Since I was concentrating on
other things at the moment, I forced my way through this issue as
follows:

LIBS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib"
SASL_LIB="$LIBS -lsasl"
./configure ....

gmake SASL_LIB="$SASL_LIB"
gmake install SASL_LIB="$SASL_LIB"

Oh, this was on a Solaris 8 SPARC box.

Anyway, after forcing the value of SASL_LIB, I was able to get past
the Perl stuff.  Was going to look further into this, but forgot.

-- 
Amos

On Sat, 23 Dec 2000, Ilya wrote:

> Guys, you've been great help. Couple of last things, like:
> cyradm
> Can't load
> '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so'
> for module Cyrus::IMAP:
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Cyrus/IMAP/IMAP.so:
> Undefined symbol "sasl_client_init" at
> /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
>
>  at /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Admin.pm
> line 43
> BEGIN failed--compilation aborted at
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Admin.pm line
> 43.
> BEGIN failed--compilation aborted at
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/Cyrus/IMAP/Shell.pm line
> 58.
> BEGIN failed--compilation aborted.
>
> any ideas?
> i went through the code where I could, but didnt notice any suspiciouse.
>
>

Reply via email to