Re: mysqld no longer starts after update 4.0 - 4.1

2004-11-04 Thread Stefan P. Wolf

Hello Gleb,

 Please read the notes about MySQL on Linux:

  http://dev.mysql.com/doc/mysql/en/Linux.html

I don't find anything specific to my problem there, sorry!
My Linux installation seems to be missing something that the 
bdb part of MySQL 4.1 needs and which was not needed by v4.0 
and below. As I don't use the bdb engine in MySQL I found
some hint yesterday in some posting which explained how to
disable the bdb functions (put the command skip-bdb into
the [mysqld] section of my.conf). This shuts down the error
message and MySQL 4.1.5 now runs on my machine.


 Do you use the official binary distribution?

No, I use a Debian package. Actually I don't know if it is 
based on the official binaries or if the package maintainer
compiled a special version. Usually Debian packages install
perfectly but MySQL 4.1 is in the experimental stage. I 
also ran into more problems but I could solve all those
manually.


 [ERROR] bdb: unable to initialize mutex: Function not implemented
 [ERROR] bdb: process-private: unable to initialize environment 
  lock: Function not implemented

I still wonder which part in my rather new Linux (kernel 2.4.18,
libc6) is missing to support these bdb functions.

At least I can work with GROUP_CONCAT now...


Best regards, Stefan.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysqld no longer starts after update 4.0 - 4.1

2004-10-29 Thread Gleb Paharenko
Hi.



Please read the notes about MySQL on Linux:

 http://dev.mysql.com/doc/mysql/en/Linux.html



Do you use the official binary distribution?



[EMAIL PROTECTED] wrote:

 

 Hi!

 

 I searched near and far but could not find the slightest hint

 about what is causing my MySQL problems. I have a couple of

 servers running 3.23 and 4.0x just perfect but after updating

 one machine to 4.1, I can no longer start mysqld.

 

 Here is the error message:

 

 ==

 # /etc/init.d/mysql start

 

 [ERROR] bdb:  unable to initialize mutex: Function not implemented

 [ERROR] bdb:  process-private: unable to initialize environment 

  lock: Function not implemented

 [ERROR] Can't init databases

 [ERROR] Aborting

 

 [NOTE] /usr/sbin/mysqld: Shutdown complete

 ==

 

 It is a Debian server which was running MySQL 3.23 perfectly. Now

 I need one of the new functions in v4.1 so I followed the manual

 which says I should update to 4.0 first. I did (4.0.21) and ran 

 the script to fix the privileges. The I restarted mysqld -- tested 

 everything and found that it worked perfect. Then I updated to 

 4.1.5 which brought me to the current situation.

 

 Help anybody???

 

 

 Best regards, Stefan Wolf.

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]