/
Deployment failed. The library couldn't be found

Deployment failed. The library couldn't be found

LYCIA


The library 'L:\Src\Querix\alg\p\lib_alg1_c.lib' couldn't be found

If deployment fails with the error like above, most likely the respective external library isn't linked relative to the application path.

On the deployment system, lib can be located in a folder that is different from one on the development system.
And the runtime system is looking up the external libs in the following locations:

  • application current directory
  • paths defined by the FGLLDPATH variable
  • compile time path

Including FGLLDPATH in the environ.bat and inet.env should fix the issue.


Related content

Errors 'libstdc++.so.6: version 'GLIBCXX_3.4.11' not found' and 'libc.so.6: version 'GLIBC_2.7' not found' (Linux)
Errors 'libstdc++.so.6: version 'GLIBCXX_3.4.11' not found' and 'libc.so.6: version 'GLIBC_2.7' not found' (Linux)
More like this
Error: Some necessary files are missing or corrupted. Please, reinstall Lycia before proceeding (-5056)
Error: Some necessary files are missing or corrupted. Please, reinstall Lycia before proceeding (-5056)
More like this
Tips for efficient troubleshooting
Tips for efficient troubleshooting
More like this
Checklist for successful run of 4gl applications
Checklist for successful run of 4gl applications
More like this
Import JAVA class: ERROR -105100: Unable to load Java class
Import JAVA class: ERROR -105100: Unable to load Java class
More like this
Compilation Error: Error opening DB driver
Compilation Error: Error opening DB driver
More like this