LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-10-2009, 12:25 PM   #1
klee12
Member
 
Registered: May 2007
Posts: 48

Rep: Reputation: 15
Opera from slackbuild doesn't work


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
 
Old 09-10-2009, 12:42 PM   #2
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,089

Rep: Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263
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 01:16 PM.
 
1 members found this post helpful.
Old 09-10-2009, 01:00 PM   #3
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
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.
 
Old 09-10-2009, 01:03 PM   #4
stinkytaco
LQ Newbie
 
Registered: Oct 2008
Location: Fargo, ND
Distribution: Slackware 13
Posts: 14

Rep: Reputation: 1
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.
 
Old 09-10-2009, 01:21 PM   #5
klee12
Member
 
Registered: May 2007
Posts: 48

Original Poster
Rep: Reputation: 15
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
 
Old 09-10-2009, 01:22 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,089

Rep: Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263Reputation: 7263
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.
 
Old 09-10-2009, 01:35 PM   #7
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
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.
 
Old 09-10-2009, 02:21 PM   #8
stinkytaco
LQ Newbie
 
Registered: Oct 2008
Location: Fargo, ND
Distribution: Slackware 13
Posts: 14

Rep: Reputation: 1
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/
 
Old 09-10-2009, 02:26 PM   #9
klee12
Member
 
Registered: May 2007
Posts: 48

Original Poster
Rep: Reputation: 15
Thanks everyone.

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

klee12
 
Old 09-10-2009, 04:50 PM   #10
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
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.
 
Old 03-10-2010, 02:22 PM   #11
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
ooops wrong thread

Last edited by mRgOBLIN; 03-10-2010 at 02:24 PM.
 
Old 03-10-2010, 05:10 PM   #12
slackwaredanny
Member
 
Registered: Feb 2010
Location: Sweden
Distribution: Slackware
Posts: 88
Blog Entries: 3

Rep: Reputation: 20
i grabbed it from operas website they have it in slackwareformat.
worked for me.
chrome is an no worker for me though!
 
  


Reply



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 10:16 AM
Help! Scrolling Does Not Work In Opera! davidx Linux - Software 2 11-05-2008 01:18 PM
Slackbuild Opera 9.5 for Slackware 12? TL_CLD Slackware 6 06-28-2008 11:48 AM
Slackbuild for OpenVPN: Can't work with comp-lzo Tomás Ó hÉilidhe Slackware 9 04-03-2008 06:33 PM
How do I get Opera to work with Gmail? Tank Jr Mandriva 2 12-25-2007 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:34 PM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration