Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. 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