I am using chrpath to remove RPATH from my executables. I have the following in my .spec file
BuildRequires: chrpath
This causes the following error in OBS
“nothing provides chrpath”
However the same works on SLE11 i586
Is the chrpath package missing in 64bit version? How do i get the chrpath package for the 64bit version?
mbhangui:
I am using chrpath to remove RPATH from my executables. I have the
following in my .spec file
BuildRequires: chrpath
This causes the following error in OBS
“nothing provides chrpath”
However the same works on SLE11 i586
Is the chrpath package missing in 64bit version? How do i get the
chrpath package for the 64bit version?
Hi
I don’t have chrpath? Create a link to the openSuSE 11.1 version of
chrpath so it builds a SLE11 version in your repository. Then you
should be good to go.
–
Cheers Malcolm °¿° (Linux Counter #276890 )
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.23-0.1-default
up 5 days 2:07, 2 users, load average: 0.21, 0.16, 0.06
GPU GeForce 8600 GTS Silent - Driver Version: 185.18.14
That worked. Thank you so much