Jim,

you probably should

#undef HAVE_INNOBASE_DB

in some file, maybe sql/handler.h
Search with grep where the above has been
defined.

Regards,

Heikki

>Hello All!
>
>Having difficulty compiling v4-alpha --without-innodb. I am -not- a
>compiler-gooroo. All I can do is try to decode error messages. Never had a
>single problem compiling earlier versions -or- 4-alpha -without-
>--without-innodb.
>All of the above happens under both gcc-2.95.3/RH7 rpm and hand rolled
>2.96 (I differentiate between them by symlink in /usr/bin.)
>Compile always works fine when I remove --without-innodb.
>There's reference to Apachetoolkit below because I did originally compile
>through that to make the Apache/php/MySQL integration easier and
>everything worked fine. So I don't mind letting the source reside there.
>Since then I have done several other successful manual 4-alpha compiles
>that worked fine. (Trying to get a standard/stable sock location workingright.)
>Here's my configure script:========#!/bin/sh
>cd /usr/local/src/Apachetoolbox-1.5.41/src/mysql-4.0.0-alphamake distclean
>rm -f config.cache config.log./configure                                     \
>                --prefix=/home/mysql            \
>                --with-mysqld-user=mysql        \
>                --with-debug                    \
>                --bindir=/usr/local/sbin        \
>                --sbindir=/usr/local/sbin       \
>                --without-innodb



---------------------------------------------------------------------
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