Re: pass env variable to traffic_server via traffic_cop

2015-03-16 Thread Thomas Jackson
Linux will unset LD_LIBRARY_PATH (as well as some other env variables) when you change users (decent explanation: http://superuser.com/questions/153420/why-does-my-ld-library-path-get-unset-when-using-screen-with-bash). The only way to get around this is to *not* change the user id between traffic_

pass env variable to traffic_server via traffic_cop

2015-02-18 Thread 毅程
Hi: I am wondering how to pass export LD_LIBRARY_PATH=xxx to traffic_server via traffic_cop, since I am using bin/trafficserver to start traffic server. if I start by using bin/traffic_server, I can export LD_LIBRARY_PATH=xx directly and it works, but I am using trafficserver script, I do not kno