Merci beaucoup de vos reponses ^^
Je reviendrais avec plaisir ^^
@ bientot
Je reviendrais avec plaisir ^^
@ bientot
Pourtant j'ai bien libusb comme paquet installé sur ma machine.configure: creating libtool
appending configuration tag "CXX" to libtool
appending configuration tag "F77" to libtool
checking for main in -lusb... no
configure: error: "libusb not found. please install it"
libg15
This library is needed by the daemon for managing the LCD on the keyboard.
You can download the libg15 library from the g15tools homepage on Sourceforge.
libg15 depends on libusb-dev so please install libusb-dev before compiling libg15.
libusb-dev can be found in your distribution's repositories... hopefully.
IMPORTANT!! When libg15 is compiled it will be copied into /usr/local/lib but the
daemon looks for it in /usr/lib. If you have not already, add /usr/local/lib to the
file /etc/ld.so.conf and run the command 'ldconfig' as root. This will allow
Linux to find the libraries installed there. Alternatively, run the libg15
configure script with --prefix=/usr as an argument, it will then be installed in /usr/lib.
Mais de manière générale, quand tu compiles un paquet, ce dont tu as besoin, c'est des paquels de développement donc, en root :yum install libusb-devel
Les configure, make et make install de libg15render on été faits sans probleme.g15daemon
g15daemon: error while loading shared libraries: libg15render.so.1: cannot open shared object file: No such file or directory
# updatedb
que renvoie la commande suivante ?
$ locate libg15render.so.1
(sans doute renverra-t-elle /usr/local/lib/libg15render.so.1)./usr/local/lib/libg15render.so.1
/usr/local/lib/libg15render.so.1.1.0
/usr/local/lib
Lance ensuite la commande ldconfig en root, de façon à ce que les lib. dynamiques dans /usr/local/lib soient mises en cache et désormais chargées au besoin./usr/local/lib
Sans oublier d'exécuter la commande « ldconfig »