Software Archive
Read-only legacy content
17061 討論

How to run xdk on fedora 23

Vengayi_M_
初學者
1,063 檢視

Hi folks,

I installed the 64 bit linux version on fedora 23 but it won't run.

Can anyone help?

Thanks

0 積分
4 回應
PaulF_IntelCorp
1,063 檢視

We do not test or support running on that version of Linux. Sorry, but resources do not allow us to insure proper operation on all versions and variants of Linux. We recommend you use Ubuntu (you can create an Ubuntu VM on your Fedora machine).

hahn1
初學者
1,063 檢視

remove libudev.so.0 on /opt/intel/XDK

then make ln to lib64
$ sudo ln -s /lib64/libudev.so.1 libudev.so.0

in fedora 24 it's work.

Massimiliano_S_
初學者
1,063 檢視

I (possibly) fixed this issue on fedora 22 by importing somo ubunto libraries. I can provide them if anyone ask for it.

1) create directory /lib/x86_64-linux-gnu

2) create library files and links:

lrwxrwxrwx 1 root root      43 12 lug 12.26 libcgmanager.so.0 -> /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
-rw-r--r-- 1 root root  108480 12 lug 12.24 libcgmanager.so.0.0.0
-rw-r--r-- 1 root root 1930528 12 lug 12.10 libcrypto.so.1.0.0
lrwxrwxrwx 1 root root      42 12 lug 12.35 libnih-dbus.so.1 -> /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
-rw-r--r-- 1 root root   38920 12 lug 12.35 libnih-dbus.so.1.0.0
lrwxrwxrwx 1 root root      37 12 lug 12.34 libnih.so.1 -> /lib/x86_64-linux-gnu/libnih.so.1.0.0
-rw-r--r-- 1 root root   96280 12 lug 12.33 libnih.so.1.0.0
-rw-r--r-- 1 root root  387256 12 lug 12.10 libssl.so.1.0.0
lrwxrwxrwx 1 root root      16 12 lug 12.13 libudev.so.1 -> libudev.so.1.3.5
-rw-r--r-- 1 root root   67600 12 lug 12.10 libudev.so.1.3.5

3) add file XDK.conf in /etc/ld.so.conf.d containing this line: "//lib/x86_64-linux-gnu"

4) run command "ldconfig"

5) install xdk software

Run it

Hope this helps

Carlo_M_
初學者
1,063 檢視

Hello Massimiliano,
Could you please provide a file to download, with included all the libraries?

Do you know if your solution still works on Fedora 24?

Thank you!

回覆