Skip to main content
Question

FlexLM Flexserver issues on Debian 8 (jessie) - no such file or directory


fmelizard
Contributor
Forum|alt.badge.img+17

When invoking lmutil or lmgrd an error "no such file or directory" is returned.

Investigation yields that lmutil is using the following interpreter: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-lsb-x86-64.so.3, for GNU/Linux 2.6.9, stripped.

What can I do?

2 replies

rylanatsafe
Safer
Forum|alt.badge.img+13

After contacting Safe Support with this issue, a very knowledgeable and helpful FME User identified that ld-lsb-x86-64.so.3 doesn't exist on a standard Debian installation.

The resolution was to create a link: 

 

ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3

The following systemd unit file might also be particularly helpful:

############### 
[Unit]
Description=FlexServer - FME Floating Licence Server 
After=network.target

[Service] 
Type=forking 
User=flexserver 
ExecStart=/opt/FlexServer/FlexServer11_13_1_3-linux-x64/lmgrd -c /opt/FlexServer/safe.lic -l /var/log/flexserver.log

[Install] 
WantedBy=multi-user.target 
###############

  • January 22, 2018

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings