NelNS - win32 - cannot open file 'mysqlclientd.lib

Added by piotter about 8 years ago

LINK : fatal error LNK1104: cannot open file 'mysqlclientd.lib'

I noticed in the MVS2008 path setup, that the folder /nelns/lib is removed/doesn't exist anymore.
I tried to fix it with installing Mysql server
mysql-essential-5.1.48-win32.msi
mysql-workbench-gpl-5.2.25-win32.msi
mysql-connector-c-6.0.2-win32.msi
mysql-connector-c++-1.0.5-win32.msi

However is seems that the file mysqlclientd.lib is removed from the current Mysql version.

Windows 32 - Build from source.
Nel build was succesfull

any suggestions ?

Thanks

Pi


Replies (4)

RE: NelNS - win32 - cannot open file 'mysqlclientd.lib - Added by kervala about 8 years ago

Could you replace mysqlclientd.lib by mysqlclient.lib in Linker properties pages ?

MySQL client lib is using C so a debug version is not required.

Edit: it should be fixed in repository :) Thanks

RE: NelNS - win32 - cannot open file 'mysqlclientd.lib - Added by piotter about 8 years ago

Followed the advice and changed mysqlclientd.lib to mysqlclient.lib in login_service.vcproj, and it builds now, thanks.
Its wasn't fixed in SVN trunk :) ,just checked

login_service.vcproj - patched file, with a red mark (8.6 kB)

RE: NelNS - win32 - cannot open file 'mysqlclientd.lib - Added by piotter about 8 years ago

No, sorries needed, found mercurial already, building in progress, thanks for helping

Pi

(1-4/4)