From owner-freebsd-questions Wed Jul 26 10:31:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-out.visi.com (kauket.visi.com [209.98.98.22]) by hub.freebsd.org (Postfix) with ESMTP id 7D64D37BD49 for ; Wed, 26 Jul 2000 10:31:11 -0700 (PDT) (envelope-from sextus@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by mail-out.visi.com (Postfix) with ESMTP id 62B8637AE for ; Wed, 26 Jul 2000 12:30:45 -0500 (CDT) Received: from localhost (sextus@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id MAA01097 for ; Wed, 26 Jul 2000 12:30:30 -0500 (CDT) X-Authentication-Warning: isis.visi.com: sextus owned process doing -bs Date: Wed, 26 Jul 2000 12:30:30 -0500 (CDT) From: Michael Burns To: questions@freebsd.org Subject: Net::SSLeay 1.05 test failure Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have tried unsuccessfully to install Net::SSLeay 1.05 (from CPAN) on our 3.4-STABLE machine. The module builds without error, but the test.pl script dies with the follwing error: Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Net/SSLeay/SSLeay.so' for module Net::SSLeay: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Net/SSLeay/SSLeay.so: Undefined symbol "ERR_load_RSAREF_strings" at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. I've scoured the archives and the symbol dependency seems to be openSSL related, but I haven't seen any fixes posted. We have openSSL-9.4 and rsaref installed from ports. What is the source of the error and how can I remove it? TIA for any assistance. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message