could anyone help me with understanding how to configure the builddefs.h config file for vsftpd? im not sure what those are, and i wasnt able to find any usefull information to help, but my searches led me here.
Printable View
could anyone help me with understanding how to configure the builddefs.h config file for vsftpd? im not sure what those are, and i wasnt able to find any usefull information to help, but my searches led me here.
Why do you need to configure a header file?
if you are building vsftpd from source,
its ./configure (type ./configure --help for available options)
make
make install
That's it.