top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Installation of intel xdk failing on Fedora?

+1 vote
968 views

I am trying to install intel xdk software. Has any one got it to to work?
It is asking for libudev.so.0.

posted Dec 30, 2013 by Deepankar Dubey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+2 votes
 
Best answer

Simply remove the broken link in the xdk folder using

 rm libudev.so.0

Then make a new one pointing to the lib version in your distribution (in my case)

 ln -s /usr/lib64/libudev.so.1 libudev.so.0
answer Dec 30, 2013 by Meenal Mishra
+1 vote

Delete the symbolic link for libudev.so.0 in /opt/intel/XDK. Then.....
ln -s /usr/lib64/libudev.so.1 libudev.so.0

answer Dec 30, 2013 by Sheetal Chauhan
Similar Questions
0 votes

Recently a created one virtual machine using virt-manager and libvirt. My colleague asked me to enable virtualization in BIOS setting of host machine before going ahead to create a virtual machine. When I asked him why it is required he could not explain.
I want to know what is the relationship between enabling virtualization and creation of virtual machine on same host.

0 votes

When I try to benchmark a hard drive (from the Disk application on my fedora machine), I get:

Error opening /dev/sdc: Device or resource busy (udisks-error-quark, 0)

This disk work fine (from GsmartControl). What do I miss?

+1 vote

GTP is an overhead and it slows down the data transmission speed through LTE network. I heard about intel dpdk based solution can make data path faster since it takes packet from interface card and does processing. Is there any relation between intel dpdk and SDN ?

0 votes

Intel Core i3, Core i5, and may be Core i7 CPU have been there from last 1-2 years but I don't know the real difference between these. Can someone help me with the difference between these three so that I can decide which one to buy.

...