| |||||||||||||||||||||||||||||||
|
been using this command over many releases without any errors before. make -f Makefile.init makefiles \ 'CCARGS=-DHAS_MYSQL -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DUSE_TLS -DHAS_CDB -I/usr/local/include -I/usr/include/mysql -I/usr/include/sasl' \ 'AUXLIBS=-L/usr/lib/mysql -L/usr/lib/sasl2 -lsasl2 -lssl -lmysqlclient -lz -lm /usr/local/lib/libcdb.a' here is the output make -f Makefile.in MAKELEVEL= Makefiles (echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs) >makedefs.tmp set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp; \ else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null make: *** [Makefiles] Error 1 make: *** [Makefiles] Error 2 any ideas? John
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com