postfix + mysql compilation
Hi, I'm new to linux and Fedora.
I'm trying to configure an intranet mail server using postfix + mysql.
All the howto and documentation I've read told me I must compile postfix using a sentece like this:
> make -f Makefile.init makefiles \
>'CCARGS=-DHAS_MYSQL -I/usr/local/mysql/include' \ ... etc
where /usr/local is the place where mysql headers are.
The problem is I've installed mysql from rpms and cannot find such a directory 'mysql/include'
Any clue? Thank you
(sorry about my english, my lack of it)
|