Failed to load external library libmysql
An external Rexx function package to connect to SQL databases
Brought to you by:
rexx
Hi there,
I got a new PC. I installed the same version of Open Object Rexx. Ik copied the library with REXX/SQL from the old to the new PC. This is including libmysql.dll. Both are 64 bit Windows 10 systems. I added the REXX/SQL folder to the path.
When I try to excute my REXX program or tester.rex, both end with the following error message:
Failed to load external library "libmysql": LoadLibrary() failed:
Both, old and new, systems look identical. What am I overlooking?
I appreciate any help.
Ragards, Jo Seegers
Only thing I can think might be causing this is that libmysql.dll is not in a directory in PATH. Are you running the 32bit or 64bit version of ooRexx and Rexx/SQL?