LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-10-2011, 07:32 AM   #1
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
libqtnmedia.so.2 for OpenSUSE 11.3


Code:
linux-dopx:/home/anisha/tarBalls/qtFlash/bin # ./flashvideoplayer 
./flashvideoplayer: error while loading shared libraries: libqtnmedia.so.2: cannot open shared object file: No such file or directory

linux-dopx:/home/anisha/tarBalls/qtFlash/bin # zypper what-provides libqtnmedia.so.2
Loading repository data...
Reading installed packages...
No providers of 'libqtnmedia.so.2' found.

linux-dopx:/home/anisha/tarBalls/qtFlash/bin # cat /etc/issue && uname -a
Welcome to openSUSE 11.3 "Teal" - Kernel \r (\l).

Linux linux-dopx 2.6.34-12-desktop #1 SMP PREEMPT 2010-06-29 02:39:08 +0200 x86_64 x86_64 x86_64 GNU/Linux

linux-dopx:/home/anisha/tarBalls/qtFlash/bin #
 
Old 08-10-2011, 08:56 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Before you get too deep into this, I would do the following and see if you get any results:
Code:
zypper what-provides libqtnmedia.so
zypper what-provides libqtnmedia
I remember a time back where I had a similar problem, and the so file I was looking for had .3 or something like that at the end, and come to find out, I just had to create a sym link to the original so file. Hope this helps at least a bit!

Josh
 
1 members found this post helpful.
Old 08-10-2011, 12:24 PM   #3
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Libqtmedia.so is provided by the QtMobility package. You can either download the src package from QT and compile it yourself, or, you can add the Meego rpm repo to zypper and install the qtmobility package via zypper.

Instructions and download here: http://www.meegoexperts.com/2011/04/...beta-released/
 
3 members found this post helpful.
Old 08-10-2011, 07:50 PM   #4
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
bigrigdriver,

Thanks but,
Look carefully, the requirement is libqtnmedia, you told me about libqtmedia

Last edited by Aquarius_Girl; 08-10-2011 at 08:18 PM.
 
1 members found this post helpful.
Old 08-11-2011, 01:37 AM   #5
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Code:
linux-dopx:/home/anisha/tarBalls/qtFlash/bin # zypper what-provides libqtnmedia.so
Loading repository data...
Reading installed packages...
No providers of 'libqtnmedia.so' found.

linux-dopx:/home/anisha/tarBalls/qtFlash/bin # zypper what-provides libqtnmedia
Loading repository data...
Reading installed packages...
No providers of 'libqtnmedia' found.

linux-dopx:/home/anisha/tarBalls/qtFlash/bin #
 
1 members found this post helpful.
Old 08-11-2011, 11:08 AM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hmmm... Is flashvideoplayer a script, or a compiled program? After doing some research, I can not for the life of me find libqtnmedia or libqtnmedia.so anywhere online. Maybe it's a typo within the source?
 
1 members found this post helpful.
Old 08-11-2011, 11:21 AM   #7
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
flashvideoplayer is the name of executable file of a compiled Qt program from http://www.devmachines.com/products/...-overview.html

I guess too that it is a typo, I am thinking of reinstalling qtmultimedia and will see if that helps.
Thanks for bothering.
 
1 members found this post helpful.
Old 08-11-2011, 11:30 AM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
For bothering? I'm not bothering, I'm assisting

And where exactly is the source on that page? I'm still waking up, and I gave up way too quick trying to find it....
 
Old 08-11-2011, 11:36 AM   #9
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by corp769 View Post
For bothering?
You said that you searched Google for that .so, that's what I called "bothering". You bothered yourself.
Quote:
Originally Posted by corp769 View Post
And where exactly is the source on that page?
http://www.devmachines.com/downloads...inux-demo.html
After you inflate all the zip files there, you'll see a demo folder.
Quote:
Originally Posted by corp769 View Post
I'm still waking up
I am about to go to sleep, it is 22:00 here.
 
1 members found this post helpful.
Old 08-11-2011, 11:41 AM   #10
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I would cd back to the original qtFlash directory, and have a look within all of the sub-directories for possibly a static file; Since this is a downloaded zip file, the file might be there, but just not being seen. I recommend running "ldd flashvideoplayer" and seeing where it is trying to find the so file, and searching all throughout like I said before.

I take that back - The file is in there Anisha Unzip installpack001.zip and navigate to the lib directory, and voila! It's right there
 
1 members found this post helpful.
Old 08-11-2011, 11:50 AM   #11
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
That's brilliant, I'll check tomorrow. I need some medicines
to increase my `observations`.

Quote:
You must spread some Reputation around before giving it to corp769 again.
 
1 members found this post helpful.
Old 08-11-2011, 12:20 PM   #12
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
QtitanMultimedia2.1_linux_demo.zip
http://www.devmachines.com/downloads...inux-demo.html

cd <folder-with-QtitanMultimedia2.1-files>/ && setup.sh
For 'setup.sh' to work, 'gcc-c++', 'libqt4-devel' are required. ( Qt version 4.7 ? ).
( I installed to /home/knudfl/QtitanMultimedia2/, providing lib/libqtnmedia.so.2 etc.)

cd QtitanMultimedia2/ && qtitanvars.sh :
Which should include "QtitanMultimedia2"/lib in the LD_LIBRARY_PATH.
Doesn't work on all Linux OS. The following worked ..
export LD_LIBRARY_PATH=/home/knudfl/QtitanMultimedia2/lib && bin/flashvideoplayer

( The 32bits Ubuntu 10.10 was used for the above : Has glibc >=2.11.)

..

Last edited by knudfl; 08-11-2011 at 04:25 PM.
 
2 members found this post helpful.
Old 08-11-2011, 01:36 PM   #13
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
QtitanMultimedia2.1_linux_demo is a 32bits application.

To run the files, these packages are required for the 64bits Suse 11.3 :
xorg-x11-libXrender-32bit
xorg-x11-libX11-32bit
xorg-x11-libxcb-32bit
xorg-x11-libXau-32bit
xorg-x11-libSM-32bit
libuuid1-32bit
xorg-x11-libICE-32bit
libgobject-2_0-0-32bit
libfreetype6-32bit
libstdc++45-32bit
libpng12-0-32bit
zlib-32bit
libgthread-2_0-0-32bit
libglib-2_0-0-32bit
libpcre0-32bit
libgcc45-32bit

cd <folder-with-installpack001-files> &&
export LD_LIBRARY_PATH=./lib && bin/flashvideoplayer

..

Last edited by knudfl; 08-11-2011 at 04:24 PM.
 
2 members found this post helpful.
Old 08-11-2011, 02:42 PM   #14
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Anisha Kaul View Post
That's brilliant, I'll check tomorrow. I need some medicines
to increase my `observations`.


I got the same message too
 
Old 08-14-2011, 12:07 PM   #15
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hey Anisha, just wondering if you solved your problem or not
 
  


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
how to install openSuse 11 64bits on a box already has 32bits openSuse installed? 2007fld SUSE / openSUSE 7 11-28-2010 10:30 AM
[SOLVED] Update from openSUSE 11.0 to openSUSE 11.2 ljbecker Linux - Desktop 4 07-24-2010 07:47 AM
LXer: OpenSUSE Conf 2009: OpenSUSE 11.2 with Microblogging, But Not WebYaST LXer Syndicated Linux News 0 09-19-2009 08:50 AM
OpenSuSE 10.3 failing to uninstall openSuSE installer from the windows boot Lucens Linux - Newbie 5 10-11-2008 08:08 AM
cannot save iptables configuration on opensuse 10.3 I have a server running opensuse lorry Linux - Newbie 2 09-26-2008 11:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:45 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