Some errors occur when installing the software, and the software cannot be installed. Please click
Source: Internet
Author: User
Some errors occur when installing the software, and the software cannot be installed. Please click-Linux general technology-Linux technology and application information. The following is a detailed description. I have just started to learn about linux. When installing the vsftpd software, tar and make are normal, but the following error is prompted when you execute make install, please take a look at what is going on. Thank you.
[Root @ localhost vsftpd-2.0.5] # make install
If [-x/usr/local/sbin]; then \
Install-m 755 vsftpd/usr/local/sbin/vsftpd ;\
Else \
Install-m 755 vsftpd/usr/sbin/vsftpd; fi
If [-x/usr/local/man]; then \
Install-m 644 vsftpd.8/usr/local/man/man8/vsftpd.8 ;\
Install-m 644 vsftpd. conf.5/usr/local/man/man5/vsftpd. conf.5 ;\
Elif [-x/usr/share/man]; then \
Install-m 644 vsftpd.8/usr/share/man/man8/vsftpd.8 ;\
Install-m 644 vsftpd. conf.5/usr/share/man/man5/vsftpd. conf.5 ;\
Else \
Install-m 644 vsftpd.8/usr/man/man8/vsftpd.8 ;\
Install-m 644 vsftpd. conf.5/usr/man/man5/vsftpd. conf.5; fi
Install: cannot create regular file '/usr/local/man/man8/vsftpd.8': No such file or directory
Install: cannot create regular file '/usr/local/man/man5/vsftpd. conf.5': No such file or directory
Make: *** [install] Error 1
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.