Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [solved]QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such file or directory'

[solved]QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such file or directory'

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 2 Posters 3.1k Views
  • 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.
  • A Offline
    A Offline
    allagar
    wrote on last edited by
    #1

    I downloaded tslib-1.1.tar.gz and configured to cross compile for my ARM target machine.

    Was able to build and 'make install' on my Ubuntu host machine successfully. On my taget machine I created a backup of my original libts-1.0.so.0.0.0 and SFTP'd from my host the version I built and over wrote current libts-1.0.so.0.0.0 to keep the links. reboot my taget and now get

    QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such file or directory'
    Please check your tslib installation!

    running ldd on the taget against the backup version shows the same dependancies.

    root@at91sam9m10g45ek:~# ./ldd /usr/lib/libts-1.0.so.0.0.0
    libdl.so.2 => /lib/libdl.so.2 (0x4000b000)
    libc.so.6 => /lib/libc.so.6 (0x40016000)
    /lib/ld-linux.so.3 (0x2a000000)
    root@at91sam9m10g45ek:~# ./ldd /usr/lib/libts-1.0.so.0.0.0.bu
    libdl.so.2 => /lib/libdl.so.2 (0x4000b000)
    libc.so.6 => /lib/libc.so.6 (0x40016000)
    /lib/ld-linux.so.3 (0x2a000000)

    Using nm verified ts_config() existed in the new version.

    Any suggestions why I am getting the error?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you configure/calibrate tslib first ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        allagar
        wrote on last edited by
        #3

        I did not configure the tslib plugin path when executing ./configure for building libts. Once I did that the error was resolved.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Good !

          Thanks for sharing

          Since you have it building now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • A Offline
            A Offline
            allagar
            wrote on last edited by
            #5

            [solved] QWSTslibMouseHandlerPrivate: ts_config() failed with error: ‘No such file or directory’

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Editing the original post will give you access to the title

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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