Crypt::IDEA problems

2005-06-15 Thread John Mercer
Hi, I'm having problems installing Crypt::IDEA on my mac (10.4). sudo perl Makefile.pl works fine. However, when I run make or make test, I get the following error message: gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp - DUSE_SITECUSTOMIZE -DNO_HASH_SEED -DBUILT_BY_ACTIVESTATE

Re: Crypt::IDEA problems

2005-06-15 Thread John Mercer
by changing line 8 to: #include machine/endian.h for Mac OS X anyways. Edward Moy Apple On Jun 15, 2005, at 8:01 AM, John Mercer wrote: Hi, I'm having problems installing Crypt::IDEA on my mac (10.4). sudo perl Makefile.pl works fine. However, when I run make or make test, I get the following

Re: Frickin' CPAN

2005-06-09 Thread John Mercer
thanks, John Mercer /System/Library/Perl/5.8.6/CPAN/Config.pm build_cache20 build_dir /var/root/.cpan/build cache_metadata 1 cpan_home /var/root/.cpan dontload_hash ftp/usr/bin/ftp ftp_proxy getcwd cwd

Frickin' CPAN

2005-06-08 Thread John Mercer
Hi all, CPAN is being a pain in the ass, and I don't know what the problem is. Here's an error message when I run install Bundle::XML. Can't exec /usr/bin: Permission denied at /System/Library/Perl/ 5.8.6/darwin-thread-multi-2level/IO/File.pm line 176, FIN line 1. Could not pipe[/usr/bin

Re: Frickin' CPAN

2005-06-08 Thread John Mercer
That's strange. I ran CPAN with sudo perl -MCPAN etc etc and everything worked fine. But here's another question: why did it work w/ sudo but not as root (su)? --jm PS. Thanks Tommy On Jun 8, 2005, at 5:01 PM, Tommy Nordgren wrote: Jun 8, 2005 kl. 10:14 PM skrev John Mercer: Hi all