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?
Forum Updated to NodeBB v4.3 + New Features

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 950 Views 2 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.
  • Lays147L Offline
    Lays147L Offline
    Lays147
    wrote on 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
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on 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

      Lays147L 1 Reply Last reply
      0
      • JohanSoloJ JohanSolo

        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.

        Lays147L Offline
        Lays147L Offline
        Lays147
        wrote on last edited by
        #3
        This post is deleted!
        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