Comment 1 for bug 573100

Revision history for this message
Yasufumi Kinoshita (yasufumi-kinoshita) wrote :

Did you "configure" correctly?
Or did you change timestamp of files and break dependency of autoconf files?
Don't execute autoconf. It patches configure file directly only.

If the system has "strsep()", configure script defines HAVE_STRSEP and
the part should be skipped.

Please put all of your build procedure.

I intend simple as bellow.

1. untar mysql-5.1.xx.tar.gz
2. cd mysql-5.1.xx
3. (cd 5.1.xx; cat `cat series` ) | patch -p1
4. export env and ./configure and make as you want