On Thu, 12 Dec 2002 13:15:05 -0500
"Michael T. Babcock" <[EMAIL PROTECTED]> wrote:

MTB> tibyke wrote:
MTB> 
MTB> >the funny this is that 3.23.53 just worked (and compiled) fine, and '53 and '54 
have exactly the same spec file.
MTB> >  
MTB> >
MTB> 
MTB> Did the mysql team change tools versions?  automake/autoconf?
MTB> 
MTB> -- 
MTB> Michael T. Babcock
MTB> C.T.O., FibreSpeed Ltd.
MTB> http://www.fibrespeed.net/~mbabcock

Hi!

As I wrote in another thread:

it works for me with (redhat 6.2)::
        - automake14-1.4p5-1
        - libtool-1.4.2-4
        - autoconf-2.52-6

it also works for me with (redhat 7.3):
        - automake 1-4p5-4
        - libtool-1.4.2-7
        - autoconf-2.13-17

7.3 has the out-of-the-box versions, while 6.2 is updated regularly :)

__however___!
dont forget to modify /usr/bin/safe_mysqld:

As Nick writes it in "MySQL 3.23.54 safe_mysqld fix" thread:

<snip>
The following code is incorrect in safe_mysqld on 3.23.54 at least (that
is all I have checked)

Line 162:
    if $NOHUP_NICENESS -gt 0
    then
      $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"


This needs to be:

    if test $NOHUP_NICENESS -gt 0
    then
      NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup"



Thanks!

Nickg
</snip>

after all, now 3.23.54 just works fine for me :)

Regards,
tibyke

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