pure-ftpd not update

davidd1

Verified User
Joined
Jan 31, 2013
Messages
102
Hello and sorry for my bad English

I try to update pure-ftpd from 1.0.38 to 1.0.40 but when I run

cd /usr/local/directadmin/custombuild
./build clean
./build update
./build update_versions

..........
make[2]: Leaving directory `/usr/local/directadmin/custombuild/pure-ftpd-1.0.38'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/pure-ftpd-1.0.38'
Enabling PureFTPd upload scanning script...
Done pure-ftpd.
Restarting Pure-FTPd.
Shutting down pure-ftpd: [ OK ]
Starting pure-ftpd: [ OK ]


it's still 1.0.38 !
 
When running custombuild 2.0, in /usr/local/directadmin/custombuild/optins.conf it should say:
Code:
ftpd=pureftpd

If this is correct, check your /usr/local/directadmin/custombuild/versions.txt file and see if pure-ftpd states 1.0.40 in there.
If it still states 1.0.38 something is still wrong.

No errors during compilation?
 
Hello
I use custombuild2

in my /usr/local/directadmin/custombuild/versions.txt
pureftpd:1.0.40:93a9d50dd4eb262b0d18f36c6d3992ee

no error during compilation!

after ./build update_versions it is still 1.0.38
Pure-FTPd 1.0.38 update to 1.0.40 is available
 
Make sure you have no custom_versions.txt file, then please try "./build pureftpd".
 
Hi smtalk

no custom_versions.txt
"./build pureftpd" - stil install 1.0.38

Something strange :(
 
Last edited:
It's a strange issue. I'd need to get login credentials to the server to say the cause.
 
Does the ./build versions notice the avaible update?

Are you sure you're not using a not up2date mirror?

Try:
Code:
./build set_fastest
./build update
./build pureftpd
Regards
 
ok
now I show the error:

after ./build pureftpd

pure-ftpd 1.0.40 requires /usr/include/openssl/ec.h
Dropping pure-ftpd version down to 1.0.38
Downloading pure-ftpd-1.0.38.tar.gz...


what I need to do ?



show:
http://download.pureftpd.org/pure-ftpd/doc/ChangeLog
* Version 1.0.39:
- Explicitly include openssl/ec.h for OpenSSL 0.9.8 (CentOS 5)
- Retry if SSL_shutdown() returns -1 and SSL_ERROR_WANT_(READ|WRITE)
 
Last edited:
Apparently PureFTPd doenst recognize OpenSSL version, maybe is a bug or a CB side fix should be applied.

Probably Martynas will be able to give you suggestions or provide a fix on CB side for this

Regards
 
Back
Top