Results 1 to 6 of 6
ÚÄ(forgotten@lha2ms)Ä
ÀÄ(~/tars/thunderbird)Ä ./thunderbird-bin
./thunderbird-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
This is what i get when trying to run thunderbird ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-19-2006 #1
Mozilla Firefox/Thunderbird Shared Lib. Problem.
ÚÄ(forgotten@lha2ms)Ä
ÀÄ(~/tars/thunderbird)Ä ./thunderbird-bin
./thunderbird-bin: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory
This is what i get when trying to run thunderbird from the command line.. I googled it and this link https://bugzilla.mozilla.org/show_bug.cgi?id=312360 tells me that it's a LD_LIBRARY_PATH problem.. saying that it only includes a relative path instead of absolute.. so anyone that runs firefox and or thunderbird from a personal directory gets screwed.. But it's says this only happens after running the "updater" which i havn't done.. it just did it by itself..
My problem is that i don't know where to set the LD_LIBRARY_PATH to include an absolute path... Is it simple an entry in your .bashrc ? if so i already tried that without any luck.
Any help would be GREATLY appreciated.
- 08-19-2006 #2
It's an environment variable, so you should just need to set it in ~/.bashrc and then export it:
Alternatively, it may be that the command 'thunderbird' is actually a script that sets some variables then runs the binary. Check and make sure. If it is a script, you can just modify the script to use an absolute path.Code:export LD_LIBRARY_PATH=/foo/bar
- 08-19-2006 #3
- 08-19-2006 #4
cept now for some reason it says my server refuses to connect thru pop3 (110).. even tho it brought up my exact settings from my ~/.thunderbird/ profile that i havn't modified at all lol.. i'm just havin a stroke of very bad luck i guess.
- 08-20-2006 #5
hi forgottentq !!!
if you are using gmail then security settings should be SSL... use port 995 not 110...
Originally Posted by forgottentq
<=== { casper } ===>It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-20-2006 #6
I'm connecting to a local Exchange 5.5 Server. Everything worked fine before.. i just don't understand.


Reply With Quote
