patch
make
autoconf
libtool
then follow step by step from :
http://qmailrocks.org
and if get problem at Part 6. install vqadmin
configure: WARNING: `missing' script is too old or missing checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... Invalid configuration `x86_64-unknown-linuxoldld': machine `x86_64-unknown' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linuxoldld failed
try adding this line when reconfigure :
libtoolize --force
but if still no luck, here is the last solution :
copy config.guess and config.sub from vpomail directory to vqadmin directory because vqadmin has old config.guess and config.sub files does not have the definitions for the 64 bit operating systems.
sidiq:/downloads/qmailrocks/vpopmail-5.4.13 # cp config.guess config.sub ../vqadmin-2.3.6
now, reconfigure and continue your journey :D
/downloads/qmailrocks/vqadmin-2.3.6/missing: Unknown `--run' option
ReplyDeleteTry `/downloads/qmailrocks/vqadmin-2.3.6/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
............................
its giving this error after doing the solution