Why is LD_LIBRARY_PATH unset in FC6 and not in FC5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Why is LD_LIBRARY_PATH not exported in following test on FC6.

Put Makefile, SubMakefile and Subscript in a directory and issue make.

Result if run as user:
[]$ make
================
In Makefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing
make[1]: Entering directory `/home/pelle/diverse/make-fc6'
In SubMakefile: LD_LIBRARY_PATH= and TEST_PATH=/home/testing
make[1]: Leaving directory `/home/pelle/diverse/make-fc6'
In SubScript: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing


Result if run as root:
[]$ sudo make
================
In Makefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing
make[1]: Entering directory `/home/pelle/diverse/make-fc6'
In SubMakefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing
make[1]: Leaving directory `/home/pelle/diverse/make-fc6'
In SubScript: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing


On FC5 when running as user SubMakefile will have 'LD_LIBRARY_PATH=/home/testing'

/Pelle

_________________________________________________________________
Kolla in coola trailern till Die Hard 4 http://specials.se.msn.com/diehard4/default.aspx

Attachment: Makefile
Description: Binary data

Attachment: SubMakefile
Description: Binary data

Attachment: Subscript
Description: Binary data


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux