This is a discussion on Re: Trouble while compiling postfix within the mailing.postfix.users forums, part of the Mail Servers and Related category; Vladimir Krasilnikov: > Hi all. > When i try to compile postfix with MySQL i get an error. First i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Vladimir Krasilnikov:
> Hi all. > When i try to compile postfix with MySQL i get an error. First i make > Makefile with mysql support: > > make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL - > I/usr/local/include/mysql' 'AUXLIBS=-L/usr/local/lib/mysql > -lmysqlclient -lz -lm' > > then a type make and get an error message: > > ./../lib/libutil.a(dict_db.o): In function `dict_db_open': > /mail/postfix-2.2.3/src/util/dict_db.c:545: undefined reference to `db_version' > /mail/postfix-2.2.3/src/util/dict_db.c:620: undefined reference to `db_create' > *** Error code 1 > > Stop in /mail/postfix-2.2.3/src/master. And if you compile without MySQL? Wietse |