On Monday 07 May 2001 20:35, [EMAIL PROTECTED] wrote:
> >Description:
> 
> I've been using the Slackware mysql package, but I want to use ODBC, and
> MyODBC won't compile because "my_dir.h" is missing.  In order to get all
> the headers, shared libraries, and thread support I need, I apparently
> have to compile MySQL from source, but I'm can't get that to work.  I've
> tried compiling each of the past four releases of MySQL from source, and
> I've had no configuration or compilation problems, but each one of them
> immediately crashed when I ran the resulting executables.
> 
> Here's the error message from the <server>.err file:
> 
> 010507 22:21:44  mysqld started
> mysqld got signal 11;
> The manual section 'Debugging a MySQL server' tells you how to use a
> stack trace and/or the core file to produce a readable backtrace that may
> help in finding out why mysqld died.
> Attempting backtrace. You can use the following information to find out
> where mysqld died.  If you see no messages after this, something went
> terribly wrong...
> Bogus stack limit or frame pointer, aborting backtrace.
> 010507 22:21:44  mysqld ended

Have you tried --with-mysqld-ldflags=-all-static ?

If that works, the problem is most likely that your shared libraries do not 
match your includes.

-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

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