Hello,

Bit complicated this, so bear with me :) Trying to install GNUCash, which throws up the following error -
--
gzip -dc /sw/src/Compress-Zlib-1.19.tar.gz | /sw/bin/tar -xf -
perl5.6.0 Makefile.PL PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.6.0 INSTALLARCHLIB=/sw/lib/perl5/5.6.0/darwin INSTALLSITELIB=/sw/lib/perl5/5.6.0 INSTALLSITEARCH=/sw/lib/perl5/5.6.0/darwin INSTALLMAN1DIR=/sw/src/root-compress-zlib-pm560-1.19-3/sw/share/man/man1 INSTALLMAN3DIR=/sw/src/root-compress-zlib-pm560-1.19-3/sw/share/man/man3
Perl v5.6.1 required--this is only v5.6.0, stopped at /System/Library/Perl/AutoLoader.pm line 3.
--
So I did some detective work, and in the process found that I had a botched Perl 5.8.0 installation from a few months back. (I don't recall the details, but I tried to install a different Perl distribution, & it didn't work. So I left it at that.)


As the situation now stands, doing a ls -l /usr/bin/perl* returns...
---
-rwxr-xr-x    2 root     wheel       21684 Sep 24  2002 /usr/bin/perl
-rwxr-xr-x    1 root     wheel       20344 Aug 22 01:56 /usr/bin/perl5.6.0
-rwxr-xr-x    2 root     wheel       21684 Sep 24  2002 /usr/bin/perl5.8.0
-rwxr-xr-x    1 root     wheel       36812 Sep 24  2002 /usr/bin/perlbug
-rwxr-xr-x    1 root     wheel       19003 Sep 24  2002 /usr/bin/perlcc
-rwxr-xr-x    1 root     wheel       21813 Sep 24  2002 /usr/bin/perldoc
-rwxr-xr-x    1 root     wheel       11664 Sep 24  2002 /usr/bin/perlivp
----
./perl -v == This is perl, v5.8.0 built for darwin-thread-multi
./perl5.6.0 -v == This is perl, v5.6.0 built for darwin
./perl5.8.0 -v == This is perl, v5.8.0 built for darwin-thread-multi
---

So, basically, how do I "untangle" this mess & get perl 5.6.1 installed for GNUCash?

TIA!

--
Yoav Felberbaum
E-Mail: [EMAIL PROTECTED]


------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to