On 2001 Jul 23, [EMAIL PROTECTED] wrote:
> >Description:
>       Whenever I compile mysql 3.23.40 with Berkeley DB support,
>       I get a signal 11 when attempting to start the mysql server.
>       If I omit Berkeley DB support, everything starts fine.

> >Synopsis:    solairs 8 x86 get signal 11 with bdb support
> >Release:     mysql-3.23.40 (Source distribution)

Brian, I'm not sure how well Berkeley DB is supported on x86
Solaris.  Can you try running some of the programs inside the
bdb/build_unix directory, to see if they crash or if they work?
If they also crash, then something is wrong with the way bdb
is being built.  You might try getting a stock BerkeleyDB from
sleepycat.com; if it works and ours doesn't, then clearly there
is something wrong with how we're building ours.

For example, try running 'db_printlog -V', to see if it prints
out its version.

Another thing to do is to pass the --with-debug flag to configure
when you build MySQL, and run mysqld under a debugger to find out
exactly where it crashes.  You can find detailed instructions on
how to do this in our manual:

    http://www.mysql.com/doc/D/e/Debugging_server.html

If you could do this, it would help us a lot!

Thanks,

Tim

-- 
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Tim Smith <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Full-time Developer
/_/  /_/\_, /___/\___\_\___/   Boone, NC  USA
       <___/   www.mysql.com

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