installer NVU

installer NVU - Installation - Linux et OS Alternatifs

Marsh Posté le 10-11-2004 à 01:29:23    

slt tlm, voila je voudrai installer NVU sur ma redhat9, j'ai donc dl l'archive pour FC2 ( c'etait soit ca soit pour debian alors ... )
je l'ai extraite mais je peut pas lancer le soft lorsque je lance NVU j'ai un message  

*** global extensions startup!


et si je fait nvu-bin j'ai  

./nvu-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory


mais je comprends pas cette lib est dans le repertoire de nvu


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 10-11-2004 à 01:29:23   

Reply

Marsh Posté le 11-11-2004 à 13:19:08    

[:_deckard_]


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 13:23:36    

tu fais un strace et tu regardes où il va la chercher sa lib à la con :)


---------------
uptime is for lousy system administrators what Viagra is for impotent people - mes unixeries - github me
Reply

Marsh Posté le 11-11-2004 à 13:33:12    

carot0< tu as installé mozilla ?
 


[admin@admin3 admin]$ urpmf libmozjs.so
mozilla-thunderbird:/usr/lib/mozilla-thunderbird-0.9/libmozjs.so
mozilla-firefox:/usr/lib/mozilla-firefox-1.0/libmozjs.so
nvu:/usr/lib/nvu-0.17+/libmozjs.so
OpenOffice.org-libs:/usr/lib/openoffice/program/libmozjs.so
mozilla:/usr/lib/mozilla-1.7.3/libmozjs.so


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 11-11-2004 à 13:53:00    

black_lord a écrit :

tu fais un strace et tu regardes où il va la chercher sa lib à la con :)


[root@localhost nvu-0.50]# strace nvu-bin
execve("./nvu-bin", ["nvu-bin"], [/* 33 vars */]) = 0
uname({sys="Linux", node="localhost.localdomain", ...}) = 0
brk(0)                                  = 0x80518e0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40013000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=47471, ...}) = 0
old_mmap(NULL, 47471, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)                                = 0
open("/lib/i586/mmx/libmozjs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i586/mmx", 0xbfffdb80)     = -1 ENOENT (No such file or directory)
open("/lib/i586/libmozjs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i586", 0xbfffdb80)         = -1 ENOENT (No such file or directory)
open("/lib/mmx/libmozjs.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/lib/mmx", 0xbfffdb80)          = -1 ENOENT (No such file or directory)
open("/lib/libmozjs.so", O_RDONLY)      = -1 ENOENT (No such file or directory)
stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/i586/mmx/libmozjs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i586/mmx", 0xbfffdb80) = -1 ENOENT (No such file or directory)
open("/usr/lib/i586/libmozjs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/i586", 0xbfffdb80)     = -1 ENOENT (No such file or directory)
open("/usr/lib/mmx/libmozjs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib/mmx", 0xbfffdb80)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libmozjs.so", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
writev(2, [{"nvu-bin", 7}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"libmozjs.so", 11}, {": ", 2}, {"cannot open shared object file", 30}, {": ", 2}, {"No such file or directory", 25}, {"\n", 1}], 10nvu-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
) = 118
exit_group(127)                         = ?


je suis pas sur de tout comprendre


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 13:54:14    

Dark_Schneider a écrit :

carot0< tu as installé mozilla ?
 


[admin@admin3 admin]$ urpmf libmozjs.so
mozilla-thunderbird:/usr/lib/mozilla-thunderbird-0.9/libmozjs.so
mozilla-firefox:/usr/lib/mozilla-firefox-1.0/libmozjs.so
nvu:/usr/lib/nvu-0.17+/libmozjs.so
OpenOffice.org-libs:/usr/lib/openoffice/program/libmozjs.so
mozilla:/usr/lib/mozilla-1.7.3/libmozjs.so




j'ai firefox et OO.o mais pas mozilla


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 13:59:41    

nvu à besoin de mozilla à mon avis ... donc installe mozilla vue que celui-ci semble fournir cette librairie


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 11-11-2004 à 14:01:15    

tu peux aussi faire un lien de l'un des libmozjs.so qui existent dans /usr/lib/
prends plutôt celui de firefox dans ce cas :


ln -s /usr/lib/mozilla-firefox-1.0/libmozjs.so /usr/lib/libmozjs.so


Message édité par Dark_Schneider le 11-11-2004 à 14:01:32

---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 11-11-2004 à 14:19:25    

Dark_Schneider a écrit :

tu peux aussi faire un lien de l'un des libmozjs.so qui existent dans /usr/lib/
prends plutôt celui de firefox dans ce cas :


ln -s /usr/lib/mozilla-firefox-1.0/libmozjs.so /usr/lib/libmozjs.so




j'ai fait un liens de la lib de firefox ( j'ai la version 0.93) et de celle fourni avec nvu mais j'ai une nouvelle erreur

/usr/share/nvu-0.50/nvu-bin
/usr/share/nvu-0.50/nvu-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: Error 40


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 14:27:44    

peut être un pb de droits, cependant je te conseille d'installer mozilla


Message édité par Dark_Schneider le 11-11-2004 à 14:28:18

---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 11-11-2004 à 14:27:44   

Reply

Marsh Posté le 11-11-2004 à 14:34:00    

Dark_Schneider a écrit :

peut être un pb de droits, cependant je te conseille d'installer mozilla


bon bas c ce que je vais faire merci


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 15:23:50    

carot0 a écrit :

bon bas c ce que je vais faire merci


l'install de mozilla a rien changé


---------------
In a world without walls and fences, who needs Windows and Gates
Reply

Marsh Posté le 11-11-2004 à 15:26:46    

Si tu as firefox installé sur ta machine, essaie de rajouter le répertoire
 
/usr/lib/mozilla-firefox-1.0
 
(ou équivalent chez toi) au fichier /etc/ld.so.conf,
et relance ldconfig.

Reply

Marsh Posté le 11-11-2004 à 15:31:15    

carot0> as tu fais le lien avec la lib de mozilla ?
http://doc.mandrakelinux.com/Mandr [...] -ln-s.html


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed