I'm trying to install MySQL-4.0.12 on a glibc-2.1.3-based Linux system
which is currently quite happily running MySQL-3.23.56.  MySQL-4.0.12
was configured as follows:

./configure --prefix=/opt/mysql --enable-thread-safe-client \
            --enable-assembler --with-gnu-ld --with-mysqld-user=mysql \
            --without-bench --with-innodb

and built with gcc-3.2.2.  (I wanted to use --with-openssl, but couldn't
find any combination of options that would make it link correctly
against libssl.)  MySQL built cleanly, but ran into the following
problem during make test:

babylon5:root:/usr/share/src/mysql-4.0.12:99 # make test
cd mysql-test ; ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
running  ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables
--basedir=. --datadir=./var/master-data --skip-innodb --skip-bdb
--language=../sql/share/english/
030321  1:22:23  ../sql/mysqld: Shutdown Complete

Installing Slave Databases
running  ../sql/mysqld --no-defaults --bootstrap --skip-grant-tables
--basedir=. --datadir=./var/slave-data --skip-innodb --skip-bdb
--language=../sql/share/english/
030321  1:22:24  ../sql/mysqld: Shutdown Complete

Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests

 TEST                         USER   SYSTEM  ELAPSED        RESULT
------------------------------------------------------------------------
alias                         0.02     0.01     0.33       [ pass ]
...
<snip>
...
create                        0.00     0.02     2.66       [ pass ]
ERROR: /usr/share/src/mysql-4.0.12/mysql-test/var/run/master.pid was not
created in 30 seconds;  Aborting
make: *** [test] Error 1


I can't imagine why the mysqld would be unable to create a master.pid
file.  Anyone else have any ideas?

Also, can anyone point me at the correct magic to use --with-openssl?


-- 
 .*********  Fight Back!  It may not be just YOUR life at risk.  *********.
 : phil stracchino : unix ronin : renaissance man : mystic zen biker geek :
 :  [EMAIL PROTECTED] : [EMAIL PROTECTED] : [EMAIL PROTECTED]  :
 :   2000 CBR929RR, 1991 VFR750F3 (foully murdered), 1986 VF500F (sold)   :
 :    Linux Now!   ...Because friends don't let friends use Microsoft.    :

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