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. How do i get all the shared libs that my app needs?
QtWS25 Last Chance

How do i get all the shared libs that my app needs?

Scheduled Pinned Locked Moved General and Desktop
shared library
3 Posts 2 Posters 908 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.
  • L Offline
    L Offline
    Lays147
    wrote on 18 Jun 2015, 02:21 last edited by
    #1

    Hi! How do i get all the shared libs and copy to a folder with my app?
    i run ldd App and get all the names of the libs, but how to copy?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      JohanSolo
      wrote on 18 Jun 2015, 03:51 last edited by
      #2

      If you have the names, then you know what to copy... Or you can design a small script which parses the output of ldd and performs the needed cp. But remember that on linux having all the libs in the same directory as the executable doesn't mean you're OK. If you do so you'll have to set LD_LIBRARY_PATH.

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      L 1 Reply Last reply 18 Jun 2015, 03:55
      0
      • J JohanSolo
        18 Jun 2015, 03:51

        If you have the names, then you know what to copy... Or you can design a small script which parses the output of ldd and performs the needed cp. But remember that on linux having all the libs in the same directory as the executable doesn't mean you're OK. If you do so you'll have to set LD_LIBRARY_PATH.

        L Offline
        L Offline
        Lays147
        wrote on 18 Jun 2015, 03:55 last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0

        2/3

        18 Jun 2015, 03:51

        • Login

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