LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Tags used in this thread
Popular LQ Tags

Reply
 
Thread Tools
Old 09-10-2009, 01:25 PM   #1
klee12
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0
Opera from slackbuild doesn't work


[Log in to get rid of this advertisement]
Hello,

I'm running Slackware 13.0 and tried to install Opera. I downloaded the 32 bit version and built and installed it ... no compilation or installation errors. When I run it (/usr/bin/opera) I got the following error message

/usr/lib/opera-9.64/opera: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory

I grepped MANIFEST for libqt-mt.so.3 and couldn't find it. I searched slackbuild and couldn't find it.

Thanks in advance for your help

klee12
linux klee12 is offline  
Tag This Post
Reply With Quote
Old 09-10-2009, 01:42 PM   #2
cwizardone
Member
 
Registered: Feb 2007
Distribution: Slackware64+"True Multilib"
Posts: 624
Thanked: 21
This may or may not have anything to do with it, but....
perhaps the source the link at slackbuilds.org points you to, is for the Slackware 12.2 version?

I say this because, if you were to download Opera 10, from the link on their main page,

http://www.opera.com

it will give you a qt3 version as they don't, yet, show an option for Slackware 13, which runs, I believe, qt4.

You might try going to this page,

http://my.opera.com/desktopteam/blog/

and follow the links to the download page for the latest version. I running it and haven't had any problems. The 32 bit version can be found here,

http://snapshot.opera.com/unix/snaps...9/intel-linux/

Be sure and download a qt4 version.
I hope that helps.
BTW, these are binary packages. No compiling necessary.

To install, download to whatever directory/folder you like.
Unpack it using, for example,

tar -xvzf opera-10.10-4609.gcc4-qt4.i386.tar.gz

Then "cd" to, opera-10.10-4609.gcc4-qt4.i386

Change to root by running the "su" command and entering your password.

Once done, at the command prompt type, ./install.sh

Say yes to the few questions and you're done.

Exit as root and fire up Opera as user.
Works every time for me.
Good luck.

Last edited by cwizardone; 09-10-2009 at 02:16 PM..
linux cwizardone is offline     Reply With Quote
Thanked by:
Old 09-10-2009, 02:00 PM   #3
bassmadrigal
Member
 
Registered: Nov 2003
Location: Ramstein Air Base, Germany
Distribution: Slackware
Posts: 155
Thanked: 7
Or you can go into the kde3-compat directory in the extra/ folder on the cd/dvd and install qt3. qt3 may be needed for other applications as well, so it probably wouldn't hurt and they can co-exist peacefully. Although it may be interesting to give opera running qt4 a go.
linuxslackware bassmadrigal is offline     Reply With Quote
Thanked by:
Old 09-10-2009, 02:03 PM   #4
stinkytaco
LQ Newbie
 
Registered: Oct 2008
Location: Fargo, ND
Distribution: Slackware 13
Posts: 14
Thanked: 2
Quote:
Originally Posted by bassmadrigal View Post
Or you can go into the kde3-compat directory in the extra/ folder on the cd/dvd and install qt3. qt3 may be needed for other applications as well, so it probably wouldn't hurt and they can co-exist peacefully. Although it may be interesting to give opera running qt4 a go.
This is the correct answer. I was able to install Opera only after installing qt3. I wasn't able to get it to work with qt4 at all.
windows_xp_2003 stinkytaco is offline     Reply With Quote
Thanked by:
Old 09-10-2009, 02:21 PM   #5
klee12
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
Thanks for the replies.

I downloaded and copied to disk the first 3 CDs of the slackware 13.0 distribution, and couldn't find the extra directory.

find copy_of_CDx -name extra

where copy_of_CDx, with x = 1,2,3 is a copy of one of the CDs. I also searched for qt3kde-compat with no luck.

I didn't look in CDs 4,5 and 6 because I thought they were just the sources of the stuff in CD1,2 and 3.k

klee12
linux klee12 is offline     Reply With Quote
Old 09-10-2009, 02:22 PM   #6
cwizardone
Member
 
Registered: Feb 2007
Distribution: Slackware64+"True Multilib"
Posts: 624
Thanked: 21
Quote:
Originally Posted by stinkytaco View Post
This is the correct answer. I was able to install Opera only after installing qt3. I wasn't able to get it to work with qt4 at all.
As mentioned above, if you download a qt4 version of Opera you shouldn't have any problems and qt3 isn't needed.
linux cwizardone is offline     Reply With Quote
Thanked by:
Old 09-10-2009, 02:35 PM   #7
jkirchner
Member
 
Registered: Apr 2007
Location: Upstate NY
Distribution: Slackware 13
Posts: 109
Thanked: 6
Quote:
Originally Posted by bassmadrigal View Post
Or you can go into the kde3-compat directory in the extra/ folder on the cd/dvd and install qt3. qt3 may be needed for other applications as well, so it probably wouldn't hurt and they can co-exist peacefully. Although it may be interesting to give opera running qt4 a go.
This method worked for me as well. As soon as I had the kde3-compat stuff installed Opera runs like it should.
windows_xp_2003 jkirchner is offline     Reply With Quote
Thanked by:
Old 09-10-2009, 03:21 PM   #8
stinkytaco
LQ Newbie
 
Registered: Oct 2008
Location: Fargo, ND
Distribution: Slackware 13
Posts: 14
Thanked: 2
Quote:
Originally Posted by cwizardone View Post
As mentioned above, if you download a qt4 version of Opera you shouldn't have any problems and qt3 isn't needed.
I see now that there is a qt4 version on slackbuilds. That must be relativly new. I installed that 9.64 version that was there a week ago. Thanks for the heads up.

For the OPs reference:

http://slackbuilds.org/repository/13.0/network/opera/
windows_xp_2003 stinkytaco is offline     Reply With Quote
Old 09-10-2009, 03:26 PM   #9
klee12
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
Thanks everyone.

The missing package was on disk 4, which I thought contained only sources. I installed the compatibility library and it worked.

klee12
linux klee12 is offline     Reply With Quote
Old 09-10-2009, 05:50 PM   #10
bassmadrigal
Member
 
Registered: Nov 2003
Location: Ramstein Air Base, Germany
Distribution: Slackware
Posts: 155
Thanked: 7
Just an FYI, you can browse the directories online. If you had only done discs 1-3, you could've gone online to one of the many slackware mirrors and downloaded just that one file and installed it.
linuxslackware bassmadrigal is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Opera Slackbuild Problem (32 bit) jkirchner Slackware 3 09-07-2009 11:16 AM
Help! Scrolling Does Not Work In Opera! davidx Linux - Software 2 11-05-2008 02:18 PM
Slackbuild Opera 9.5 for Slackware 12? TL_CLD Slackware 6 06-28-2008 12:48 PM
Slackbuild for OpenVPN: Can't work with comp-lzo Tomás Ó hÉilidhe Slackware 9 04-03-2008 07:33 PM
How do I get Opera to work with Gmail? Tank Jr Mandriva 2 12-25-2007 04:47 AM


All times are GMT -5. The time now is 12:20 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration