LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-22-2011, 01:19 AM   #1
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Rep: Reputation: 0
Unhappy problem installing libqt3-mt_3.3.6-1ubuntu3_i386


during installation of BACCardI (genome assembly validation software), in the final step, we get an error: <baccardi.bin:error while loading shared libraries libqt-mt.so.3: cannot open shared object file: No such file or directory>

so, to fix it, we tried installing the i386 libqt using command < sudo apt-get install libqt3-mt_3.3.6-1ubuntu3_i386>

But, now we get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt3-mt_3.3.6-1ubuntu3_i386
E: Couldn't find any package by regex 'libqt3-mt_3.3.6-1ubuntu3_i386'

please please help..........please
 
Old 02-22-2011, 04:26 AM   #2
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Hi,

Try :
Code:
sudo aptitude install libqt3-mt libqt3-mt-dev
You also can search for available packages :
Code:
sudo aptitude search libqt3-mt
 
Old 02-22-2011, 10:57 PM   #3
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
still not working

Quote:
Originally Posted by kaurpreet21@gmail.com View Post
during installation of BACCardI (genome assembly validation software), in the final step, we get an error: <baccardi.bin:error while loading shared libraries libqt-mt.so.3: cannot open shared object file: No such file or directory>

so, to fix it, we tried installing the i386 libqt using command < sudo apt-get install libqt3-mt_3.3.6-1ubuntu3_i386>

But, now we get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt3-mt_3.3.6-1ubuntu3_i386
E: Couldn't find any package by regex 'libqt3-mt_3.3.6-1ubuntu3_i386'

please please help..........please
Can someone please tell me what and from where to download this libqt-mt.so.3
 
Old 02-22-2011, 11:01 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Have you checked to see if it was available in synaptic?
 
Old 02-23-2011, 04:36 AM   #5
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
Sory, i am very new to the linux field...what is synaptic?? can u help??
 
Old 02-23-2011, 10:41 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It's under System>>Administration>>Synaptic on the menu bar.
 
Old 02-23-2011, 11:27 PM   #7
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
To Eddy1,

Yes, I found libqt3-mt under synaptic....so, now how can i use it to install BACCardI?? please help me?? i am at the crucial stage of my thesis...please please
 
Old 02-23-2011, 11:35 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You need to install the libqt packages first, but are they the version requested by Baccardi?
 
Old 02-24-2011, 12:14 AM   #9
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
Yes, when i try to install baccardi, it gives me the error, <baccardi.bin:error while loading shared libraries libqt-mt.so.3: cannot open shared object file: No such file or directory>

so, now, if i see this lib under synaptic, how do i install these?? plz relpy
 
Old 02-24-2011, 11:29 AM   #10
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Quote:
Originally Posted by kaurpreet21@gmail.com View Post
To Eddy1,

Yes, I found libqt3-mt under synaptic....so, now how can i use it to install BACCardI?? please help me?? i am at the crucial stage of my thesis...please please
Are libqt3-mt and libqt3-mt-dev installed on the server?

You can check if the library is installed using :
Code:
ldconfig -p | grep libqt-mt
 
Old 02-24-2011, 11:31 AM   #11
goodhombre
Member
 
Registered: Mar 2010
Location: Ungheni, Rep. Moldova
Distribution: Ubuntu
Posts: 89

Rep: Reputation: 22
Quote:
Originally Posted by kaurpreet21@gmail.com View Post
Yes, when i try to install baccardi, it gives me the error, <baccardi.bin:error while loading shared libraries libqt-mt.so.3: cannot open shared object file: No such file or directory>

so, now, if i see this lib under synaptic, how do i install these?? plz relpy
It is not hard to do.
https://help.ubuntu.com/community/SynapticHowto
http://ubuntuforums.org/showthread.php?t=828205

Last edited by goodhombre; 02-24-2011 at 11:32 AM.
 
Old 03-01-2011, 12:24 AM   #12
kaurpreet21@gmail.com
LQ Newbie
 
Registered: Feb 2011
Posts: 6

Original Poster
Rep: Reputation: 0
Hi,

Finall, i was able to install BACCarDI.......quite a fight!1 but, now i need to convert .caf to .ace file. i want to nkow how long it takes for the conversion.i know its a big file......
 
Old 03-01-2011, 01:04 AM   #13
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It might help someone else if you could kind of let them know how you resolved.
 
  


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
libqt3-dev jupiter3437 Linux - Software 2 08-26-2005 07:35 PM
error installing libqt3-devel sanjeevan Mandriva 1 11-30-2004 11:22 AM
libqt3 and messed up dependancies. Rounan Debian 1 02-06-2004 03:20 PM
circular deendencies for libqt3? mashenka Linux - Software 3 01-20-2004 04:50 PM
libqt3-compat??? hulkt Mandriva 0 10-30-2003 10:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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