| skip navigation | |||||||
|
PDF Document Management Software, Services & Support |
||||||
|
|||||||
|
|
I received the message "error while loading shared libraries,libDL81pdfl.so: cannot open shared object file"Related Products ANSWER: In version 5.0, there are 2 additional environmental variables that need to be set for AppendPDF Pro on all UNIX platforms. If these variables are not set, you will receive the message "error while loading shared libraries. libDL81pdfl.so: cannot open shared object file: No such file or directory.
The first environmental variable that needs to be set is APPLIGENT_HOME. This stores the location of the Appligent home directory. The default location for the Appligent home directory is /usr/local/appligent. The Appligent home directory contains the library files and resources needed to run AppendPDF Pro. It also contains license information for AppendPDF Pro. Example for setting this variable: export APPLIGENT_HOME=/usr/local/appligent The second environmental variable is LD_LIBRARY_PATH on UNIX (except AIX, see below). The APDFL library path must be added to the LD_LIBRARY_PATH variable. The APDFL library path is located in a subdirectory of the APPLIGENT_HOME directory. The path should be set to ${APPLIGENT_HOME}/APDFL8.1.0/Libs Example for setting the LD_LIBRARY_PATH variable: export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${APPLIGENT_HOME}/APDFL8.1.0/Libs
The environmental variable is LIBPATH. The APDFL library path is located in a subdirectory of the APPLIGENT_HOME directory. The path should be set to ${APPLIGENT_HOME}/APDFL8.1.0/Libs. Example for setting the LIBPATH variable: export LIBPATH=${LIBPATH}:${APPLIGENT_HOME}/APDFL8.1.0/Libs
Would you like us to answer your question here? Email the support team and let us know! Last updated: Tuesday, October 20, 2009 |
||||||