Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can't Build Simple Program LibQt5Gui.so and others not found but do exist in file structure
Forum Updated to NodeBB v4.3 + New Features

Can't Build Simple Program LibQt5Gui.so and others not found but do exist in file structure

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 463 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.
  • R Offline
    R Offline
    redknight106
    wrote on last edited by
    #1

    Hello,

    This problem actually runs's from another post I made, when trying to setup the Asus Tinker the run QT.
    https://forum.qt.io/topic/83776/can-t-build-qt-for-tinkerboard

    Looking over the 'Issue List' when building it looks like a number of files cannot be found. But when I look in the file structure the files do appear.

    One such example is: libwayland-client.so.0

    warning: libwayland-client.so.0, needed by /home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf/libGLESv2.so, not found (try using -rpath or -rpath-link)
    

    but when you have a look it is already there! under: /home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf

    As I don't want to repeat large parts of 'Issue' jogs twice please ref my above post.

    I have added LD_LIBRARY_PATH =/home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf to the project enviroment but I still get the same issue.

    Have a missed something?

    m.sueM 1 Reply Last reply
    0
    • R redknight106

      Hello,

      This problem actually runs's from another post I made, when trying to setup the Asus Tinker the run QT.
      https://forum.qt.io/topic/83776/can-t-build-qt-for-tinkerboard

      Looking over the 'Issue List' when building it looks like a number of files cannot be found. But when I look in the file structure the files do appear.

      One such example is: libwayland-client.so.0

      warning: libwayland-client.so.0, needed by /home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf/libGLESv2.so, not found (try using -rpath or -rpath-link)
      

      but when you have a look it is already there! under: /home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf

      As I don't want to repeat large parts of 'Issue' jogs twice please ref my above post.

      I have added LD_LIBRARY_PATH =/home/linaro/tinker/sysroot/usr/lib/arm-linux-gnueabihf to the project enviroment but I still get the same issue.

      Have a missed something?

      m.sueM Offline
      m.sueM Offline
      m.sue
      wrote on last edited by
      #2

      Hi @redknight106

      Maybe libwayland-client.so.0 itself needs some other library that it cannot find. You can check with ldd

      -Michael.

      1 Reply Last reply
      1

      • Login

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