Re: [Exim] Error when compiling Exim with MySQL

Etusivu
Poista viesti
Vastaa
Lähettäjä: Kevin Sindhu
Päiväys:  
Vastaanottaja: Philip Hazel
Kopio: XeCtiC, exim-users
Aihe: Re: [Exim] Error when compiling Exim with MySQL
Sorry one correction on my part. (I have a libmysql which you may
not).

> $gcc -o foo foo.c -L/usr/local/lib -lmysql


Should be(in your case):
$gcc -o foo -L/usr/local/mysql/lib/libmysqlclient.a foo.c

HTH

-Kevin