Opened 14 years ago
Last modified 14 years ago
#1143 new Defect
building and installing on linux leaves a wrong RPATH
Reported by: | viric | Owned by: | romw |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Client - Build | Version: | 6.13.6 |
Keywords: | Cc: |
Description
Looking at the RPATH with readelf, it shows the path of the building directory.
I'm building with "./configure --disable-server --prefix=somepath ; make install".
I've been looking for hours at what can that be, but I'm no libtool expert. I could not understand why that happened.
It looks to me like the libtool mode=install is not relinking with the proper prefix/lib.
Looking at the RPATH of any program installed into bin/, I meant.