Hey: It worked.

Thanks.

Kirt

-----Original Message-----
From: Jeff Brenton [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 25, 2004 1:06 AM
To: DBMail mailinglist
Subject: Re[4]: [Dbmail] RE:Fresh Installation!!!!


Hello Kirti,

If you have the MySQL development libraries installed on your computer (not
put there by default in most distributions), AND they're located in the
paths
listed (they weren't on my Mandrake system), it would work. You also need
the
db2 and zlib development packages to complete the compile.

On my Mandrake 9.1 system, I used the following to compile in both MySQL and
PostgreSQL support in, in case I want to switch databases some time in the
near future:

make tidy
make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -DHAS_PGSQL \
-I/usr/include/mysql -I/usr/include/db2 -I/usr/include/pgsql' \
'AUXLIBS=-L/usr/lib -lmysqlclient -lz -lm -lpq  -ldb2'

Followed by a 'make' and a 'make install'.

KSB> I have asked the following question on Postfix List with no response. I
am
KSB> hoping somebody on this list can help me. I am trying trying to install
KSB> Postfix compiled with mySQL so I can install dbMail. I need the know
how to
KSB> compile MySQL with Postfix. 

KSB> I am at "make" command in Postfix Installation. Would following
sequence of
KSB> installation commands would compile MySQL with Postfix:
KSB> ---------------
KSB> # make
KSB> # make -f Makefile.init makefiles \
KSB>     'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include' \
KSB>     'AUXLIBS=-L/usr/local/mysql/lib -lmysqlclient -lz -lm'
KSB> # mv /usr/bin/newaliases   /usr/bin/newaliases.OFF
KSB> # chmod  755 /usr/bin/newaliases.OFF
KSB> # mv /usr/bin/mailq           /usr/bin/mailq.OFF
KSB> # chmod  755 /usr/bin/mailq.OFF
KSB> # mv /usr/sbin/sendmail    /usr/sbin/sendmail.OFF
KSB> # chmod  755 /usr/sbin/sendmail.OFF
KSB> # make install
KSB> ---------------

KSB> Thanks.

KSB> Kirti
KSB> _______________________________________________
KSB> Dbmail mailing list
KSB> Dbmail@dbmail.org
KSB> https://mailman.fastxs.nl/mailman/listinfo/dbmail



-- 
Best regards,
 Jeff                            mailto:[EMAIL PROTECTED]

_______________________________________________
Dbmail mailing list
Dbmail@dbmail.org
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to