that are the errors after
#make
Code:
--------------------
lookups/lookups.a(mysql.o)(.text+0x45): In function `mysql_tidy':
: undefined reference to `mysql_close'
lookups/lookups.a(mysql.o)(.text+0x21a): In function `perform_mysql_search':
: undefined reference to `mysql_init'
lookups/lookups.a(mysql.o)(.text+0x232): In function `perform_mysql_search':
: undefined reference to `mysql_real_connect'
lookups/lookups.a(mysql.o)(.text+0x242): In function `perform_mysql_search':
: undefined reference to `mysql_error'
lookups/lookups.a(mysql.o)(.text+0x29e): In function `perform_mysql_search':
: undefined reference to `mysql_query'
lookups/lookups.a(mysql.o)(.text+0x2ae): In function `perform_mysql_search':
: undefined reference to `mysql_error'
lookups/lookups.a(mysql.o)(.text+0x2d8): In function `perform_mysql_search':
: undefined reference to `mysql_use_result'
lookups/lookups.a(mysql.o)(.text+0x2eb): In function `perform_mysql_search':
: undefined reference to `mysql_field_count'
lookups/lookups.a(mysql.o)(.text+0x314): In function `perform_mysql_search':
: undefined reference to `mysql_affected_rows'
lookups/lookups.a(mysql.o)(.text+0x334): In function `perform_mysql_search':
: undefined reference to `mysql_error'
lookups/lookups.a(mysql.o)(.text+0x34d): In function `perform_mysql_search':
: undefined reference to `mysql_num_fields'
lookups/lookups.a(mysql.o)(.text+0x35a): In function `perform_mysql_search':
: undefined reference to `mysql_fetch_fields'
lookups/lookups.a(mysql.o)(.text+0x370): In function `perform_mysql_search':
: undefined reference to `mysql_fetch_lengths'
lookups/lookups.a(mysql.o)(.text+0x40f): In function `perform_mysql_search':
: undefined reference to `mysql_fetch_row'
lookups/lookups.a(mysql.o)(.text+0x46b): In function `perform_mysql_search':
: undefined reference to `mysql_free_result'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/tomcat_projekt/exim-4.54/exim-4.54/build-Linux-athlon'
make: *** [go] Error 2
--------------------
this is a part from my makefile
Code:
--------------------
# LOOKUP_CDB=yes
# LOOKUP_DNSDB=yes
# LOOKUP_DSEARCH=yes
# LOOKUP_IBASE=yes
# LOOKUP_LDAP=yes
LOOKUP_MYSQL=yes
# LOOKUP_NIS=yes
# LOOKUP_NISPLUS=yes
# LOOKUP_ORACLE=yes
# LOOKUP_PASSWD=yes
# LOOKUP_PGSQL=yes
# LOOKUP_SQLITE=yes
# LOOKUP_WHOSON=yes
LOOKUP_INCLUDE=-I /usr/include/mysql
LOOKUP_LIBS=-L /usr/lib/mysql
--------------------
what is wrong???
can anyone help me, please?
--
bjt
------------------------------------------------------------------------
bjt's Profile:
http://www.exim-users.org/forums/member.php?action=getinfo&userid=75
View this thread:
http://www.exim-users.org/forums/showthread.php?threadid=51020