in reply to pp a perl program with mysql dbi module

See option --link.

  • Comment on Re: pp a perl program with mysql dbi module

Replies are listed 'Best First'.
Re^2: pp a perl program with mysql dbi module
by arya6000 (Novice) on Oct 27, 2009 at 01:38 UTC
    EDIT:

    I got it to work. I had to download the dll and link to it. THanks

      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