Pb KompoZer !

Hello,
i have installed KompoZer 0.7.10 and when i laounch it i get tje message :

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

i copied the module from mozilla directory but nothing chabged
Thanks for you help

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In a new shell try:

export LD_PRELOAD=/path/to/your/file/named/libmozjs.so;
…/kompozer-bin

Good luck.

trazomtg wrote:
> Hello,
> i have installed KompoZer 0.7.10 and when i laounch it i get tje
> message :
>
> ./kompozer-bin: error while loading shared libraries: libmozjs.so:
> cannot open shared object file: No such file or directory
>
> i copied the module from mozilla directory but nothing chabged
> Thanks for you help
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFItbnl3s42bA80+9kRAoO/AJkBFxCWWIwq4og19o7x0TLAmikHKQCfS5Kp
u9otokvmAao381LhsUf9NQY=
=YnTh
-----END PGP SIGNATURE-----

thanks for your answer but i did

export LD_PRELOAD=/home/root/firefox/libmozjs.so

and launched ./kompozer-bin and i got the same message

i did :

export LD_PRELOAD=/usr/lib/kompozer/libmozjs.so:/usr/lib/kompozer/libxpcom.so
because i had the same problem with libxpcom.so but when i lauch kompozer i have no error but nothing is displayed lol!!!
do i miss anything?
Thanks

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Um… I don’t know at that point. I’d probably use ‘strace’ at this
point to try to figure out what else is going wrong if nothing was being
printed to the screen already, though that’s a bit odd.

Good luck.

trazomtg wrote:
> i did :
>
> export
> LD_PRELOAD=/usr/lib/kompozer/libmozjs.so:/usr/lib/kompozer/libxpcom.so
> because i had the same problem with libxpcom.so but when i lauch
> kompozer i have no error but nothing is displayed lol!!!
> do i miss anything?
> Thanks
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFItcSR3s42bA80+9kRAgOZAJ9wysbNZbNf6RodhU3XCNOH5nrHFwCfXAqQ
t3C2UboNBeevBK1GO/m0mBY=
=QMBH
-----END PGP SIGNATURE-----

i tried :

export DISPLAY=192.168.0.10:0.0

but when i launch kompozer i get the message :

(kompozer-bin:15856): Gtk-WARNING **: cannot open display: 192.168.0.10:0.0

is this the problem?