From: Gary Mills (no email)
Date: Sun Dec 02 2001 - 16:31:54 EST
On Sun, Dec 02, 2001 at 01:50:08PM -0500, Victor wrote:
> OS: Solaris 2.7
>
> However now I am having this issue:
>
> palka[/usr/cyrus/bin]# cyradm
> Can't load
> '/usr/cyrus/lib/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so'
> for module Cyru
> s::IMAP: ld.so.1: perl: fatal: relocation error: file
> /usr/cyrus/lib/perl5/site_perl/5.005/sun4-solari
> s/auto/Cyrus/IMAP/IMAP.so: symbol SSL_clear: referenced symbol not found at
> /usr/local/lib/perl5/5.005
> 03/sun4-solaris/DynaLoader.pm line 169.
This is because libtool is broken on Solaris. The only solution that
I have found is to edit the three lower-level Makefiles under perl/imap
and then re-run the make in each directory. You have to fix the runtime
library path so that it contains the directory in which you installed
the SSL shared library. I'll attach an example below.
|
|
|