cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flexnet Inventory agent Installation on Ubuntu 18 Release- Inventory Generation issue

Hi All,

 

I am successfully installed Flexnet inventory agent on Ubuntu 18 however when i am trying to generate Inventory getting below error .

 

Any Suggestion on this. 

Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
Segmentation fault

(1) Solution

I have got the solution. We need to run below command with root account to solve this.

 

sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/librt.so.1

View solution in original post

(2) Replies

I have got the solution. We need to run below command with root account to solve this.

 

sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/librt.so.1

ChrisG
By Community Manager Community Manager
Community Manager

For reference, here is an article about the issue discussed in this thread: Known Issue: ndtrack may crash with segmentation fault while gathering inventory on Ubuntu 18 on a KVM hypervisor (IOJ-2190770)

 

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)