LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing libqt3-mt_3.3.6-1ubuntu3_i386 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-libqt3-mt_3-3-6-1ubuntu3_i386-864239/)

kaurpreet21@gmail.com 02-22-2011 01:19 AM

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

goodhombre 02-22-2011 04:26 AM

Hi,

Try :
Code:

sudo aptitude install libqt3-mt libqt3-mt-dev
You also can search for available packages :
Code:

sudo aptitude search libqt3-mt

kaurpreet21@gmail.com 02-22-2011 10:57 PM

still not working
 
Quote:

Originally Posted by kaurpreet21@gmail.com (Post 4266986)
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

EDDY1 02-22-2011 11:01 PM

Have you checked to see if it was available in synaptic?

kaurpreet21@gmail.com 02-23-2011 04:36 AM

Sory, i am very new to the linux field...what is synaptic?? can u help??

EDDY1 02-23-2011 10:41 AM

It's under System>>Administration>>Synaptic on the menu bar.

kaurpreet21@gmail.com 02-23-2011 11:27 PM

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

EDDY1 02-23-2011 11:35 PM

You need to install the libqt packages first, but are they the version requested by Baccardi?

kaurpreet21@gmail.com 02-24-2011 12:14 AM

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

goodhombre 02-24-2011 11:29 AM

Quote:

Originally Posted by kaurpreet21@gmail.com (Post 4269268)
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

goodhombre 02-24-2011 11:31 AM

Quote:

Originally Posted by kaurpreet21@gmail.com (Post 4269299)
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

kaurpreet21@gmail.com 03-01-2011 12:24 AM

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......

EDDY1 03-01-2011 01:04 AM

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


All times are GMT -5. The time now is 03:54 PM.