Hello,

i've problem with building mysql on RH 7.3

configure options:

./configure --prefix=/usr/local \
 --libexecdir=/usr/local/sbin \
 --localstatedir=/usr/local/var/mysql \
 --with-pthread \
 --with-unix-socket-path=/tmp/mysql.sock \
 --with-mysqld-user=mysql \
 --without-debug \
 --without-docs \
 --without-bench \
 --without-innodb \
 --without-extra-tools \
 --with-charset=czech \
 --with-extra-charsets=all \
 --enable-thread-safe-client \
 --enable-assembler \
 --with-openssl

i don't need innodb tables. I got:

g++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"/usr/local\""          
         -DDATADIR="\"/usr/local/var/mysql\""                    
-DSHAREDIR="\"/usr/local/share/mysql\""                         -DHAVE_CONFIG_H 
-I./../include                     -I./../regex                    -I. -I../include 
-I. -I/usr/local/include    -O3 -DDBUG_OFF -march=athlon -O3  -fno-implicit-templates 
-fno-exceptions -fno-rtti -c ha_berkeley.cc
make[3]: *** No rule to make target `../innobase/include/../ib_config.h', needed by 
`ha_innodb.o'.  Stop.
make[3]: Leaving directory `/usr/local/src/mysql-4.0.4-beta/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-4.0.4-beta/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-4.0.4-beta'
make: *** [all-recursive-am] Error 2


innobase/include/../ib_config.h doesn't exists but exists
innobase/include/../ib_config.h.in

Solve: copy ib_config.h.in to ib_config.h (or repair configure sripts,
automaheader, automake, ....)

Regards,
Michal Dvoracek                          [EMAIL PROTECTED]

SQL, TABLE


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