Boost logo

Boost Users :

Subject: [Boost-users] [Solaris 11] wrong RUNPATH after install
From: Dechaux Eric CEN (BCQ STIG) (eric.dechaux_at_[hidden])
Date: 2019-01-07 08:22:57


Hello,

I am building boost 1.69 on a Solaris 11.4 x86_64 box. After
installation the shared libraries keep the boost dependencies from the
build directory. The build log is without error and attached, ldd output
is the following :

:/usr/local/lib$ ldd libboost_*.so.1.69.0
libboost_chrono.so.1.69.0:
bin.v2/libs/system/build/gcc-7.3.0/release/threading-multi/visibility-hidden/libboost_system.so.1.69.0
=> (file not found)
         libstdc++.so.6 => /usr/lib/64/libstdc++.so.6
         libm.so.2 => /lib/64/libm.so.2
         librt.so.1 => /lib/64/librt.so.1
         libgcc_s.so.1 => /usr/lib/64/libgcc_s.so.1
         libpthread.so.1 => /lib/64/libpthread.so.1
         libc.so.1 => /lib/64/libc.so.1
libboost_context.so.1.69.0:
         libstdc++.so.6 => /usr/lib/64/libstdc++.so.6
         libm.so.2 => /lib/64/libm.so.2
         librt.so.1 => /lib/64/librt.so.1
         libgcc_s.so.1 => /usr/lib/64/libgcc_s.so.1
         libpthread.so.1 => /lib/64/libpthread.so.1
         libc.so.1 => /lib/64/libc.so.1
libboost_coroutine.so.1.69.0:
bin.v2/libs/context/build/gcc-7.3.0/release/threading-multi/visibility-hidden/libboost_context.so.1.69.0
=> (file not found)
bin.v2/libs/thread/build/gcc-7.3.0/release/threadapi-pthread/threading-multi/visibility-hidden/libboost_thread.so.1.69.0
=> (file not found)
bin.v2/libs/chrono/build/gcc-7.3.0/release/threading-multi/visibility-hidden/libboost_chrono.so.1.69.0
=> (file not found)
bin.v2/libs/system/build/gcc-7.3.0/release/threading-multi/visibility-hidden/libboost_system.so.1.69.0
=> (file not found)
         libstdc++.so.6 => /usr/lib/64/libstdc++.so.6
         libm.so.2 => /lib/64/libm.so.2
         librt.so.1 => /lib/64/librt.so.1
         libgcc_s.so.1 => /usr/lib/64/libgcc_s.so.1
         libpthread.so.1 => /lib/64/libpthread.so.1
         libc.so.1 => /lib/64/libc.so.1
libboost_system.so.1.69.0:
         libstdc++.so.6 => /usr/lib/64/libstdc++.so.6
         libm.so.2 => /lib/64/libm.so.2
         librt.so.1 => /lib/64/librt.so.1
         libgcc_s.so.1 => /usr/lib/64/libgcc_s.so.1
         libpthread.so.1 => /lib/64/libpthread.so.1
         libc.so.1 => /lib/64/libc.so.1
libboost_thread.so.1.69.0:
bin.v2/libs/system/build/gcc-7.3.0/release/threading-multi/visibility-hidden/libboost_system.so.1.69.0
=> (file not found)
         libstdc++.so.6 => /usr/lib/64/libstdc++.so.6
         libm.so.2 => /lib/64/libm.so.2
         librt.so.1 => /lib/64/librt.so.1
         libgcc_s.so.1 => /usr/lib/64/libgcc_s.so.1
         libpthread.so.1 => /lib/64/libpthread.so.1
         libc.so.1 => /lib/64/libc.so.1

As a result I can't move the library on another box without changing the
RUNPATH on the .so files with elfedit.

I tried to build each library on it own but the final result is the
same. What can I do ?

Thanks.

--
Eric


Ce message électronique et tous les fichiers attachés qu'il contient sont confidentiels et destinés exclusivement à l'usage de la personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci de le retourner à son émetteur. La publication, l'usage, la distribution, l'impression ou la copie non autorisée de ce message et des attachements qu'il contient sont strictement interdits.

En cas d'urgence, composez le 17 ou le 112.
Afin de contribuer au respect de l'environnement, merci de n'imprimer cet e-mail qu'en cas de necessite.

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual to whom it is addressed. If you have received this email in error please send it back to the person that sent it to you. Unauthorized publication, use, dissemination, forwarding, printing or copying of this email and its associated attachments is strictly prohibited.

In case of emergency, dial number 17 or 112.
To contribute to the environmental protection, please print this e-mail only if necessary.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net