DragonFly commits List (threaded) for 2007-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/etc/defaults rc.conf
:Unfortunately this influences the linking stage as well, as I was told by=
: joerg. This means that pkgsrc is no more able to prevent configure from=
: linking to third party libs. It won't even be able to check if lib path=
:s are correct, because ldd(1) also uses the ldconfig cache.
:
:I strongly suggest making this not a default, but to put it in a prominen=
:t place so that users can quickly enable it in their local rc.conf.
:
:cheers
: simon
Can we override it in pkgsrc? Maybe by setting an empty LD_LIBRARY_PATH
or something like that? pkgsrc is the one that is creating the
restricted environment, I see no reason why it can't handle it.
The real problem here is that until the linker is changed to use rpaths
by default, we are stuck with the pathing mechanism... we can't require
that normal users use -rpath options in their compiles.
-Matt
Matthew Dillon
<dillon@backplane.com>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]