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. Application unable to execute in other systems
Qt 6.11 is out! See what's new in the release blog

Application unable to execute in other systems

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 992 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.
  • D Offline
    D Offline
    devfeel
    wrote on last edited by
    #1

    I followed the instructions given in the below link
    http://doc.qt.digia.com/latest/deployment-x11.html
    I.e I compiled the source in my centos 6.2 system and tried to run the executable in centos 5.3 system.

    The problem I am facing now is glibc 2.7 not found. How to add glibc or lib.so.6 ar any other dependinces for that matter statically to my application.
    The following are the dependencies
    @linux-vdso.so.1 => (0x00007fff57fa8000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00007fe6e7ce3000)
    libpng12.so.0 => /lib/libpng12.so.0 (0x00007fe6e7abc000)
    libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007fe6e7873000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0x00007fe6e766a000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0x00007fe6e744f000)
    libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007fe6e7244000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fe6e700f000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fe6e6d89000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fe6e6b76000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fe6e6840000)
    libz.so.1 => /lib/libz.so.1 (0x00007fe6e6629000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fe6e6424000)
    libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007fe6e621f000)
    librt.so.1 => /lib/librt.so.1 (0x00007fe6e6017000)
    libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x00007fe6e5d38000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fe6e5b1b000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fe6e5807000)
    libm.so.6 => /lib/libm.so.6 (0x00007fe6e5583000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007fe6e536c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fe6e4fe9000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fe6e7f1e000)
    libpcre.so.3 => /lib/libpcre.so.3 (0x00007fe6e4dba000)
    libuuid.so.1 => /lib/libuuid.so.1 (0x00007fe6e4bb5000)
    libexpat.so.1 => /lib/libexpat.so.1 (0x00007fe6e498c000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fe6e476f000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fe6e456b000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fe6e4364000)@

    please help
    Thank you

    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