Compiling 3.23.54-1

2002-12-12 Thread gnu_is_not_unix
Hi !

I`m trying to compile 3.23.54-1 from src.rpm with error:

...
+ 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.61894 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.61894 (%build)

My conf is:
rh 7.0
2.2.23
glibc-2.2.4-18.7.0.8

greetz
gnu

---
Konto bez opat i prowizji?
TAK! eKONTO w mBanku!  http://pf.wp.pl/mbank.html 



-
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: Compiling 3.23.54-1 - new tools installed !

2002-12-12 Thread gnu_is_not_unix
Hello,

 Yes. You need  automake 1.5 / libtool 1.4. It appears this made it into
 the CHANGES for the 4.0.x series, but not the 3.23.x series. I'm BCC'ing
 this to our build engineer, so he can correct the manual.

 Thanks!

 -Mark

well,

[root@kula-szpiegula /root]# libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)

[root@kula-szpiegula /root]# automake --version
automake (GNU automake) 1.7.2

[root@kula-szpiegula /root]# autoconf --version
autoconf (GNU Autoconf) 2.57

and error again:

rpm --rebuild MySQL-3.23.54-1.src.rpm

...
sql/Makefile.am:94: `YFLAGS' is a user variable, you should not override it;
sql/Makefile.am:94: use `AM_YFLAGS' instead.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
strings/Makefile.am: Assembler source seen but `CCAS' is undefined
strings/Makefile.am:
strings/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
strings/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined
strings/Makefile.am:
strings/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
error: Bad exit status from /var/tmp/rpm-tmp.80279 (%build)

-- 
Best regards,
 gnu_is_not_unix   


-
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[2]: Compiling 3.23.54-1

2002-12-12 Thread gnu_is_not_unix
Hello,

 Yes. You need  automake 1.5 / libtool 1.4. It appears this made it into
 the CHANGES for the 4.0.x series, but not the 3.23.x series. I'm BCC'ing
 this to our build engineer, so he can correct the manual.

 Thanks!

 -Mark

well,

[root@kula-szpiegula /root]# libtool --version
ltmain.sh (GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)

[root@kula-szpiegula /root]# automake --version
automake (GNU automake) 1.7.2

[root@kula-szpiegula /root]# autoconf --version
autoconf (GNU Autoconf) 2.57

and error again:

rpm --rebuild MySQL-3.23.54-1.src.rpm

...
sql/Makefile.am:94: `YFLAGS' is a user variable, you should not override it;
sql/Makefile.am:94: use `AM_YFLAGS' instead.
/usr/share/automake-1.7/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
strings/Makefile.am: Assembler source seen but `CCAS' is undefined
strings/Makefile.am:
strings/Makefile.am: The usual way to define `CCAS' is to add `AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
strings/Makefile.am: Assembler source seen but `CCASFLAGS' is undefined
strings/Makefile.am:
strings/Makefile.am: The usual way to define `CCASFLAGS' is to add `AM_PROG_AS'
strings/Makefile.am: to `configure.in' and run `aclocal' and `autoconf' again.
error: Bad exit status from /var/tmp/rpm-tmp.80279 (%build)

-- 
Best regards,
 gnu_is_not_unix   


-
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




fs/table size ...

2002-10-28 Thread gnu_is_not_unix
Hi !

This is my first posting to this group so:
hello to everybody.

I`m using snort (IDS) with logging to MySQL DB. Snort is little bit noisy and it 
inserts a lot of datas in DB - about 130MB/4h.

I`m confused about:
is it better to use fs with support more then 2GB files (ext3, ReiserFS (which is not 
so good for large files), or tables build with raid option (i have read in mysql faq 
that indexes are not divided ...so that is a problem also0

This db has to have good effitency ...

ps. sorry for my poor english.

greetz
boka

---
Tytus na Dzikim Zachodzie  http://tytus.wp.pl/ 



-
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




fs/table size ... cd

2002-10-28 Thread gnu_is_not_unix
Hi !

i forgot to tell You (sorry !) that DB has to be run on linux.

ps. sql,query - included for filter.

greetz
boka


---
Tytus na Dzikim Zachodzie  http://tytus.wp.pl/ 



-
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