Re: [systemd-devel] systemd not honoring LD_LIBRARY_PATH?

2015-03-27 Thread Shawn Landden
On Fri, Mar 27, 2015 at 1:56 PM, Smith, Kenneth < ksmit...@jaguarlandrover.com> wrote: > I am trying to start a service that requires using a library that has the > same name as a preexisting one (it is a patched version). It is located in > a different path so that if I want to start it at the co

Re: [systemd-devel] systemd not honoring LD_LIBRARY_PATH?

2015-03-27 Thread Smith, Kenneth
Ha ha yeah, no. My mistake. But it is showing the behavior of the unpatched library. On 27 March 2015 at 14:24, Mantas Mikulėnas wrote: > On Mar 27, 2015 23:03, "Smith, Kenneth" > wrote: > > > > I am trying to start a service that requires using a library that has > the same name as a preexisti

Re: [systemd-devel] systemd not honoring LD_LIBRARY_PATH?

2015-03-27 Thread Mantas Mikulėnas
On Mar 27, 2015 23:03, "Smith, Kenneth" wrote: > > I am trying to start a service that requires using a library that has the same name as a preexisting one (it is a patched version). It is located in a different path so that if I want to start it at the command line I can do this: > > LD_LIBRARY_P

[systemd-devel] systemd not honoring LD_LIBRARY_PATH?

2015-03-27 Thread Smith, Kenneth
I am trying to start a service that requires using a library that has the same name as a preexisting one (it is a patched version). It is located in a different path so that if I want to start it at the command line I can do this: LD_LIBRARY_PATH=/opt/foo/lib /usr/bin/foo_c But when I do this: En