Re: Separate install

2023-12-22 Thread Daniel Stenberg via curl-library
On Thu, 21 Dec 2023, Jeffrey Walton via curl-library wrote: Also see for a brief history and some complaints. Thanks. It certainly dragged me down into the curious and interesting rabbit hole of RPATH vs RUNPATH details! :-) -- / daniel.haxx.se | Co

Re: Separate install

2023-12-21 Thread Jeffrey Walton via curl-library
On Thu, Dec 21, 2023 at 5:48 PM Ray Satiro via curl-library wrote: > > On 12/21/2023 5:25 AM, Daniel Stenberg via curl-library wrote: > > A comment problem people seem to have, is installing a custom libcurl > > somewhere, only to find that their new curl executable does not use > > the new libcur

Re: Separate install

2023-12-21 Thread Ray Satiro via curl-library
On 12/21/2023 5:25 AM, Daniel Stenberg via curl-library wrote: A comment problem people seem to have, is installing a custom libcurl somewhere, only to find that their new curl executable does not use the new libcurl but instead load another/system libcurl. To help us not having to repeat ours

Re: Separate install

2023-12-21 Thread Timothe Litt via curl-library
On 21-Dec-23 05:25, Daniel Stenberg via curl-library wrote: FYI A comment problem people seem to have, is installing a custom libcurl somewhere, only to find that their new curl executable does not use the new libcurl but instead load another/system libcurl. To help us not having to repeat o

Separate install

2023-12-21 Thread Daniel Stenberg via curl-library
FYI A comment problem people seem to have, is installing a custom libcurl somewhere, only to find that their new curl executable does not use the new libcurl but instead load another/system libcurl. To help us not having to repeat ourselves as much in the future, I added a page to everything