in reply to Problem Installing Net::SMTP::SSL on Strawberry

Note (probably harmless): No library found for -llibeay32MD Note (probably harmless): No library found for -lssleay32MD

This means that the Makefile.PL for Net::SSLeay creates a weirdo command line for the compiler. Look into why it adds MD and patch it to remove that.

Replies are listed 'Best First'.
Re^2: Problem Installing Net::SMTP::SSL on Strawberry
by Kc12349 (Monk) on Aug 19, 2011 at 18:38 UTC

    I eventually nailed down the issue to the order of entries of my path variable. I was never able to figure out what specifically was causing the conflict, but moving strawberry paths to the front of the my path allowed the installation to complete. Sorry for the delay in reply but I only recently came back to the issue with the time to investigate further. Thanks for the help.