LoginSignup
5
4

More than 5 years have passed since last update.

Ubuntu12.04 に Debian 用の HarooPad pkg を導入

Posted at

http://pad.haroopress.com/
https://dl.dropbox.com/s/urnoicuv5euqfwm/haroopad-v0.12.0_amd64.deb

$ haroopad 
/usr/share/haroopad/haroopad: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
$ ls -l /lib/x86_64-linux-gnu/libudev.so.*
lrwxrwxrwx 1 root root    16  5月 10 05:29 /lib/x86_64-linux-gnu/libudev.so.1 -> libudev.so.1.3.5
-rw-r--r-- 1 root root 67600  5月 10 05:29 /lib/x86_64-linux-gnu/libudev.so.1.3.5
$ sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
$ ls -la /lib/x86_64-linux-gnu/libudev.so.*
lrwxrwxrwx 1 root root    34  6月 16 01:07 /lib/x86_64-linux-gnu/libudev.so.0 -> /lib/x86_64-linux-gnu/libudev.so.1
lrwxrwxrwx 1 root root    16  5月 10 05:29 /lib/x86_64-linux-gnu/libudev.so.1 -> libudev.so.1.3.5
-rw-r--r-- 1 root root 67600  5月 10 05:29 /lib/x86_64-linux-gnu/libudev.so.1.3.5
5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4