From: "Fred Moyer" <[EMAIL PROTECTED]>
Getting a good build of perl under x86_64 can be a bit tricky, when you
compile perl you need to make sure that the default directories to search
includes /usr/lib64. It took me a few tries to get it right, I posted my
experiences here - http://use.perl.org/~Phred/journal/31581
Here's another good link I found on the subject -
http://mail-archives.apache.org/mod_mbox/perl-modperl/200505.mbox/[EMAIL
PROTECTED]
I'd say take another few tries at it and make sure to pay extra close
attention to the default search path when compiling perl - it can be done!
Thank you for these links. I will try again.
Now at least I know for sure that I did something wrong. I have used the
paths to /lib64, /usr/lib64, and even to the empty dir /usr/local/lib64, but
I removed the paths to /lib, /usr/lib and /usr/local/lib, which I think it
is not ok.
Octavian