Stas "Mr. Clever, Helpful & Persistent" Bekman wrote... > I think I know what your problem is. The failing command includes: > -L/usr/lib, so it finds /usr/lib/libperl.so.3 instead of > /usr/local/lib/perl5/5.8.1/i386-freebsd/CORE/libperl.so. I bet > that if you remove temporary /usr/lib/libperl.so.3 it will just > work.
I had to remove both the .a and .so flavors but, indeed, it works! Thanks so much for all the help!