Search the Knowledgebase |
 |
Browse by Category |
 |
|
|
 |
|
|
|
| BIOSOLVE/lmgrd: Command not found |
| User Opinions |
80%
20%
(5 votes)
|
|
Thank you for rating this answer.
|
Problem: ./license/bin/lmgrd: Command not found. ./license/bin/BIOSOLVE: Command not found.
Answer: The license manager daemon executable lmgrd and the vendor daemon BIOSOLVE in the FlexLM package for linux from http://www.biosolveit.de/download?product=bsit_flexlm rely on the following ld-libraries in your operating system:
- /lib/ld-lsb.so.3 for the 32 bit lmgrd executable
- /lib64/ld-lsb-x86-64.so.3 for the 64 bit lmgrd executable
If the respective file corresponding to your operating system and lmgrd executable (32 bit or 64 bit) does not exist, please ask your system administrator to install this file.
If you are the system administrator: The 64 bit version relies on the linux-standard-base (lsb) version of that ld shared object (.so). Most probably you will have an ld library with a different name installed on your system, e.g. /lib64/ld-2.3.4.so. Here, a symbolic link to that library will do the work, e.g. % ll /lib64/ld-l* lrwxrwxrwx 1 root root 11 2009-12-18 18:01 /lib64/ld-lsb-x86-64.so.3 -> ld-2.3.4.so*
The same for 32 bit: % ll /lib/ld-l* lrwxrwxrwx 1 root root 11 2009-12-18 18:01 /lib/ld-lsb.so.3 -> ld-linux.so.2*
After having created such a symbolic link, you should run ldconfig to update the linker cache.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|