in reply to Can't load threads.so error

You don't need the auto/ paths; perl will add those for you. What does "$FindBin::Bin/lib64/perl5/5.8.5/x86_64-linux-thread-multi"; expand to?

Replies are listed 'Best First'.
Re^2: Can't load threads.so error
by sunshine_august (Scribe) on Sep 28, 2008 at 01:43 UTC

    "$FindBin::Bin/lib64/perl5/5.8.5/x86_64-linux-thread-multi" expand to "/home/larry/project/sysmonitor/lib64/perl5/5.8.5/x86_64-linux-thread-multi"

    I wander why there are two different path for the module, one is ..../lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi/, another is ..../lib64/perl5/5.8.5/x86_64-linux-thread-multi/. one with 'site_perl', one is not. what does 'site_perl' mean?