Displaying 1 result from an estimated 1 matches for "lib_rpath".
Did you mean:
lib_path
2014 Oct 23
0
Why does libsmbclient demand runpath in its pc file?
...rams that use libGL, the dynamic linker finds the correct
(Nvidia) libGL via systemwide linker configuration /etc/ld.so.conf
But not for a program that also uses libsmbclient. It picks the Mesa
version and fails to display some things correctly.
This seems to stem from this pc config "Libs: @LIB_RPATH@ -L${libdir}
-lsmbclient":
https://git.samba.org/?p=samba.git;a=blob;f=source3/libsmb/smbclient.pc.in;hb=HEAD#l9
On my system this results in a RUNPATH of /usr/lib64 in the program which
overrides the ld.so.conf settings.
FWIW
The system is opensuse 13.1 with samba 4.1.11 and the program is...