i'm installing proftpd and i do ./configure and everything is okay. now i hit make and it does ./configure again. towards the end its creating all needed files and then it does ./configure --recheck and it just keeps on looping.
Printable View
i'm installing proftpd and i do ./configure and everything is okay. now i hit make and it does ./configure again. towards the end its creating all needed files and then it does ./configure --recheck and it just keeps on looping.
had that problem once..
remove the folder
extract the tar file (again)
try make (no ./configure first)
if all else fails, edit the Makefile
and remove the ./configure part from it !-
a plain old make would say there is a missing makefile,
i tried makefile and makefile.in and i couldnt find a ./configure in there anywhere.