Compilation of pure-ftpd-mysql

Asked by Stuart Aylott

Hi

What options would have been used to compile pure-ftpd-mysql for 10.04 LTS server edition (it's showing as pure-ftpd version 1.0.24-1). I'm most interested if the package in the repository supports virtual chroot, but it would be good to know what other options were specified.

Just trying to decide whether to compile it myself, or if I can use the repository version.

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu pure-ftpd Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Theodotos Andreou (theodotos) said :
#1

Compiling your own programs is of high educational value but some times can be a big headache. If you want to learn compile. If you want a production system with security updates and bug fixes use the repository.

I have no answer about how to find the build options. Can a developer enlight us?

Revision history for this message
Stuart Aylott (stuart-aylott) said :
#2

Thanks for that

Ideally I would like to use the repository, as it would be easier for others to manage installed software, and as you pointed out (but hadn't occured to me) would also allow for bug fixes and security updates.

I would really still like to know what build options were used though

Revision history for this message
Theodotos Andreou (theodotos) said :
#3

Your best bet is to contact the Maintainet which in this case is the Ubuntu Developers <email address hidden>

Revision history for this message
Stuart Aylott (stuart-aylott) said :
#4

Thanks I'll give that a go

Revision history for this message
Theodotos Andreou (theodotos) said :
#5

If you find an answer to this question please post it here. I am also very curious about this!

Revision history for this message
Stuart Aylott (stuart-aylott) said :
#6

Will do

Revision history for this message
Stuart Aylott (stuart-aylott) said :
#7

Never heard anything from the developers for this, ended up compiling myself

Revision history for this message
korobass (korobass) said :
#8

You need to get pure-ftpd source from repository

sudo apt-get source pure-ftpd

Then you find file in source katalog file rule which have default compiled options

vim pure-ftpd-1.0.24/debian/rule

For package pure-ftpd-1.0.24:

cfgflags=--prefix=/usr --mandir='$${prefix}'/share/man --sysconfdir=/etc/pure-ftpd CFLAGS=-DMAX_USER_LENGTH=128U
optflags=--with-everything --with-largefile --with-pam --with-privsep --with-tls --with-rfc2640

Can you help with this problem?

Provide an answer of your own, or ask Stuart Aylott for more information if necessary.

To post a message you must log in.