If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > LIBMYSQL.dll was not found

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-04, 00:17
greu greu is offline
Registered User
 
Join Date: May 2004
Posts: 3
Angry LIBMYSQL.dll was not found

i tried to make a vc++ project with the sources of mysql; no errors and no warnings during building; but when i try to execute it i get this error : "LIBMYSQL.dll was not found "

in the mysql folder i have 3 limbysql.dll files:
c:\mysql\bin 244k
c:\mysql\lib\debug 433k
c:\mysql\lib\opt 244k

suggestions????
Reply With Quote
  #2 (permalink)  
Old 05-14-04, 01:27
darkmaster darkmaster is offline
Registered User
 
Join Date: May 2004
Posts: 7
Exclamation location of the mysql.dll



If you use a winbugs OS locate the files on:
c:\windows\system
or
c:\winnt\system

if you use the Linux OS (you are an expert! )
locathe the lib on the
/usr/share

If you complie the program for distribution or installation, plase check that the installer copies this library on the right place.

Quote:
Originally Posted by greu
i tried to make a vc++ project with the sources of mysql; no errors and no warnings during building; but when i try to execute it i get this error : "LIBMYSQL.dll was not found "

in the mysql folder i have 3 limbysql.dll files:
c:\mysql\bin 244k
c:\mysql\lib\debug 433k
c:\mysql\lib\opt 244k

suggestions????
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On