in reply to Installing external libraries for perlbrew perl

link tree starts at Re^3: DBD::mysql fail install check (crontab debugging troubleshooting DYLD_LIBRARY_PATH ldd otool ...) , Re^2: Fuse and fuse_loop, Re: PPM: Cant find any packages that provides MinGW ?! (verbosity debugging tracing logging), Re: tool for managing perl in win32 (PATH/PERLLIB/INSTALL_BASE), Re: PPM: Cant find any packages that provides MinGW ?! (verbosity debugging tracing logging),

You probably want to read A Guide To Installing Modules, then MinGW/MSYS development environment - Setting up the base system, then install http://www.citrusperl.com/, and start installing libraries into your own prefix ...

sh configure --enable-static --enable-shared prefix=$HOME/yams make test make install