Jeshua Lacock writes:
> 
> Hello all,
> 
> I have searched the archives and found various suggestions and tired 
> them (and variations of them) and I cannot get "mysqld" running on Mac 
> OS 10.0.4 (Darwin 1.3.7).
> 
> I had previously built and run 3.23.39 on the same machine, but I cannot 
> get 3.23.41 running - it built and installed apparently okay.
> 
> This is what I did:
> 
>     make install
>     mysql_install_db
>     chown -R mysql.70 /usr/local/var
>     cd /usr/local; ./bin/safe_mysqld &
> 
> And mysqld quits without any fuss.
> 
> So I read the 'localhost.err' logs and it says:
> 
> 010906 18:42:12  mysqld started
> /usr/local/libexec/mysqld: File './localhost-bin.1' not found (Errcode: 
> 13)
> 010906 18:42:12  Could not use localhost-bin for logging (error 13)
> 010906 18:42:12  bdb:  architecture lacks fast mutexes: applications 
> cannot be threaded
> 010906 18:42:12  Can't init databases
> 010906 18:42:12  mysqld ended
> 
> So I looked and I looked in '/usr/local/var' and I have a file called 
> localhost-bin.001 not localhost-bin.1 .
> 
> I tried making a symbolic link from localhost-bin.001 -> localhost-
> bin.1, and I still get the same error.
> 
> I also tried:
>    /usr/local/libexec/mysqld -u mysql --skip-grant-tables
> 
> And I get the same error that is in the log file.
> 
> I am sure it must be something really simple, but I have been trying 
> everything I can think of for an embarrassing amount of time, and I do 
> not no what to try next.  Any help or advice would be greatly 
> appreciated!
> 
> 
> Thanks,
> 
> Jeshua Lacock                                http://OpenOSX.com
> Programmer/Owner                     http://SierraMaps.com
> Phone: (760) 935-4736            http://3dTopoMaps.com


BDB will not yet run on your OS, so you should start mysql with --skip-bdb.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   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