in reply to Howto Build Perl "Statically" Under Home Directory

You can try to call Configure -Uusedl, but I think that will also disable the use of dynamic loaded modules

You mighjt also need to move all modules from dynamic_ext to static_ext

All-in-all I don't think this is the best approach. Better would be to use $LD_LIBRARY_PATH or whatever variable your system supports for the search path of your dynamic libraries.


Enjoy, Have FUN! H.Merijn