Thanks. Alas, both fink reinstall and fink rebuild are still returning the following:

dyld: perl Undefined symbols:
_Perl_get_sv
_Perl_getcwd_sv
_Perl_sv_2pv_flags
_Perl_sv_setsv_flags
Trace/BPT trap

I started to work though the Fink script to try and find out where it was failing. I think it is failed at the line where it tries to load in Fink::Services. If I create a simple test script, shown below, I get the output that follows that:

>>>>>>>>>script:

#!/usr/bin/perl -w

use lib "/sw/lib/perl5";

print "\nabout to require Fink::Services\n";

# load the modules
require Fink::Services;

print "\nloaded Fink::Services\n";


>>>>>>>>>output:


about to require Fink::Services
dyld: perl Undefined symbols:
_Perl_get_sv
_Perl_getcwd_sv
_Perl_sv_2pv_flags
_Perl_sv_setsv_flags
Trace/BPT trap

It seems to get through the BEGIN block in Fink::Services, but fails at some point after that. Maybe in another package that it requires?

Does that mean anything to anyone?

Neil

On Tuesday, May 11, 2004, at 07:13 pm, David R. Morrison wrote:

mv /sw/lib/perl5/darwin/Storable.pm /tmp
mv /sw/lib/perl5/darwin/auto/Storable /tmp
fink rebuild storable-pm

Yes, these are now in a different location. Try this:


  mv /sw/lib/perl5/5.6.0/darwin/Storable.pm /tmp
  mv /sw/lib/perl5/5.6.0/darwin/auto/Storable /tmp
  fink reinstall fink
  fink rebuild storable-pm560

-- Dave


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners



------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to