The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.

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

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

durgeshsingh
By
Level 10

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

durgeshsingh
By
Level 10

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

durgeshsingh
By
Level 10

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 Level 20 Flexeran
Level 20 Flexeran

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.)