Hi Husri,
you are low on memory (as the error says). try this,  first remove the
file config.cache from the mysql source directory then rerun config
and add --with-low-memory to the list of commands:  I use a shell
scripte with this:
rm config.cache
CC=gcc  CFLAGS=-O3  CXX=gcc  \
CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
./configure
$DEBUG --enable-large-files --with-berkeley-db --with-innodb --with-lo
w-memory

Best of luck.

Ken
----- Original Message -----
From: "Husri Hassan" <[EMAIL PROTECTED]>
To: "Carlos M. Gutierrez" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, December 05, 2001 2:45 AM
Subject: Re: BSDI 4.2 and Mysql


> Ok, thanks Carlos M. Gutierrez
> I got another error as below:
>
> mysql\""                        -DHAVE_CONFIG_H
> -I./../include                  -I./../regex                    -I.
> -I../include -I.. -I.    -O3 -DDBUG_OFF   -fno-implicit-templates
> -fno-exceptions -fno-rtti  -c sql_yacc.cc
> sql_yacc.yy:5250: virtual memory exhausted
> gmake[3]: *** [sql_yacc.o] Error 1
> gmake[3]: Leaving directory `/var/src/mysql-3.23.46/sql'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/var/src/mysql-3.23.46/sql'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/var/src/mysql-3.23.46'
> gmake: *** [all-recursive-am] Error 2
>
> -husri
>
> "Carlos M. Gutierrez" wrote:
>
> > On Wed, 5 Dec 2001, Husri Hassan wrote:
> >
> > > Got the below error messages when i run make command:
> >
> > If I recall correctly, you need to use 'gmake' instead of 'make'
on BSDI.
> >
> > > make: don't know how to make mi_test_all. Stop
> > > *** Error code 1
>
>
> --------------------------------------------------------------------
-
> 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
>
>


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