mysqlclient-sys icon indicating copy to clipboard operation
mysqlclient-sys copied to clipboard

Run failed with STATUS_DLL_NOT_FOUND

Open lazytiger opened this issue 4 years ago • 1 comments

I installed libmysql with vcpkg, and my application compiles, but it fails with message

error: process didn't exit successfully: `target\release\demo.exe` (exit code: 0xc0000135, STATUS_DLL_NOT_FOUND)

I can't figure out why, and I tried ldd it doesn't show libmysql.dll

lazytiger avatar Jul 23 '21 10:07 lazytiger

please add the path of mysql dll to the system variable.

miaomiao1992 avatar Feb 10 '24 05:02 miaomiao1992

Closed as this is a setup error in the user environment.

weiznich avatar May 11 '24 07:05 weiznich