Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    My app need a old version of "libpng"

    General and Desktop
    2
    3
    1169
    Loading More Posts
    • 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.
    • D
      dcbasso last edited by

      Hello all,

      Today I upgrade my computer, I make a rsync of everything from older computer (using OpenSuse 11.3, now I install OpenSuse 12.2), install the QtCreator (same as on the older computer) and try to compile and run my app...
      So, I got no error at compiling time, but when I try to run the app I got this error:

      libraries: libpng12.so.0: cannot open shared object file: No such file or directory

      Well I check the version of this lib installed here, and I found the version "libpng14"...
      How can I fix this problem, I know that I can install the version "libpng12" but I don't want to do that, how can I make my app use a new lib?

      Thanks all...

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Recompile Qt, possibly together with -qt-png to avoid similari issues in the future.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • D
          dcbasso last edited by

          Appears to be easy to install the older libpng!
          kk

          Thanks.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post