The ordinal 3283 could not be located in the dynamic link library libmysql.dll

santosh kumar

I installed "mysql-installer-community-8.0.16.0.msi". Everything went fine during installation. I could even able to create a new database and tables for my project. I am using it in c++. Compilation and linking all went fine. But while running my program, during load time it fails with error "The ordinal 3283 could not be located in the dynamic link library libmysql.dll"

I tried various things based on recommendations..

  1. Installed almost all the versions of "Microsoft Visual C++ 2015-2019 Redistributable for both x86 and x64 version.

  2. Uninstalled and reinstalled the MySQL

  3. Even loaded VS 2017 as previously I had loaded VS 2019.

But none of the above solved my problem.

Any help will be greatly appreciated...

santosh kumar

Finally, I am able to crack it. First checked the dependency using below command.

c:/> dumpbin /dependents "C:\Program Files\MySQL\MySQL Server 8.0\lib\libmysql.dll"

The problem was about loading these two dlls.

SSLEAY32.dll
LIBEAY32.dll

It was happening due to the path under environment variable set for intel driver, which also has these dlls. e.g.

C:\Program Files\Intel.... ...

After removing the above entries from the path, it is able to load these 2 DLLs properly from below location.

C:\Program Files\MySQL\MySQL Shell 8.0\bin\ssleay32.dll C:\Program Files\MySQL\MySQL Shell 8.0\bin\libeay32.dll

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Could not be located in dynamic link library php4ts.dll

From Dev

How do I stop the error "The ordinal 3252 could not be located in the dynamic link library mongod.exe"?

From Dev

Why do I get the error 'The ordinal 242 could not be located in the dynamic link library' when trying to import torch?

From Dev

The procedure entry point ... renderSynchronous@QRenderAspectPrivate@Qt3DRender ... could not be located in the dynamic link library ... *.dll

From Dev

The procedure entry point clCreateCommandQueueWithProperties could not be located in the dynamic link library

From Dev

The procedure entry point could not be located in dynamic link library

From Dev

The procedure entry point _ZSt24__throw_out_of_range_fmtPKcz could not be located in the dynamic link library sfml-graphics-2.dll

From Dev

Server library could not be loaded and the dynamic link library LIBPQ.dll

From Dev

GRASS r.in.gdal crash:procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library spatialite.dll

From Dev

Msys2 GDB error "The procedure entry point dllMain could not be located in the dynamic link library C:\msys64\mingw64\bin\libncursesw6.dll"

From Dev

VSTOInstaller.exe error 0x8007007F The procedure entry point GetFileVersionInfoExW could not be located in the dynamic link library VERSION.dll

From Dev

The procedure entry point could not be located in the dynamic link library MetropolisULiveTile200.bpl

From Dev

How to fix 'The procedure entry point SDL_RWclose could not be located in the dynamic link library'

From Dev

Cygwin gcc creates corrupted binary - the procedure entry point could not be located in the dynamic link library

From Dev

FMUException: Error loading the binary. Could not load the DLL: A dynamic link library (DLL) initialization routine failed

From Dev

The procedure entiy point_JVM_GetClassMethod@24 could not belocated in the dynamic link library jvm.dll

From Dev

What is a convenient way to link with an so/dll library located in the subfolder of the project?

From Dev

Build tesseract as DLL Dynamic link library

From Dev

The dynamic link library for GLPK for Java could not be loaded. Eclipse

From Javascript

Electron Uncaught Error: A dynamic link library (DLL) initialization routine failed

From Dev

C#: A dynamic link library (DLL) initialization routine failed

From Dev

Compaq Visual Fortran 6.6, Dynamic-Link Library (DLL) and Module

From Dev

How to statically link to a DLL function that is exported by an ordinal?

From Dev

“The procedure entry point… could not be located” in the wrong DLL

From Dev

GetOverlappedResultEx could not be located in kernel32.dll

From Dev

Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not found

From Dev

Tensorflow : DLL load failed: A dynamic link library (DLL) initialization routine failed

From Dev

How can I solve "The procedure entry point @testbpl_common@initialization$qqrv could not be located in the dynamic library test.bpl"

From Dev

Dynamic link library in C

Related Related

  1. 1

    Could not be located in dynamic link library php4ts.dll

  2. 2

    How do I stop the error "The ordinal 3252 could not be located in the dynamic link library mongod.exe"?

  3. 3

    Why do I get the error 'The ordinal 242 could not be located in the dynamic link library' when trying to import torch?

  4. 4

    The procedure entry point ... renderSynchronous@QRenderAspectPrivate@Qt3DRender ... could not be located in the dynamic link library ... *.dll

  5. 5

    The procedure entry point clCreateCommandQueueWithProperties could not be located in the dynamic link library

  6. 6

    The procedure entry point could not be located in dynamic link library

  7. 7

    The procedure entry point _ZSt24__throw_out_of_range_fmtPKcz could not be located in the dynamic link library sfml-graphics-2.dll

  8. 8

    Server library could not be loaded and the dynamic link library LIBPQ.dll

  9. 9

    GRASS r.in.gdal crash:procedure entry point sqlite3_rtree_geometry_callback could not be located in the dynamic link library spatialite.dll

  10. 10

    Msys2 GDB error "The procedure entry point dllMain could not be located in the dynamic link library C:\msys64\mingw64\bin\libncursesw6.dll"

  11. 11

    VSTOInstaller.exe error 0x8007007F The procedure entry point GetFileVersionInfoExW could not be located in the dynamic link library VERSION.dll

  12. 12

    The procedure entry point could not be located in the dynamic link library MetropolisULiveTile200.bpl

  13. 13

    How to fix 'The procedure entry point SDL_RWclose could not be located in the dynamic link library'

  14. 14

    Cygwin gcc creates corrupted binary - the procedure entry point could not be located in the dynamic link library

  15. 15

    FMUException: Error loading the binary. Could not load the DLL: A dynamic link library (DLL) initialization routine failed

  16. 16

    The procedure entiy point_JVM_GetClassMethod@24 could not belocated in the dynamic link library jvm.dll

  17. 17

    What is a convenient way to link with an so/dll library located in the subfolder of the project?

  18. 18

    Build tesseract as DLL Dynamic link library

  19. 19

    The dynamic link library for GLPK for Java could not be loaded. Eclipse

  20. 20

    Electron Uncaught Error: A dynamic link library (DLL) initialization routine failed

  21. 21

    C#: A dynamic link library (DLL) initialization routine failed

  22. 22

    Compaq Visual Fortran 6.6, Dynamic-Link Library (DLL) and Module

  23. 23

    How to statically link to a DLL function that is exported by an ordinal?

  24. 24

    “The procedure entry point… could not be located” in the wrong DLL

  25. 25

    GetOverlappedResultEx could not be located in kernel32.dll

  26. 26

    Could not load dynamic library 'cudnn64_8.dll'; dlerror: cudnn64_8.dll not found

  27. 27

    Tensorflow : DLL load failed: A dynamic link library (DLL) initialization routine failed

  28. 28

    How can I solve "The procedure entry point @testbpl_common@initialization$qqrv could not be located in the dynamic library test.bpl"

  29. 29

    Dynamic link library in C

HotTag

Archive