Hi. I need to update a debian 2.0 linux box with mysql 3.21.31 to some of the last version of mysql 3.22.
I tried to use the binaries from www.mysql.com (3.22.32), but when I launch mysql services with the script mysql.server in the log appeared: mysqld started on Thu Jul 21 10:25:56 CEST 2005 050721 10:25:57 getpwnam: Success 050721 10:25:57 Aborting mysqld ended on Thu Jul 21 10:25:57 CEST 2005 I look in google and found: Please check if a version of MySQL that you have got on CD-ROM is static or dynamic. You can check it with ldd program. For your info, later version of MySQL including the one you are referring too, require kernel 2.2.xx and glibc 2.1.2 or above Debian 2.0 have the packages libc6 (2.0.7) and gcc (2.7.2.3-4.8). I also tried to compile the source code (3.22.32 and 3.22.30) but when I execute ./configure I got: checking whether the C++ compiler (gcc ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. I look in google and tried a trick that I found and execute: CXX="gcc -O3" ./configure but I got a similar error checking whether the C++ compiler (gcc -O3 ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. Any trick to compile the source code or to use the binaries installing any librarie? Thanks in advance. Iago. ______________________________________________ Renovamos el Correo Yahoo! Nuevos servicios, más seguridad http://correo.yahoo.es -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]