denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Keyboard shortcut


From: Daeavelwyn Kalandeth Baeltalquis
Subject: Re: [Denemo-devel] Keyboard shortcut
Date: Tue, 30 Dec 2008 17:55:17 +0100

great!

I've finally solve my problem, here is my solution, your advice put me on the right way Richard :)

In fact, there is some mistakes in the debian package. I post below a cop/paste from my terminal you will understand :

address@hidden:~/Desktop$ denemo
denemo: error while loading shared libraries: libltdl.so.3: cannot open shared object file: No such file or directory
address@hidden:~/Desktop$ sudo find / -name libltdl.so.3
address@hidden:~/Desktop$ sudo ln -s /usr/lib/libltdl.so /usr/lib/libltdl.so.3
address@hidden:~/Desktop$ ls -Al /usr/lib/libltdl.
ls: ne peut accéder /usr/lib/libltdl.: Aucun fichier ou dossier de ce type
address@hidden:~/Desktop$ ls -Al /usr/lib/libltdl.*
-rw-r--r-- 1 root root 41148 2008-09-01 19:32 /usr/lib/libltdl.a
-rw-r--r-- 1 root root   940 2008-09-01 19:32 /usr/lib/libltdl.la
lrwxrwxrwx 1 root root    16 2008-12-30 16:54 /usr/lib/libltdl.so -> libltdl.so.7.1.2
lrwxrwxrwx 1 root root    19 2008-12-30 17:44 /usr/lib/libltdl.so.3 -> /usr/lib/libltdl.so
lrwxrwxrwx 1 root root    16 2008-12-18 18:18 /usr/lib/libltdl.so.7 -> libltdl.so.7.1.2
-rw-r--r-- 1 root root 30104 2008-09-01 19:32 /usr/lib/libltdl.so.7.1.2
address@hidden:~/Desktop$ denemo
denemo: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory
address@hidden:~/Desktop$ sudo find / -name libportaudio.*
address@hidden:~/Desktop$ denemo
denemo: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory
address@hidden:~/Desktop$ sudo find / -name libportaudio.*
/usr/lib/libportaudio.so.0.0.18
/usr/lib/libportaudio.so.0
address@hidden:~/Desktop$ sudo ln -s /usr/lib/libportaudio.so.0.0.18 /usr/lib/libportaudio.so.2
address@hidden:~/Desktop$ denemo

As you can see I've simply create symbolic links from the right lib name to the lib requested by denemo, and it works, i don't know yet if all the features are working correctly, but the program has started and most important things, my shortcuts are now recognized !!!

Thanks for your help Richard :)

Dae.

On Tue, Dec 30, 2008 at 5:22 PM, Richard Shann <address@hidden> wrote:
On Tue, 2008-12-30 at 16:56 +0100, Daeavelwyn Kalandeth Baeltalquis
wrote:
> Thanks for your help Richard, I've also libltdl installed, I don't
> understand where is the problem :/
> If someone can help me :)
>
Try setting LD_LIBRARY_PATH to where the libraries are...
Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]