Linux LVM users
 help / color / mirror / Atom feed
From: Steven Lembark <lembark@wrkhors.com>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] 0.9.1-beta4 install bug
Date: Sun, 11 Feb 2001 14:38:52 -0600	[thread overview]
Message-ID: <3A86F85C.ADEE5C04@wrkhors.com> (raw)
In-Reply-To: 20010211193524.B5840@colombina.comedia.it

 
> --- ./configure.in.bluca        Sat Feb 10 13:00:50 2001
> +++ ./configure.in      Sun Feb 11 19:22:22 2001
> @@ -74,8 +74,8 @@
>                            statically.  Default is dynamic linking],  STATIC_LINK=$enableval, STATIC_LINK=no)
> 
>  dnl Mess with default exec_prefix
> -if [[ "x$exec_prefix" = xNONE ]];
> - then  exec_prefix="/";
> +if [[ "x$exec_prefix" = xNONE -a "x$prefix" = xNONE ]];
> + then  exec_prefix="";
>  fi;

configure.in now looks like:

                          statically.  Default is dynamic linking], 
STATIC_LINK=$enableval, STATIC_LINK=no)

if [[ "x$exec_prefix" = xNONE -a "x$prefix" = xNONE ]];
 then  exec_prefix="";
fi;

make distclean;
./configure --prefix=/opt/lvm/0.91 --enable-jobs=2;
make all install fails w/ errors updating /lib, /sbin, etc.

Done Library parts

make[3]: Leaving directory `/scratch/LVM/0.9.1_beta4/tools/lib'
make[3]: Entering directory `/scratch/LVM/0.9.1_beta4/tools/lib'
*** Installing liblvm.a and liblvm-10.so in /opt/lvm/0.91//lib ***
rm: cannot unlink `//lib/liblvm-10.so': Permission denied
rm: cannot unlink `//lib/liblvm-10.so.0.9': Permission denied
rm: cannot unlink `//lib/liblvm-10.so.0': Permission denied
rm: cannot unlink `//lib/liblvm.a': Permission denied
make[3]: *** [install_this] Error 1
make[3]: Leaving directory `/scratch/LVM/0.9.1_beta4/tools/lib'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/scratch/LVM/0.9.1_beta4/tools/lib'
make[2]: Entering directory `/scratch/LVM/0.9.1_beta4/tools/man8'
make[3]: Entering directory `/scratch/LVM/0.9.1_beta4/tools/man8'
make[3]: Leaving directory `/scratch/LVM/0.9.1_beta4/tools/man8'

<snip>

/opt/bin//install: //sbin: Operation not permitted
/opt/bin//install: cannot remove old link to `//sbin/vgscan': Permission
denied
/opt/bin//install: cannot create regular file `//sbin/vgscan':
Permission denied
rm: cannot unlink `//sbin/vgsplit': Permission denied
/opt/bin//install: //sbin: Operation not permitted
/opt/bin//install: cannot remove old link to `//sbin/vgsplit':
Permission denied
/opt/bin//install: cannot create regular file `//sbin/vgsplit':
Permission denied

and /opt/lvm/0.91 contains only the man directory.

still seems stuck on installing in /sbin


-- 
 Steven Lembark                                   2930 W. Palmer St.
                                                 Chicago, IL  60647
 lembark@wrkhors.com                                   800-762-1582

  reply	other threads:[~2001-02-11 20:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-10 23:28 [linux-lvm] 0.9.1-beta4 install bug Steven Lembark
2001-02-11 14:42 ` Adalbert Michelic
2001-02-11 18:35   ` Luca Berra
2001-02-11 20:38     ` Steven Lembark [this message]
2001-02-11 21:40       ` Luca Berra
2001-02-11 22:18         ` Steven Lembark
2001-02-12  9:26           ` Luca Berra
2001-02-12 15:09     ` AJ Lewis
2001-02-12  5:42 ` Andreas Dilger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A86F85C.ADEE5C04@wrkhors.com \
    --to=lembark@wrkhors.com \
    --cc=linux-lvm@sistina.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox