>  -I/usr/include                           -I./../include
>
>   -I./../regex                    -I. -I../include -I.. -I.

<snip>

> mysqld.cc:1767: implicit declaration of function `int regex_init(...)'

A carefull look reveals that the commandline above is seeing
/usr/include/regex.h instead of /usr/src/mysql-3.23.47/regex/regex.h.
The system header does not have regex_init();  A temporary symlink in
/usr/include seemed to fix this, but I'm sure that's not the correct
way.  The closest explenation I could find was somthing about the
@bdb_includes@ macro in sql/Makefile.am being resposible for this.

oop, next error, guess db-4.0.11 will not work...

Cheers,

~Jason

--


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to