Good morning list,
A rather brief introduction; I am new to this list and a novice to MySQL. I 
am in the process of building a postfix mailserver w/ mysql, courier, cyrus 
and others on a RH 9 distro. If hardware is a factor these items reside upon 
a intel pent 4, 3gig ram, and three scsi 120gig drives.
The issue at hand is what I believe to be with mysql. I passing args to 
postfix to include support for mysql works fine. When issuing the make 
command I get a nice little surprise that has kept me googling and searching 
through user lists for hours on end.
If someone could help me decipher the issue I would be greatly appreciative. 
I have included pertinent information for your review.

make -f Makefile.init makefiles \
'CCARGS=-DHAS_MYSQL -I/usr/include/mysql/ -DUSE_SASL_AUTH -
I/usr/local/include/sasl' \
'AUXLIBS=-L/usr/lib/mysql/ -l mysqlclient -lz -lm -L/usr/local/lib -lsasl2'

<Then issue "make">

/usr/lib/mysql//libmysqlclient.a(my_malloc.o)(.text+0x23): In function 
`my_malloc':
: undefined reference to `errno'
/usr/lib/mysql//libmysqlclient.a(my_malloc.o)(.text+0xb3): In function 
`my_memdup':
: undefined reference to `errno'
/usr/lib/mysql//libmysqlclient.a(my_malloc.o)(.text+0x18e): In function 
`my_strdup':
: undefined reference to `errno'
/usr/lib/mysql//libmysqlclient.a(my_realloc.o)(.text+0x53): In function 
`my_realloc':
: undefined reference to `errno'
/usr/lib/mysql//libmysqlclient.a(my_lib.o)(.text+0x2c5): In function `my_dir':
: undefined reference to `errno'
/usr/lib/mysql//libmysqlclient.a(my_lib.o)(.text+0x399): more undefined 
references to `errno' follow
collect2: ld returned 1 exit status
make: *** [error] Error 1
make: *** [update] Error 1
<This is the tail of the make output>

Relevant apps that I have loaded on the server are as follows;
 mod_auth_mysql 1.11-12
 mysql 3.23.54a-11
 MySQL-devel 4.0.0-2
 mysql-server 3.23.54a-11
 perl-DBD-MySQL 2.1021-3
 php-mysql 4.2.2-17

Thank you,

--
Bill

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to