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.
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
Nov 30, 2021 04:12 AM
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
Nov 30, 2021 08:36 AM
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
Nov 30, 2021 08:36 AM
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)
Dec 09, 2021 06:04 PM