Re: 3.23.54 compile error

2002-12-14 Thread tibyke
check Compiling 3.23.54-1 - new tools installed! thread...

t

GC 
GC When I start mysql with
GC 
GC service mysql start
GC 
GC I get this error:
GC 
GC /usr/bin/safe_mysqld: 5: command not found
GC What's that?
GC 
GC By the way mysql seems up and running...
GC 
GC 
GC 
GC -
GC Before posting, please check:
GChttp://www.mysql.com/manual.php   (the manual)
GChttp://lists.mysql.com/   (the list archive)
GC 
GC To request this thread, e-mail [EMAIL PROTECTED]
GC To unsubscribe, e-mail [EMAIL PROTECTED]
GC Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
GC 
GC 

-
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




Re: 3.23.54 compile error

2002-12-14 Thread tibyke
i mean... MySQL 3.23.54 safe_mysqld fix thread, sorry!

t

GC 
GC When I start mysql with
GC 
GC service mysql start
GC 
GC I get this error:
GC 
GC /usr/bin/safe_mysqld: 5: command not found
GC What's that?
GC 
GC By the way mysql seems up and running...
GC 
GC 
GC 
GC -
GC Before posting, please check:
GChttp://www.mysql.com/manual.php   (the manual)
GChttp://lists.mysql.com/   (the list archive)
GC 
GC To request this thread, e-mail [EMAIL PROTECTED]
GC To unsubscribe, e-mail [EMAIL PROTECTED]
GC Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
GC 
GC 

-
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




/usr/bin/safe_mysqld: 5: command not found (WAS: Re: 3.23.54 compile error)

2002-12-14 Thread Joshua J . Kugler
I got that as well., and like the case below, MySQL is up and running just 
fine.  I tried looking in safe_mysqld for a spurious '5' but couldn't find 
anything.  Does anyone know what's up with the most recent safe_mysqld?

j-- k-

On Thursday 12 December 2002 17:16, Gabriele Carioli wrote:
 When I start mysql with

 service mysql start

 I get this error:

 /usr/bin/safe_mysqld: 5: command not found
 What's that?

-- 
Joshua Kugler, Information Services Director
Associated Students of the University of Alaska Fairbanks
[EMAIL PROTECTED], 907-474-7601

-
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




3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
I've tried to build mysql-3.23.54 from rpm sources.

My system is a RedHat 6.2 with glibc-2.1.3-28 and the compiler
is gcc-2.95.4-4h. Had no problems at all building mysql until
mysql-3.23.53, but now I get this error:

[...]
Making distclean in .
make[1]: Entering directory `/usr/src/redhat/BUILD/mysql-3.23.54'
test -z linked_client_sources linked_server_sources
linked_libmysql_sources linked_libmysql_r_sources
linked_include_sources || rm -f linked_client_sources
linked_server_sources linked_libmysql_sources linked_libmysql_r_sources
linked_include_sources
rm -rf .libs _libs
rm -f *.lo
rm -f Makefile bdb/Makefile stamp-h stamp-h[0-9]*
rm -f config.h
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-3.23.54'
rm -f config.status config.cache config.log
+ mv Docs/manual.ps.save Docs/manual.ps
+ automake
aclocal.m4: 1272: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 1273: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
aclocal.m4: 1379: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
libmysql_r/Makefile.am:26: library used but `LIBTOOL' not defined in
`configure.in'
error: Bad exit status from /var/tmp/rpm-tmp.34718 (%build)

Any hint?

Maybe a newer libtool is required?


-
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




Re: 3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
I reply to myself...

 I've tried to build mysql-3.23.54 from rpm sources.
 [...]
 error: Bad exit status from /var/tmp/rpm-tmp.34718 (%build)
 
 Any hint?
 
 Maybe a newer libtool is required?

Got a clean compile with libtool-1.4-8 and automake-1.5-1.

Now I'll test it.


-
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




Re: 3.23.54 compile error

2002-12-12 Thread Gabriele Carioli
Maybe I'm paranoid

 I reply to myself...
 
 I've tried to build mysql-3.23.54 from rpm sources.
 [...]
 error: Bad exit status from /var/tmp/rpm-tmp.34718 (%build)
 
 Any hint?
 
 Maybe a newer libtool is required?
 
 Got a clean compile with libtool-1.4-8 and automake-1.5-1.
 
 Now I'll test it.

When I start mysql with

service mysql start

I get this error:

/usr/bin/safe_mysqld: 5: command not found
What's that?

By the way mysql seems up and running...



-
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