[scponly] scponly-3.6

wbr oblyr joe at sublimation.org
Wed Mar 12 19:28:10 EST 2003


lupe,

in the setup_chroot.sh.in file, there is a check for this library you
mentioned, if it is present on the system it is included.  did this not
work for you?

if you have BOTH files, this will fail.  is that what is happening?

from setup_chroot.sh.in:

if [ -f /usr/libexec/ld.so ]; then
    LIB_LIST="$LIB_LIST /usr/libexec/ld.so"
else
    if [ -f /lib/ld-linux.so.2 ]; then
        LIB_LIST="$LIB_LIST /lib/ld-linux.so.2"
    else
        if [ -f /usr/libexec/ld-elf.so.1 ]; then
            LIB_LIST="$LIB_LIST /usr/libexec/ld-elf.so.1"
        else
            fail i cant find your equivalent of ld.so
        fi
    fi
fi


----

PGP KEY: http://www.sublimation.org/contact.html
PGP Key fingerprint = EC4B 0DA5 B4F6 BDDD 9176 55D6 3A6A 7D63 158F 22D2


On Tue, 11 Mar 2003, Lupe Christoph wrote:

> On Monday, 2003-03-10 at 07:24:20 +0100, Lupe Christoph wrote:
> > On Saturday, 2003-03-08 at 18:56:17 -0800, wbr oblyr wrote:
>
> > > i've put together scponly-3.6, from the CHANGELOG:
>
> > >         repaired freebsd configure and setup_chroot problems
>
> > Nitpicking (FreeBSD 4.7):
>
> OK, this is more of a bug. On FreeBSD, the jail needs
> /usr/libexec/ld-elf.so.1. You put /usr/libexec/ld.so in it. This file
> has not been neceessary for me so far.
>
> HTH,
> Lupe Christoph
> --
> | lupe at lupe-christoph.de       |           http://www.lupe-christoph.de/ |
> | Big Misunderstandings #6398: The Titanic was not supposed to be        |
> | unsinkable. The designer had a speech impediment. He said: "I have     |
> | thith great unthinkable conthept ..."                                  |
> _______________________________________________
> scponly mailing list
> scponly at lists.ccs.neu.edu
> https://lists.ccs.neu.edu/bin/listinfo/scponly
>



More information about the scponly mailing list