Wont run on Ubuntu 7.04

If you have problems with the installation of KBasic, you are right here

Wont run on Ubuntu 7.04

Postby bbjimmy » Fri Oct 05, 2007 3:01 am

I installed Kbasic on Ubuntu and it will not start ... from the terminal ... kbide: error while loading shared libraries: libQtSql.so.4: cannot open shared object file: No such file or directory


any help??
bbjimmy
 
Posts: 2
Joined: Fri Oct 05, 2007 2:57 am

Re: Wont run on Ubuntu 7.04

Postby berndnoetscher » Sat Oct 06, 2007 6:38 pm

It seems to me that your Linux does not have installed Qt4 or in a different location.
Is there /usr/lib/libQtSql.so.4 on your machine?

If your PC does not show anything after clicking on the installer file, your system
does not match the requirements or has not installed all needed software in the right
location as Linux Standard Base (LSB) defines it!

Dependencies are (shared libraries, which you must have installed on your system):

*
libqt-mt.so.3 ⇒ /usr/lib/libqt-mt.so.3 (0xb789c000)
*
libXft.so.2 ⇒ /usr/lib/libXft.so.2 (0xb74c4000)

*
linux-gate.so.1 ⇒ (0xffffe000)
*
libQtSql.so.4 ⇒ /usr/lib/libQtSql.so.4 (0xb7efb000)
*
libQtGui.so.4 ⇒ /usr/lib/libQtGui.so.4 (0xb7829000)
*
libpng12.so.0 ⇒ /usr/lib/libpng12.so.0 (0xb7805000)
*
libSM.so.6 ⇒ /usr/lib/libSM.so.6 (0xb77fb000)
*
libICE.so.6 ⇒ /usr/lib/libICE.so.6 (0xb77e1000)
*
libXi.so.6 ⇒ /usr/lib/libXi.so.6 (0xb77d8000)
*
libXrender.so.1 ⇒ /usr/lib/libXrender.so.1 (0xb77cf000)
*
libXrandr.so.2 ⇒ /usr/lib/libXrandr.so.2 (0xb77ca000)
*
libXfixes.so.3 ⇒ /usr/lib/libXfixes.so.3 (0xb77c4000)
*
libXcursor.so.1 ⇒ /usr/lib/libXcursor.so.1 (0xb77ba000)
*
libXinerama.so.1 ⇒ /usr/lib/libXinerama.so.1 (0xb77b5000)
*
libfreetype.so.6 ⇒ /usr/lib/libfreetype.so.6 (0xb7749000)
*
libfontconfig.so.1 ⇒ /usr/lib/libfontconfig.so.1 (0xb771e000)
*
libXext.so.6 ⇒ /usr/lib/libXext.so.6 (0xb770f000)
*
libX11.so.6 ⇒ /usr/lib/libX11.so.6 (0xb75f2000)
*
libQtCore.so.4 ⇒ /usr/lib/libQtCore.so.4 (0xb7473000)
*
libz.so.1 ⇒ /lib/libz.so.1 (0xb7460000)
*
libpthread.so.0 ⇒ /lib/libpthread.so.0 (0xb7448000)
*
libdl.so.2 ⇒ /lib/libdl.so.2 (0xb7444000)
*
libstdc++.so.6 ⇒ /usr/lib/libstdc++.so.6 (0xb7360000)
*
libm.so.6 ⇒ /lib/libm.so.6 (0xb733a000)
*
libgcc_s.so.1 ⇒ /lib/libgcc_s.so.1 (0xb732d000)
*
libc.so.6 ⇒ /lib/libc.so.6 (0xb71ff000)
*
libXdmcp.so.6 ⇒ /usr/lib/libXdmcp.so.6 (0xb71f9000)
*
libXau.so.6 ⇒ /usr/lib/libXau.so.6 (0xb71f5000)
*
libexpat.so.1 ⇒ /usr/lib/libexpat.so.1 (0xb71d3000)
*
/lib/ld-linux.so.2 (0xb7f56000)
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am

Re: Wont run on Ubuntu 7.04

Postby bbjimmy » Mon Oct 08, 2007 12:56 am

Is there /usr/lib/libQtSql.so.4 on your machine?


NO. Is this what they call dependency hell in Linux?

How do I get the libraries installed on Ubuntu 7.04?
bbjimmy
 
Posts: 2
Joined: Fri Oct 05, 2007 2:57 am

Re: Wont run on Ubuntu 7.04

Postby berndnoetscher » Tue Oct 09, 2007 9:51 am

Please ask someone from the ubuntu community about the installation of Qt4. I do not have installed it.
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am

Re: Wont run on Ubuntu 7.04

Postby kkbs » Mon Oct 22, 2007 4:11 pm

All I had to do was to write in the console:
Code: Select all
sudo apt-get install libqt4-sql
kkbs
 
Posts: 65
Joined: Thu Oct 18, 2007 7:54 pm

Re: Wont run on Ubuntu 7.04

Postby aktos » Sat Nov 03, 2007 10:39 am

with ubuntu 7.10 I could install if
looking for visual basic multi system tools... Kbasic ? or VB2005 and Gambas ?
aktos
 
Posts: 5
Joined: Sat Nov 03, 2007 10:34 am


Return to Installation

cron