| |||||||||||||||||||||||||||||||
|
> On Mon, Jan 14, 2008 at 07:04:40PM -0700, Floyd Arguello wrote: > >> Hi: >> >> I thought I compiled postfix with TLS support, but my maillog returns >> the following: >> >> warning: TLS has been selected, but TLS support is not compiled in >> >> >> Here is the make command that I ran: >> >> make -f Makefile.init makefiles 'CCARGS=-DUSE_TLS' 'AUXLIBS=-lssl >> -lcrypto' 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql' >> 'AUXLIBS=-L/usr/lib/mysql -l mysqlclient -lz -lm' > > Here is a shell program: > > CCARGS=args1 > AUXLIBS=libs1 > CCARGS=args2 > AUXLIBS=libs2 > echo $CCARGS $AUXLIBS > > can you predict the output? Apply lesson to the "make" command-line. > Thanks, Victor - I totally jacked that one up :P
| ||||||||||||||||||||||||||||||
© 2004-2008 readlist.com