LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   make install errors in vsftpd (https://www.linuxquestions.org/questions/linux-software-2/make-install-errors-in-vsftpd-355407/)

swatward 08-21-2005 02:49 AM

make install errors in vsftpd
 
in the terminal, if i type "make install" (w/o quotes) i get this error...
Quote:

root@rooks:~/vsftpd-2.0.3# 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
if [ -x /etc/xinetd.d ]; then \
install -m 644 xinetd.d/vsftpd /etc/xinetd.d/vsftpd; fi
root@rooks:~/vsftpd-2.0.3#
and then if i try and run the vsftpd exectuable i get these errors..
Quote:

root@rooks:~/vsftpd-2.0.3# /usr/local/sbin/vsftpd: line 6: service: command not found
/usr/local/sbin/vsftpd: line 8: socket_type: command not found
/usr/local/sbin/vsftpd: line 9: wait: `=': not a pid or valid job spec
/usr/local/sbin/vsftpd: line 9: wait: `no': not a pid or valid job spec
/usr/local/sbin/vsftpd: line 10: user: command not found
/usr/local/sbin/vsftpd: line 11: server: command not found
nice: =: No such file or directory
/usr/local/sbin/vsftpd: line 16: disable: command not found

[1]+ Exit 127 /usr/local/sbin/vsftpd
Do those have anything to do with each other? what am i doing wrong?
Thanks for any help.

swatward 08-22-2005 01:48 AM

ah... its because i didnt have a c compiler...

longsiu 09-02-2005 03:33 PM

which package should be installed for the C compiler?

I'm using RH linux 9

maidenseye 09-07-2005 11:33 AM

I'm having the same problem, what's the fix on this anyone know?

swatward 09-20-2005 09:47 PM

i was using slackware 10, i think it was gcc


All times are GMT -5. The time now is 04:40 PM.