Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Tutorial: "findLibraryInternal" runtime error / warning message
Forum Updated to NodeBB v4.3 + New Features

Qt Tutorial: "findLibraryInternal" runtime error / warning message

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 611 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • eric-rktE Offline
    eric-rktE Offline
    eric-rkt
    wrote on last edited by
    #1

    I realize this is an issue with something other than Qt, like KDE, but I can't find an answer in Google so I thought I'd ask here in case any of you have run into it and have a fix.

    I ran through the Qt tutorial at http://doc.qt.io/qt-5/tutorials-addressbook.html through Part 6 ("Loading and Saving"). It all seems to work as advertised but when looking at the "Application Output" in Qt Creator and hitting the "Load" button I get these messages:

    (9132) findLibraryInternal: plugins should not have a 'lib' prefix: "libkfilemodule.so"
    (9132) KPluginLoader::load: The plugin "libkfilemodule" doesn't contain a kde_plugin_verification_data structure

    One of my Google hits said to go to /usr/lib64/kde4 and say "ln -s libkfilemodule.so kfilemodule.so" to make a softlink to a library module without the "lib" prefix. I tried that and it had no effect.

    This doesn't appear at first glance to be hurting anything (but, of course, who knows what it's really doing in the background?) but I just wanted to see if any of you have seen that and have a solution.

    Thanks...

    Eric

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved