Hello List: I have asked the following question on Postfix List with no response. I am hoping somebody on this list can help me. I am trying trying to install Postfix compiled with mySQL so I can install dbMail. I need the know how to compile MySQL with Postfix.
I am at "make" command in Postfix Installation. Would following sequence of installation commands would compile MySQL with Postfix: --------------- # make # make -f Makefile.init makefiles \ 'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include' \ 'AUXLIBS=-L/usr/local/mysql/lib -lmysqlclient -lz -lm' # mv /usr/bin/newaliases /usr/bin/newaliases.OFF # chmod 755 /usr/bin/newaliases.OFF # mv /usr/bin/mailq /usr/bin/mailq.OFF # chmod 755 /usr/bin/mailq.OFF # mv /usr/sbin/sendmail /usr/sbin/sendmail.OFF # chmod 755 /usr/sbin/sendmail.OFF # make install --------------- Thanks. Kirti