These are....I think....pre-built
Dunno for sure.

# rpm -qa | grep -i glibc
compat-glibc-6.2-2.1.3.2
glibc-devel-2.2-5
glibc-common-2.2.4-13
glibc-2.2.4-13
# mysql --version
mysql  Ver 11.6 Distrib 3.23.28-gamma, for pc-linux-gnu (i586)
# rpm -qa | grep -i gcc
gcc-2.96-69
kgcc-1.1.2-40

Although I can't tell you if this was the case when it was built... It had
to have been a while ago. I have been trying to build a new mysql, however,
if you check the messages a few days ago, I am having compile problems. I.E;
# cd /usr/src/mysql-3.23.46/
# ./configure  --prefix=/usr/local/mysql
--with-unix-socket-path=/usr/local/mysql/lock/mysql.sock --enable-assembler
--with-libwrap --without-berkeley-db \
--with-ipv6 --without-bench --with-mysqld-ldflags=-all-static
--disable-shared --with-extra-charset=complex --without-mit-threads
--with-other-libc=/lib

make
...blah...
...blah...
Making all in client
make[2]: Entering directory `/src/mysql-3.23.46/client'
c++ -DUNDEF_THREADS_HACK -I./../include
-I../include -I./.. -I..                                -I..    -O3
-DDBUG_OFF   -fno-implicit-templates -fno-exceptions -fno-rtti -fpermissive
-I/lib/include -c mysql.cc
cc1plus: Invalid option `-fpermissive'
In file included from client_priv.h:19,
                 from mysql.cc:28:
../include/global.h:680: abstract declarator used as declaration
make[2]: *** [mysql.o] Error 1
make[2]: Leaving directory `/src/mysql-3.23.46/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src/mysql-3.23.46'
make: *** [all-recursive-am] Error 2

Any help there?

-----Original Message-----
From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 10:44 PM
To: Gill, Vern
Cc: [EMAIL PROTECTED]
Subject: Re: SHOW TABLES; show nothing


Hi.

On Mon, Dec 03, 2001 at 08:20:44PM -0800, [EMAIL PROTECTED] wrote:
> Well, according to several subsequent messages, including
> http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:msn:67549:ololjemolklapaobokil;
> 
> that does NOT appear to be the problem, as it also happens on other
distros,
> with other environments and compilers...

Well, MySQL compiled with Red Hat compiler is a known issue. It very
well may be the reason. I am sorry, that I stopped reading the thread
after the RH issue was mentioned in the thread. That happened because
so often the solution is to simply try the binaries from www.mysql.com.

Btw, did you try them? And what distribution and MySQL are you using?
Do you compile MySQL yourself or use precompiled binaries? (I don't
remember seeing the info in the bug report)

This is no common problem, else the mailing list would get flooded
with this.

So I did some further mailing list digging...

http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:sss:67572:200103:gmbnbjggapiammoll
kem#b
suggests that it is a glibc problem (recompiling a working MySQL
version breaks things)

http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:sss:67679:200103:iognefcpicheogeal
mej#b
has not much to add, but for completeness...

http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:sss:65476:200102:fieefiplocfeeohpp
nok#b
also suggests that it is a glibc problem

http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:sss:84302:ekcmadjgfpddehoefhbb#b
suggests that there was a bug in 3.23.36 and the problem was solved by
upgrading to 3.23.41. On the other hand, I could not find in the
changes history the mention of any bug that sounds as if it could
cause this behaviour. On the other hand, the 3.23.36 version in this
thread seems to be a RH made binary, so that doesn't tell much, IMHO.

http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:sss:73746:khcijjakkgfameoghfhp#b
says that the problem occured with 3.23.38 when using a self-compiled
binary on RH, but was not reproducable with the official binary. It
also worked when compiled with an upgraded RH gcc.

Bye,

        Benjamin.


> Any ideas from any MySQL developers listening?
> 
> -----Original Message-----
> From: Benjamin Pflugmann [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 03, 2001 4:22 PM
> To: Quentin Bennett
> Cc: 'Gill, Vern'; [EMAIL PROTECTED]
> Subject: Re: SHOW TABLES; show nothing
> 
> 
> Hi.
> 
> I remember this beeing reported once before. The answer supposed that
> it was a problem with the compiler shipped with Red Hat. The mail is:
> http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:67476:ololjemolklapaobokil
> (and the next in thread).
> 
> If this is indeed the case, a simple fix is to use the binary provided
> on www.mysql.com.
> 
> Bye,
> 
>       Benjamin.
[...]

-- 
[EMAIL PROTECTED]

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