Why is LD_LIBRARY_PATH unset in FC6 and not in FC5

Pelle Svensson pelle2004 at hotmail.com
Wed Jun 6 08:20:47 UTC 2007


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

_________________________________________________________________
Spela roliga Worms'07 i mobilen 
http://msn.cellus.se/?page=game_order&itemId=878908
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile
Type: application/octet-stream
Size: 333 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070606/4e6aeba3/attachment-0003.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SubMakefile
Type: application/octet-stream
Size: 107 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070606/4e6aeba3/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Subscript
Type: application/octet-stream
Size: 93 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20070606/4e6aeba3/attachment-0005.obj>


More information about the fedora-list mailing list