How-To Update ProFTPD

It work ok for me on a fedora core 2, but had to make one change after in the proftpd.conf file.

authPAM off

i just commented that line and all work fine :)
 
I am getting these errors :

- IPv4 getaddrinfo 'www' error: Name or service not known
- warning: unable to determine IP address of 'www'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'
 
massive said:
I am getting these errors :

- IPv4 getaddrinfo 'www' error: Name or service not known
- warning: unable to determine IP address of 'www'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd.conf'

backup file /etc/proftpd.conf.bak1
 
i am getting the same error.
I believe that the problem is that my server's hostname
isn't setup yet.
So i put hostname <servername> and proftpd is working.
 
-bash-3.00# install_user=ftp install_group=ftp ./configure --prefix=/usr --sysconfdir=/etc $
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: $
checking build system type... Invalid configuration `$': machine `$' not recognized
configure: error: /bin/sh .//config.sub $ failed
-bash-3.00#

help :p
 
I get an error:

[root@server root]# ./update-proftpd.sh
./update-proftpd.sh: line 14: unexpected EOF while looking for matching `"'
./update-proftpd.sh: line 17: syntax error: unexpected end of file
[root@server root]#
 
The FTP works, cause the upgrade didn't finish. I'm doing the install manualy line by line. And it hangs on this one ==>

install_user=ftp install_group=ftp ./configure --prefix=/usr --sysconfdir=/etc $
 
Back
Top