in reply to How does the Perl choose between lib and lib64?

When you install the modules, the installers install them into existing library directories hardcoded during the configuration/installation of Perl itself. Neither a lib nor a lib64 directory is created.

Did you perhaps told the installer to behave differently than by default? If so, please specify how. Posting the Makefile generated by perl Makefile.PL wouldn't hurt.