Hi Guys.
I recently tried to upgrade proftpd to 1.3.1 from 1.3.0a using this URL
http://help.directadmin.com/item.php?id=82
* Note, prefix on Linux is --prefix=/usr - I missed this, fixing it fixed it all.
it all went fine and followed all the steps as mentioned in the above URL.
BUT When I try to telnet to check the version of proftpd it is still the old one.
What should I do to fix it. I tried using CustomBuild script earlier before trying this method, but that failed on some tcl_host.c error.
Hope to get some help.
Thanks
Rohit
I recently tried to upgrade proftpd to 1.3.1 from 1.3.0a using this URL
http://help.directadmin.com/item.php?id=82
* Note, prefix on Linux is --prefix=/usr - I missed this, fixing it fixed it all.
it all went fine and followed all the steps as mentioned in the above URL.
[root@server proftpd-1.3.1]# proftpd -v
- ProFTPD Version 1.3.1
BUT When I try to telnet to check the version of proftpd it is still the old one.
[root@server proftpd-1.3.1]# telnet localhost 21
Trying 127.0.0.1...
Connected to xxxxxxxxxx (127.0.0.1).
Escape character is '^]'.
220 ProFTPD 1.3.0a Server ready.
quit
221 Goodbye.
Connection closed by foreign host.
[root@server proftpd-1.3.1]# proftpd -V
Compile-time Settings:
Version: 1.3.1
Platform: LINUX
Built With:
configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var/run --mandir=/usr/local/man --without-pam --disable-auth-pam --with-modules=mod_ratio:mod_readme LDFLAGS=-static
CFLAGS: -O2 -Wall
LDFLAGS: -L$(top_srcdir)/lib -static
LIBS: -lsupp -lcrypt
Files:
Configuration File:
/etc/proftpd.conf
Pid File:
/var/run/proftpd.pid
Scoreboard File:
/var/run/proftpd/proftpd.scoreboard
Features:
- Autoshadow support
- Controls support
+ curses support
- Developer support
- DSO support
- IPv6 support
+ Largefile support
- Lastlog support
+ ncurses support
- NLS support
- OpenSSL support
- POSIX ACL support
+ Shadow file support
+ Sendfile support
+ Trace support
Tunable Options:
PR_TUNABLE_BUFFER_SIZE = 1024
PR_TUNABLE_GLOBBING_MAX = 8
PR_TUNABLE_HASH_TABLE_SIZE = 40
PR_TUNABLE_NEW_POOL_SIZE = 512
PR_TUNABLE_RCVBUFSZ = 87380
PR_TUNABLE_SCOREBOARD_BUFFER_SIZE = 80
PR_TUNABLE_SCOREBOARD_SCRUB_TIMER = 30
PR_TUNABLE_SELECT_TIMEOUT = 30
PR_TUNABLE_SNDBUFSZ = 16384
PR_TUNABLE_TIMEOUTIDENT = 10
PR_TUNABLE_TIMEOUTIDLE = 600
PR_TUNABLE_TIMEOUTLINGER = 180
PR_TUNABLE_TIMEOUTLOGIN = 300
PR_TUNABLE_TIMEOUTNOXFER = 300
PR_TUNABLE_TIMEOUTSTALLED = 3600
PR_TUNABLE_XFER_BUFFER_SIZE = 16384
PR_TUNABLE_XFER_SCOREBOARD_UPDATES = 10
[root@server proftpd-1.3.1]#
What should I do to fix it. I tried using CustomBuild script earlier before trying this method, but that failed on some tcl_host.c error.
Hope to get some help.
Thanks
Rohit
Last edited: