Results 1 to 11 of 11

Thread: IBASE driver not found ?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: IBASE driver not found ?

    Quote Originally Posted by vieraci View Post
    Looks like the previously installed version.

    ldd sqlbrowser
    linux-gate.so.1 => (0xffffe000)
    libQtSql.so.4 => /usr/lib/libQtSql.so.4 (0xb7e8a000)
    libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0xb77b8000)
    Yes, in such case Qt might not want to load any plugins from the newer version because of mismatching build keys.

    Recompile your application using the new Qt version. If you use qmake, simply run qmake from /usr/local/Trolltech/Qt-4.2.3/bin on your .pro file, then "make clean" and "make".

  2. The following user says thank you to jacek for this useful post:

    vieraci (22nd May 2007)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.