________________________________________________________________________
Applicable Environment
________________________________________________________________________
- Topic: Floating licensing - lmutil error
- SDP: 7.1.0, 7.0.0, 6.6.0, 6.5.0, 6.5.0SP1
- Host: Linux/Ubuntu host
________________________________________________________________________
Problem________________________________________________________________________
If you are trying to use floating license tools (i.e. lmutil) on a linux/ubuntu host, you may encounter an error like:
> ./lmutil
bash: ./lmutil: No such file or directory
________________________________________________________________________
Solution________________________________________________________________________
This is likely an issue with Linux Standard Base (LSB) compliance.
The solution is documented in the Floating License Management Guide:
http://www.qnx.com/download/group.html?programid=30391
"...add LSB support to your operating system, or create the LSB linker/loader shared library manually..."
SOLUTION EXAMPLES:
1) For Ubuntu 12.04, 64-bit (requires (sudo) root rights), use the following command:
ln -s /lib/
ld-linux.so.2 /lib/
ld-lsb.so.3
2) For Ubuntu 16.04 or 18.04, 64-bit (requires (sudo) root rights), follow these steps:
1. Create the directory /usr/tmp and make it available to all users.
2. Use the following command to create the symbolic link:
ln -s /lib64/
ld-linux-x86-64.so.2 /lib64/
ld-lsb-x86-64.so.3
3) In some cases, the issue is resolved by running:
sudo apt update
sudo apt install lsb
________________________________________________________________________
NOTE:
This entry has been validated against the SDP version listed above. Use
caution when considering this advice for any other SDP version. For
supported releases, please reach out to QNX Technical Support if you have any questions/concerns. ________________________________________________________________________