Poorvi Shivhare
2014-Sep-10 03:57 UTC
facing issues while compiling openSSH using openssl-1.0.1i
Hi, When I am trying to update openSSH using openssl-1.0.1i.It is giving issues. ./mkinstalldirs /home/epooshi/x86/openssh/openssh-5.2p1//libexec mkdir /home/epooshi/x86/openssh/openssh-5.2p1/libexec (umask 022 ; ./mkinstalldirs /var/empty) mkdir /var/empty mkdir: Failed to make directory "/var/empty"; Permission denied *** Error code 2 make: Fatal error: Command failed for target `install-files' I would be very grateful if someone can give some hint that where is the problem. Best Regards, Poorvi Shivhare
Loganaden Velvindron
2014-Sep-10 06:18 UTC
facing issues while compiling openSSH using openssl-1.0.1i
On Wed, Sep 10, 2014 at 03:57:14AM +0000, Poorvi Shivhare wrote:> Hi, > > When I am trying to update openSSH using openssl-1.0.1i.It is giving issues. > > ./mkinstalldirs /home/epooshi/x86/openssh/openssh-5.2p1//libexec > mkdir /home/epooshi/x86/openssh/openssh-5.2p1/libexec > (umask 022 ; ./mkinstalldirs /var/empty) > mkdir /var/empty > mkdir: Failed to make directory "/var/empty"; Permission denied > *** Error code 2 > make: Fatal error: Command failed for target `install-files'Hi Poorvi, you need root permissions to create /var/empty. use sudo.> > I would be very grateful if someone can give some hint that where is the problem. > > Best Regards, > Poorvi Shivhare > > _______________________________________________ > openssh-unix-dev mailing list > openssh-unix-dev at mindrot.org > https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Iain Morgan
2014-Sep-10 16:54 UTC
facing issues while compiling openSSH using openssl-1.0.1i
On Wed, Sep 10, 2014 at 03:57:14 +0000, Poorvi Shivhare wrote:> Hi, > > When I am trying to update openSSH using openssl-1.0.1i.It is giving issues. > > ./mkinstalldirs /home/epooshi/x86/openssh/openssh-5.2p1//libexec > mkdir /home/epooshi/x86/openssh/openssh-5.2p1/libexec > (umask 022 ; ./mkinstalldirs /var/empty) > mkdir /var/empty > mkdir: Failed to make directory "/var/empty"; Permission denied > *** Error code 2 > make: Fatal error: Command failed for target `install-files' > > I would be very grateful if someone can give some hint that where is the problem. > > Best Regards, > Poorvi Shivhare >Given the location that you are trying to install OpenSSH, I'm making the assumption that you only want the client. In that case, you can run "make install-nosysconf." -- Iain Morgan
Maybe Matching Threads
- [Patch] Makefile.in, new install-nosysconf target
- [LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
- [LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
- [LLVMdev] Compiling poolalloc
- error in make install-info (PR#969)