[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make loses LD_LIBRARY_PATH
From: |
Paul D. Smith |
Subject: |
Re: make loses LD_LIBRARY_PATH |
Date: |
Wed, 23 Jan 2002 12:46:19 -0500 |
GNU make has been installed as a setgid program. Various "dangerous"
environment variables like LD_LIBRARY_PATH are removed from the
environment of setuid and setgid programs (I'm sure you can understand
why!!)
It's odd that it was installed that way, though; it only does that on
systems where it thinks it needs to be setgid kmem or similar to read
the kernel memory to find the load average information, for -l.
On Linux you don't need that, since there are other ways to find it that
don't require privileges.
You might take a look through your config.log file and see if you can
determine why configure decided it needed to be setgid.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist