URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/db-designer-fork Title: DB Designer Fork Authors: ben Date: 2008年02月12日T23:02:37+01:00 Tags: ubuntu Score: 0 Bonjour, Je cherche à utiliser DB Designer Fork sous ubuntu : J'ai télécharger sur le site du projet ( [http://sourceforge.net/projects/dbdesigner-fork](http://sourceforge.net/projects/dbdesigner-fork) ) les binaires et décompresser le tar.gz dans /opt/DBDesigner. On a un executable pour ubuntu qui pointe sur le fichier startdbd_using_kernel2.6 qui fait juste : LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/:/lib/ ./DBDesignerFork Bon, il manque le chemin vers les autres bibliothèques, donc je fais : /opt/DBDesigner/bin$ export LD_LIBRARY_PATH=/opt/DBDesigner/bin/Linuxlib/:/lib/tls/i686/cmov/:/lib/:/usr/lib/:/opt/DBDesigner/bin/ puis /opt/DBDesigner/bin$ LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 ./DBDesignerFork Mais j'ai une erreur comme quoi il ne trouve pas la bibliothèque libpthread.so.0 : /opt/DBDesigner/bin$ ./start_dbd.sh ./DBDesignerFork: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory Or cette bibliothèque est bien présente ici : /opt/DBDesigner/bin$ la /lib/tls/i686/cmov/libpthread.so.0 116 -rw-r--r-- 1 root 112423 2007年10月25日 03:03 /lib/tls/i686/cmov/libpthread.so.0 Donc qu'est ce que j'ai bien pu oublié ?