+3
Fixed

[Linux] Ubuntu 13.04 amd64 - Occur error shared libraries

김지헌 vor 11 Jahren aktualisiert von Víctor Velarde Gutierrez vor 10 Jahren 7

OS : Ubuntu 13.04 amd64

Install and execute haroopad.


occur error.

error Message :

```

/usr/share/haroopad/haroopad: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

```


I found Solution : http://askubuntu.com/questions/288821/cannot-open-shared-object-file-libudev-so-0-in-ubuntu-64


```
cd /lib/x86_64-linux-gnu/
sudo ln -sf libudev.so.1 libudev.so.0
```
-1

Thanks, I got the same issue. :)

But how to fix it ?
+3
Just open a terminal (click in the apps button and type "terminal") and then paste this line of code:
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
IT IS ONLY ONE LINE
Cheers!
I had the same problem on Ubuntu 14.04.  The workaround above fixed it, but it would be better if Haroopad could fix this.  I had to open it from the command line to figure out what the error was.  When I used the button in the main app menu, it just didn't start.
For Linux Mint 16
> sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0