New system, Openserver 5.0.7 with MP1, GNU Devtools, ..... MySQL 4.0.16

Configure : 

CC=gcc CFLAGS="-O3 -mpentium" LDFLAGS=-static CXX=gcc \ 
        CXXFLAGS="-O3 -mpentium -felide-constructors" \ 
        ./configure --prefix=/usr/local/mysql \
        --enable-thread-safe-client --enable-local-infile \ 
        --disable-shared

Everything compiles fine.
When I start MySQL (mysqld_safe --user.......) it starts but I can't connect
to it (client seems to hang).
When I start MySQL without innodb (--skip-innodb) everything works just
fine.

As usual, any help welcome


Stefaan


PS : I have one Openserver system running MySQL with innodb just fine, but
when I transfer it to this system I get the same problems.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to