View Single Post
  #17 (permalink)  
Old 01-20-2006, 02:33 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,166
Default

NPTL comes with the system libs that come with kernel 2.6. long story short, upgrade the box to 2.6 kernel and things should work much better. if you're building from source, you can hack utils/utilfunc.sh and comment line 254 'GOOD=no' out which will bypass the check, but this WONT work with binaries.

'perl -v' doesnt return anything? i can't remember the last time i saw a unix install without perl, and the error below i think is from perl itself not finding modules. i found i had to install a bunch of extra modules for zimbra by hand when installing from source. best way is to use cpan - 'perl -MCPAN -e 'install "Getopt::Std"', for instance.
Reply With Quote