Which "compress-zlib-pm" package was it trying to install?  You should be
able to install -pm560 without installing perl-5.6.1:  I've got it on one of
my machines, using only the builtin Perl.  Otherwise, what you could do is 

sudo cp /usr/bin/perl5.6.0 /usr/bin/perl

to revert the default perl executable back to 5.6.0 .

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX
  

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Yoav Felberbaum
Sent: Friday, September 19, 2003 6:21 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] Perl installation

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



-------------------------------------------------------
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