|
From: | Martin Dorey |
Subject: | Re: Shell function and LD_LIBRARY_PATH |
Date: | Sun, 20 Jan 2019 21:18:25 +0000 |
>> on a server, where I don't have root access > using RPATH at link time
Debian has a package called chrpath, supplying an executable of the same name which lets you change the RPATH later. That might be easier than doing battle with the underlying bash package's build rules. The man page points out an unfortunate
constraint:
"The new path must be shorter or the same length as the current path."
So it's probably no use, but I'll mention it just in case.
|
[Prev in Thread] | Current Thread | [Next in Thread] |