Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

pp a perl program with mysql dbi module

by arya6000 (Novice)
on Oct 26, 2009 at 02:14 UTC ( [id://803191]=perlquestion: print w/replies, xml ) Need Help??

arya6000 has asked for the wisdom of the Perl Monks concerning the following question:

Hello

I have a pretty big program, and it uses some modules such as DBI, when I used the following command to make an exe file

pp -M DBI -o 1.exe 1.pl

It got compiled without errors, but when I run the exe I get the following error

"This application has failed to start because LIBMYSQL.dll was not found. Re-installing the application may fix this problem" Any idea how I can fix it? Best Regards!
  • Comment on pp a perl program with mysql dbi module

Replies are listed 'Best First'.
Re: pp a perl program with mysql dbi module
by almut (Canon) on Oct 26, 2009 at 02:37 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.

Re: pp a perl program with mysql dbi module
by ikegami (Patriarch) on Oct 26, 2009 at 02:33 UTC
    You'll have to add it to the archive manually.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://803191]
Approved by almut
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 20:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found