From owner-freebsd-current Tue Sep 22 23:36:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18887 for freebsd-current-outgoing; Tue, 22 Sep 1998 23:36:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18851 for ; Tue, 22 Sep 1998 23:36:19 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:g7YY63GjhxJPnCtIJhieUJ2n7Jc4gZXG@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA08922; Wed, 23 Sep 1998 08:36:03 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199809230636.IAA08922@gratis.grondar.za> To: "Viren R. Shah" cc: freebsd-current@FreeBSD.ORG Subject: Re: Perl problems? In-Reply-To: Your message of " Tue, 22 Sep 1998 09:34:27 -0400." <199809221334.JAA13374@jabberwock.rstcorp.com> References: <199809221334.JAA13374@jabberwock.rstcorp.com> Date: Wed, 23 Sep 1998 08:35:58 +0200 From: Mark Murray Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Viren R. Shah" wrote: > I'm running -current/ELF as of Sunday. I'm trying to install the > pilot-link port (and specifically one of the Perl modules that doesn't > get installed by default -- the PDA:Pilot module. It gets installed > fine in /usr/local/lib/perl/5.00502/i386-freebsd/{auto,PDA} > > However, when I try to run the test program that comes along with the > application, it bombs on me with: > > [vshah]/usr/ports/comms/pilot-link/work/pilot-link.0.8.13/Perl5# perl ./test. pl > Can't load '/usr/local/lib/perl/5.00502/i386-freebsd/auto/PDA/Pilot/Pilot.so' for module PDA::Pilot: /usr/local/lib/perl/5.00502/i386-freebsd/auto/PDA/Pilot /Pilot.so: Undefined symbol "PL_sv_undef" at /usr/libdata/perl/5.00502/mach/Dyn aLoader.pm line 168. > > at ./test.pl line 3 I screwed up something, which I have now fixed. Please resup nad try again. > use PDA::Pilot; > use Data::Dumper; I screwed up perl's ability to link to shared objects. > I also get a core dump if I check for the existence of the > Data::Dumper module (which is installed by default in 5.00502). Right. Fixed now. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message