----- Forwarded message from Oguz YILMAZ <[EMAIL PROTECTED]> -----

Date: Mon, 25 Dec 2000 06:50:28 +0200
From: Oguz YILMAZ <[EMAIL PROTECTED]>
To: Steven Lembark <[EMAIL PROTECTED]>
Subject: Re: SSL_clear: refrrenced symbol not found

no. on first try I got this error.

I have installed IMAP::Admin.

cpan> i /IMAP::Admin/
Going to read /export/home/oguz/.cpan/sources/authors/01mailrc.txt.gz
Going to read /export/home/oguz/.cpan/sources/modules/02packages.details.txt.gz
Going to read /export/home/oguz/.cpan/sources/modules/03modlist.data.gz

Module id = IMAP::Admin
    DESCRIPTION  IMAP Administration
    CPAN_USERID  EESTABROO (Eric Estabrooks <[EMAIL PROTECTED]>)
    CPAN_VERSION 1.4
    CPAN_FILE    E/EE/EESTABROO/IMAP-Admin-1.4.3.tar.gz
    DSLI_STATUS  RdpO (released,developer,perl,object-oriented)
    MANPAGE      IMAP::Admin - Perl module for basic IMAP server administration
    INST_FILE    /usr/local/lib/perl5/site_perl/5.005/IMAP/Admin.pm
    INST_VERSION 1.4.3


cpan> i /IMAP::Shell/
No objects found of any type for argument /IMAP::Shell/


Nothing has changed. I am getting this error again.

??? can it be something about SSL? Net::SSleay has already installed.



On Sun, Dec 24, 2000 at 01:49:35PM -0600, Steven Lembark wrote:
> 
> > I am getting the erro belw when I try to run cyradm.
> > what could be the wrong thing?
> > 
> > #cyradm
> > Can't load 
>'/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so' for
> > module Cyrus::IMAP: ld.so.1: perl: fatal: relocation error: file
> > /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/Cyrus/IMAP/IMAP.so: symbol 
>SSL_clear:
> > referenced symbol not found at 
>/usr/local/lib/perl5/5.00503/sun4-solaris/DynaLoader.pm line
> > 169.
> > 
> >  at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Cyrus/IMAP/Admin.pm line 43
> > BEGIN failed--compilation aborted at
> > /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Cyrus/IMAP/Admin.pm line 43.
> > BEGIN failed--compilation aborted at
> > /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Cyrus/IMAP/Shell.pm line 58.
> > BEGIN failed--compilation aborted.
> 
> has this run properly before?  if so then someone has been playing
> with your perl libs.
> 
> if it has not run before then you probably never installed the
> IMAP module.  one cause of this is having multiple versions of 
> perl on the system (e.g., /usr/bin/perl -> vendor's ancient 
> version and /usr/local/bin/perl -> 5.6.0).  
> 
> the modules you are looking for is IMAP::Admin and
> IMAP::Shell.  try running
> 
>       perl -MCPAN -e shell;
> 
>       >i /IMAP/
> 
> will give you somehting like:
> 
> Going to read /var/CPAN/sources/modules/03modlist.data.gz
> Going to write /var/CPAN/Metadata
> Distribution    D/DJ/DJKERNEN/Mail-IMAPClient-2.0.3.tar.gz
> Distribution    E/EE/EESTABROO/IMAP-Admin-1.4.3.tar.gz
> Distribution    J/JP/JPAF/Net-IMAP-Simple-0.93.tar.gz
> Distribution    M/MI/MICB/AuthenIMAP.pm.gz
> Distribution    U/UG/UGEN/IMAPGet-0.1.tar.gz
> Module          Apache::AuthenIMAP (M/MI/MICB/AuthenIMAP.pm.gz)
> Module          IMAP::Admin     (E/EE/EESTABROO/IMAP-Admin-1.4.3.tar.gz)
> Module          IMAPGet         (U/UG/UGEN/IMAPGet-0.1.tar.gz)
> Module          Mail::IMAPClient
> (D/DJ/DJKERNEN/Mail-IMAPClient-2.0.3.tar.gz)
> Module          Net::IMAP       (K/KJ/KJOHNSON/NetxAP-0.02.tar.gz)
> Module          Net::IMAP::Simple
> (J/JP/JPAF/Net-IMAP-Simple-0.93.tar.gz)
> 11 items found
> 
> if the i/IMAP/ blows up then you don't have CPAN configured and
> should configure it.  if you want to check that IMAP::Admin is 
> installed then use:
> 
>       > i /IMAP::Admin/
> 
> this will give you something like:
> 
> Module id = IMAP::Admin
>     DESCRIPTION  IMAP Administration
>     CPAN_USERID  EESTABROO (Eric Estabrooks <[EMAIL PROTECTED]>)
>     CPAN_VERSION 1.4
>     CPAN_FILE    E/EE/EESTABROO/IMAP-Admin-1.4.3.tar.gz
>     DSLI_STATUS  RdpO (released,developer,perl,object-oriented)
>     INST_FILE    (not installed)
> 
> if the last line is "(not installed)" then install it:
> 
>       > install IMAP::Admin
> 
> if this fails to install then check the module's author -- look
> in the CPAN module's ./build directory for IMAP-Admin-1.4.3 and 
> just try "make test 2>&1 | tee x".  and if you can't figure out
> why if fails sent the output of "perl -V" and your output to 
> Eric.
> 
> note that this module requires a connection to the an imap
> server to install in order to test it:
> 
> Running make test
> PERL_DL_NONLAZY=1 /opt/bin/perl -Iblib/arch -Iblib/lib
> -I/opt/perl5/lib/5.6.0/i686-linux-64all -I/opt/perl5/lib/5.6.0 test.pl
> 1..14
> ok 1
> Remaining tests require a connection an imap server
> Please enter the server and the admin user and password at the prompts
> Enter server: 
> 
> 
> if you tried the original install w/o having an aviailable imap
> server to test it with then that may have been part of your problem.
> 
> enjoi.
> 
> 
> 
> -- 
>  Steven Lembark                                   2930 W. Palmer St.
>                                                  Chicago, IL  60647
>  [EMAIL PROTECTED]                                   800-762-1582

-- 
-------------------------------------------
Oguz Yilmaz
System Support Engineer
GANTEK Computer Consultancy
SUN Authorized Reseller
Office: +90 312 446 78 00
Fax:    +90 312 446 36 66
Mobile: +90 532 620 84 39
E-Mail: [EMAIL PROTECTED]

----- End forwarded message -----

-- 
-------------------------------------------
Oguz Yilmaz
System Support Engineer
GANTEK Computer Consultancy
SUN Authorized Reseller
Office: +90 312 446 78 00
Fax:    +90 312 446 36 66
Mobile: +90 532 620 84 39
E-Mail: [EMAIL PROTECTED]

Reply via email to