On Monday 22 September 2003 15:45, Danny García Hernández wrote: > ldd command show: > > [EMAIL PROTECTED] cyrus-imapd-2.2.1-BETA]$ ldd > /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Cyrus/IMAP/IMAP.so > libssl.so.2 => /lib/libssl.so.2 (0x40018000) > libcrypto.so.2 => /lib/libcrypto.so.2 (0x40046000) > libc.so.6 => /lib/libc.so.6 (0x4010c000) > libdl.so.2 => /lib/libdl.so.2 (0x40233000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) > [EMAIL PROTECTED] cyrus-imapd-2.2.1-BETA]$ > > I think that i have to problems: > > 1- Why perl Makefile.PL can´t find my libsasl2 into /opt/lib ? > 2- After fix Makefile.PL with the correct path to INCs and LIBs, why i > can´t exceute cyradm?
I really don't know because I've never compiled cyradm "standalone" like that. Chances are if you fix #1 you will automagically fix #2 as well. --Jo