in reply to Re: pp a perl program with mysql dbi module
in thread pp a perl program with mysql dbi module

EDIT:

I got it to work. I had to download the dll and link to it. THanks
  • Comment on Re^2: pp a perl program with mysql dbi module

Replies are listed 'Best First'.
Re^3: pp a perl program with mysql dbi module
by gepebril69 (Scribe) on Aug 21, 2012 at 00:18 UTC

    I've tried this, but It didn't work.

    got it here: http://www.dll-files.com/dllindex/dll-files.shtml?libmysql

    Stored it in the same folder as my script

    Used command for this was:

    call pp -o update_to_server.exe -llink=libmysql.dll -x -c -vvv  update_to_server.pl

    I saw this when building

    C:\strawberry\perl\site\bin/pp: ... adding C:/Users/albert/software/scripts/test en ontwikkel/old/libmysql.dll as shlib/MSWin32-x86-multi-thread/libmysql.dll

    Using Windows 7 64bits, Strawberry Perl 5.12.3.0

    Still got the message libmysql_.dll is missing.

      Still got the message libmysql_.dll is missing.

      Maybe you did not notice, but libmysql_.dll and libmysql.dll are different