I am trying to run the initial configure program on a Cobalt RaQ2 appliance, following 
the instruction from  http://www.ospex.com/raq2-php-mysql-apache.html

It seems, that some initial parameters are missing, like --host. What are the right 
ones I have to use?
Here are the errors it displays:

[root mysql-3.23.56]# ./configure \ 
--with-low-memory \ 
--disable-assembler \ 
--disable-shared \ 
--with-mysqld-ldflags="-all-static" \ 
--with-client-ldflags="-all-static" \ 
--prefix=/home/mysql \ 
--localstatedir=/home/mysql/data \ 
--disable-maintainer-mode \ 
--with-mysqld-user=mysql \ 
--without-comment \ 
--without-debug \ 
--without-bench \ 
--without-test \ 
--without-raid 
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh ./config.sub   failed

Reply via email to