Re: [Exim] Error when compiling Exim with MySQL

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Kevin Sindhu
Dátum:  
Címzett: Philip Hazel
CC: XeCtiC, exim-users
Tárgy: 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