Re: failure to install bash in Zorin-os system

2013-12-05 Thread Jianfeng Menglu
I have resolved the problem by taking the advice from Pierrce. Thanks for your help. Michael On Thu, Dec 5, 2013 at 9:19 AM, Chet Ramey wrote: > > mkdir -p -- /usr/local/share/man/man1 > > mkdir: cannot create directory ‘/usr/local/share/man/man1’: Permission > > denied > > make: *** [installd

Re: failure to install bash in Zorin-os system

2013-12-05 Thread Chet Ramey
> mkdir -p -- /usr/local/share/man/man1 > mkdir: cannot create directory ‘/usr/local/share/man/man1’: Permission > denied > make: *** [installdirs] Error 1 `make install' attempts to install bash under /usr/local. You don't have permission to write to /usr/local or one of its subdirectories. --

Re: failure to install bash in Zorin-os system

2013-12-05 Thread Pierre Gaston
On Thu, Dec 5, 2013 at 8:37 AM, Jianfeng Menglu wrote: > I am installing Bash into zorin-os system. According to install > instruction, I have successfully passed "configuration", "make' and "make > tests". When I typed "make install", to install, the following message come > up and the installati