Author Topic: Gambas will not start  (Read 2965 times)

slackware

  • Newbie
  • *
  • Posts: 1
Gambas will not start
« on: February 08, 2007, 04:08:54 AM »
After installing gambas and trying to run it from the command line i get the following error:

Quote
ERROR: ld.so: object 'libqt-mt.so.3' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: #27: Cannot load component '/opt/gambas/lib/gambas/lib.gb.qt.so': /opt/gambas/lib/gambas/lib.gb.qt.so: cannot open shared object file: No such file or directory

I am running Zenwalk Linux 4.2.
Any help/suggestions would be extremely helpful.

Linux Basic

Gambas will not start
« on: February 08, 2007, 04:08:54 AM »

timothy

  • Sr. Member
  • ****
  • Posts: 319
Re: Gambas will not start
« Reply #1 on: February 08, 2007, 03:13:36 PM »

The required file is part of the QT3 libraries. The Gambas IDE depends on the QT components to display the IDE. Also many Gambas components are based upon the QT ones.

You should make sure the QT packages are installed along with the associated devel packages. It is best to use your package manager to do this so there are not conflicts with your current set-up.

On SUSE the required packages are called  qt3 and qt3-devel. They should have similar names on Zenwalk.

42 - So long and thanks for all the fish.