OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: -DHAS_MYSQL \ -DUSE_SASL_AUTH

From: markus (markusturan.ch)
Date: Tue Apr 06 2004 - 09:57:36 CDT


thanks, rob - it works - the make command finish without error (fehler)
but in the 'make' log i have a lot of lines like following:

---
gcc -Wmissing-prototypes -Wformat -DHAS_MYSQL
-I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH
-I/usr/local/include/sasl -I/usr/local/bdb/include -g -O -I.
-I../../include -DLINUX2 -c virtual.c
---
can i ignore this 'gcc-Wmissing-prototypes'

thanx for answering

Am 06.04.2004 um 16:28 schrieb Rob Foehl:

> On Tue, 6 Apr 2004, markus wrote:
>
>> I'm trying installing postfix on a new installed Redhat 9.0 with
>> following instructrions:
>>
>> ---
>> make makefiles 'CCARGS=-DHAS_MYSQL \
>> -I/usr/local/mysql/include/mysql -DUSE_SASL_AUTH \
>> -I/usr/local/include/sasl -I/usr/local/bdb/include' \
>> 'AUXLIBS=-L/usr/local/mysql/lib/mysql \
>> -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2 -L/usr/local/bdb/lib'
>
> Try adding -lpthread to this.
>
> -Rob