Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Italian
  4. Errore GLIBC_PRIVATE

Errore GLIBC_PRIVATE

Scheduled Pinned Locked Moved Solved Italian
2 Posts 1 Posters 867 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.
  • F Offline
    F Offline
    fermatqt
    wrote on last edited by
    #1

    ciao!

    sto cercando di usare un mio programma su una distro che non ha Qt installato (parlia di xubuntu).
    ho copiato le dipendenze ina una cartella a livello dell'eseguibile.
    e poi lancio il tutto da questo sh:

    #!/bin/bash
    
    LD_LIBRARY_PATH=$PWD/lib
    export LD_LIBRARY_PATH
    
    ./QImageResizing
    
    

    quando lancio il programma mi esce questo errore:

    ./QImageResizing: relocation error: /media/sf_Documenti/lib/libc.so.6: symbol __tunable_get_val, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference
    

    avete qualche idea??

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fermatqt
      wrote on last edited by
      #2

      allora, il problema è che su xubuntu 17.04 c'era una versione più vecchia di glibc rispetto a quella che c'era su arch linux (dove ho sviluppato il programma).
      ho aggiornato a xubuntu 17.10, e le versioni sono uguali.
      adesso funziona tutto.

      ciao!

      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