Thanks,

this worked like a charm. Also on the 3.23.25 
(declared stable) release. now i have another 
problem: when is start the safe-mysqld i cannot 
shut it down anymore. 

  #> mysqladmin -u root -p shutdown 
  or 
  #> safe-mysqld --log &

just do nothing and the terminal doesn't do 
anything anymore. a 'kill' does nothing also.
processviewer won't let me kill the process 
either unless i am logged in as root. 

further i was wondering if there is a techtips 
website were we can post tips and tricks on OS-X
or maybe you have a webspace where we can start
such an effort.

 Gerhard

Paul DuBois wrote:
... 
> There was a problem compiling sql/mysqld.cc at line 1232:
>      sa.sa_handler=( void (*)() ) handle_segfault;
> This has to be changed to:
>      sa.sa_handler=( void (*)(int) ) handle_segfault;
>                               ^^^
> Then the compile finished with no problems.
...
> Paul DuBois, [EMAIL PROTECTED]

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