Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread John Siracusa
Example: --- localhost [john]% cpan cpan shell -- CPAN exploration and modules installation (v1.59_54) ReadLine support available (try 'install Bundle::CPAN') cpan --- But it fails as root: --- localhost [root]# cpan dyld: /usr/bin/perl Undefined symbols: _perl_get_sv localhost [root]#

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread John Siracusa
To follow up my own post, I solved my problem in a pretty drastic manner: I totally deleted /System/Library/Perl/ and /Library/Perl/, then ran "make install" again. Everything seems fine now. (This is all on my "experimental" OS X install, BTW :) -John

Re: Perl works as a regular user, fails as root with a dyld error

2001-04-15 Thread Forest Dean Feighner
How are you deal shared libs?? I've been futzing around with installing some cpan modules et.al and I am having troubles getting some script to work. I was thinking that I may need to add /usr/local/libs to my path. Another thought I had was that I might be able able to include headers in