On Tue, 24 Sep 2002, Dirk-Willem van Gulik wrote:

>       mv: /disk/raid0/home/dirkx/tmp/a2/modules is a directory
>       chmod 755 /disk/raid0/home/dirkx/tmp/a2/modules/mod_foo.so
>       chmod: WARNING: can't access /disk/raid0/home/dirkx/tmp/a2/modules/mod_foo.so
>       apxs:Error: Command failed with rc=65536
>       .

Ok, so it is right at the end

-->     rm -f $TARGETDIR/$DSOARCHIVE_BASENAME
        rm -f $TARGETDIR/$DSOBASE.a
        rm -f $TARGETDIR/lib$DSOBASE.a
        rm -f $TARGETDIR/lib$TARGET_NAME
        exit 0

that top line wacks the just installed archive. The name comes from

        DSOARCHIVE=$2
        DSOARCHIVE_BASENAME=`basename $2`

and is the 'dso-name' passed.

What is the idea behind this delete ?

Dw


Reply via email to