[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] ddrescue install difficulty
From: |
Florian Sedivy |
Subject: |
Re: [Bug-ddrescue] ddrescue install difficulty |
Date: |
Tue, 17 Feb 2015 18:43:41 +0100 |
Make needs administrator privileges to install to /usr/local/bin.
Use 'sudo make install' instead of 'make install'
Greetings,
Florian
Am 17.02.2015 um 11:43 schrieb John Parr:
> I have finally gotten around to installing v1.19 and needed to install lzip
> so I can unpack ddrescue. Everything seemed to go along fine then I got an
> error.
>
> If anyone has a suggestion or can direct me to a forum where I can solve
> this I would appreciate it.
>
> I am running Mac OS X 10.9.5
> <snip>
> mac:lzip-1.16 jn$ make install
>
> if [ ! -d "/usr/local/bin" ] ; then install -d -m 755 "/usr/local/bin" ; fi
>
> install -m 755 ./lzip "/usr/local/bin/lzip"
>
> install: /usr/local/bin/lzip: Permission denied
>
> make: *** [install-bin] Error 71
> </snip>
> tia,
> jn