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 ) 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é ?
# Oups
Posté par ben (site web personnel) . Évalué à 1.
[^] # Re: Oups
Posté par bobulum . Évalué à 1.
http://linuxfr.org/submit/comments,24039,903957,4.html#reply
a+
[^] # Re: Oups
Posté par bobulum . Évalué à 1.
Pour régler ça : http://sourceforge.net/forum/forum.php?thread_id=1578687&(...)
Et ne pas oublier de redémarrer.
a+
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.