On a follow-up to my last message:

With regards to perl 5.8.0 a quick check using "fink list perl" shows
the following perl stuff that I have installed:

 i   perl560-core     5.6.0-18     Core files for perl, v. 5.6.0
 i   perl580          5.8.0-18     The Perl programming language, v. 5.8.0
 i   perl580-core     5.8.0-18     Core files for perl, v. 5.8.0
     perl581          5.8.1-5      The Perl programming language, v. 5.8.1
 i   perl581-core     5.8.1-5      Core files for perl, v. 5.8.1
     perl584          5.8.4-7      The Perl programming language, v. 5.8.4
     perl584-core     5.8.4-7      Core files for perl, v. 5.8.4
 p   perl586-core                  [virtual package]
....
i   system-perl      5.8.6-1      [virtual package representing perl]
 p   system-perl586                [virtual package]


It does seem to that I do have several versions of perl installed and
prehaps I should remove the older ones?

FYI, my Fink version info is:

ty5:~ ty5$ fink -V
Package manager version: 0.24.7
Distribution version: 0.8.0.rsync


Cheers,

Saad Mahamood 


On 7/7/05, Saad Mahamood <[EMAIL PROTECTED]> wrote:
> Hiya!
> 
> Thanks for the response. I managed to fix the issue by creating a
> syslink of /usr/lib/libdl.dylib to /usr/lib/libdl.0.dylib. This has
> corrected my compliation problems that I described below.
> 
> However, I'm concerned this hack may give me trouble down the line so
> I'm wondering if my course of action was a correct one?
> 
> Cheers,
> 
> Saad Mahamood.
> 
> On 7/5/05, Alexander K. Hansen <[EMAIL PROTECTED]> wrote:
> > Saad Mahamood wrote:
> >
> > >Hello all I've currently having issues updating my installation of
> > >fink on OS X10.4, when I run the "fink update-all" command:
> > >
> > >pod2man --section=1
> > >/sw/src/fink.build/dpkg-1.10.21-217/dpkg-1.10.21/scripts/dpkg-architecture.pl
> > >
> > >
> > >>dpkg-architecture.1
> > >>
> > >>
> > >dyld: Library not loaded: /usr/lib/libdl.0.dylib
> > >  Referenced from: /sw/bin/perl5.8.0
> > >  Reason: image not found
> > >make[2]: *** [dpkg-architecture.1] Error 133
> > >make[1]: *** [all-scripts] Error 2
> > >make: *** [all-recursive] Error 2
> > >### execution of make failed, exit code 2
> > >Removing build lock...
> > >dpkg -r fink-buildlock-dpkg-1.10.21-217
> > >(Reading database ... 54669 files and directories currently installed.)
> > >Removing fink-buildlock-dpkg-1.10.21-217 ...
> > >Failed: phase compiling: dpkg-1.10.21-217 failed
> > >
> > >
> > >I've ran the "fink selfupdate" command several times but to no avail.
> > >I was hoping that you guys could give me a hint on what to do!
> > >
> > >Cheers,
> > >
> > >
> > >Saad
> > >
> > >
> > >-
> > >
> > A couple of things stand out:
> >
> > 1) The error message suggests that you're lacking
> > /usr/lib/libdl.0.dylib.  That's part of the OS's base system
> > (BaseSystem.pkg) and you really do need it.
> >
> > 2)  Why is /sw/bin/perl5.8.0 running?  Your system has 5.8.6 built in.
> > It may be that the library is present but that this archaic perl version
> > is linked to a different version of libdl, and that could indeed cause
> > isssues.  I suggest removing perl580 (if it is indeed fink-installed) in
> > any case.
> >
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to