Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-23-2008, 01:25 AM
|
#1
|
Member
Registered: Jul 2008
Distribution: Slackware
Posts: 648
|
gxine: error while loading shared libraries: libmozjs.so: cannot open shared object..
"gxine: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory"
Thing is that it works, albiet very buggy, when somthing tries to access it via firefox. However it is buggy, like I said, and it wont start when I try to access it my self. e.g. through bash or terminal etc.
|
|
|
10-23-2008, 03:58 AM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,830
|
install seamonkey and ran ldconfig 
|
|
|
10-23-2008, 07:31 AM
|
#3
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by empcrono
"gxine: error while loading shared libraries: libmozjs.so: cannot open shared object file: No such file or directory"
Thing is that it works, albiet very buggy, when somthing tries to access it via firefox. However it is buggy, like I said, and it wont start when I try to access it my self. e.g. through bash or terminal etc.
|
Those libraries are part of firefox. I have no idea, why gxine needs them, but this bug did happen occasionally. Can be solved by symlinking firefox libraries (there will be four of them) into /usr/local/lib, sometimes can be cured by resetting gxine's skin.
|
|
|
11-10-2008, 04:17 AM
|
#4
|
Member
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Original Poster
|
Quote:
Originally Posted by ErV
Those libraries are part of firefox. I have no idea, why gxine needs them, but this bug did happen occasionally. Can be solved by symlinking firefox libraries (there will be four of them) into /usr/local/lib, sometimes can be cured by resetting gxine's skin.
|
Do you know what four need to be symlinked? I symlinked libmozjs.so in /usr/local/lib but I still get the same prob.
|
|
|
11-10-2008, 06:35 AM
|
#5
|
Member
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53
Rep:
|
Maybe this thread is relevant to your problem ?
|
|
|
11-10-2008, 07:09 AM
|
#6
|
Member
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Original Poster
|
Quote:
Originally Posted by Karu
|
No I still get the same problems. It was insightful however. Thank you!
|
|
|
11-10-2008, 08:36 AM
|
#7
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by empcrono
Do you know what four need to be symlinked?
|
I don't really remember, because they had really ugly names which looked meaningless (except libmozjs, which seems to mean "mozilla javascript"), but I think they were libmozjs.so, libplds4.so, libplc4.so and libnspr4.so. I'm not completely sure about it, though. Try launching gxine from terminal emulator (Konsole, xterm, whatever) after you symlinked first library, it will print which one it can't find. Or do "ldd /usr/bin/gxine", and it will also help you to find missing libraries.
Quote:
Originally Posted by empcrono
I symlinked libmozjs.so in /usr/local/lib but I still get the same prob.
|
I found out that I symlinked libraries in /usr/lib, not /usr/local/lib. Try it, it might help.
Last edited by ErV; 11-10-2008 at 08:37 AM.
|
|
|
11-10-2008, 09:54 AM
|
#8
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
Quote:
Which package contains <insert filename here>?
It's commonly considered the best way to find this information is through
searching Slackware's MANIFEST.bz2 file. You can find this file on the
Slackware CD in the slackware directory or on a Slackware mirror. (Note
that in older distributions, the file is called MANIFEST.gz, and is
found in the slakware directory).
One way to search MANIFEST.bz2 is to type the following:
less -p filename MANIFEST.bz2
(press n for next match found. Press q to exit.
|
http://www.therockgarden.ca/aolsfaq.txt
|
|
|
11-10-2008, 11:09 AM
|
#9
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by dugan
|
And if you have custom-built packages then it won't work.
/var/log/packages contains lists of files for all packages, so searching should be done by checking contents of /var/log/packages, not manifest.bz2.
|
|
|
11-10-2008, 12:10 PM
|
#10
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,352
|
/var/log/packages list files in packages that you have installed. When you get messages about missing library files, they're probably[1] in packages that you haven't installed. Then, MANIFEST is the place to find them.
1. Might not apply in this case though  .
Last edited by dugan; 11-10-2008 at 12:29 PM.
|
|
|
11-10-2008, 08:33 PM
|
#11
|
Member
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Original Poster
|
Quote:
Originally Posted by ErV
I found out that I symlinked libraries in /usr/lib, not /usr/local/lib. Try it, it might help.
|
Yeah that did the trick. Thanks every one!!
Edit: It is still very buggy though. I am beginning to think that Gxine is just buggy
To be more clear, when ever I full screen or exit full screen it freezes. If I use the keyboard to do it, it does not freeze however.
Last edited by khronosschoty; 11-10-2008 at 08:42 PM.
|
|
|
All times are GMT -5. The time now is 10:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|