Upon trying to compile MySQL 3.23.33 for BSDi, I get the following error
message. The line used to configure was:
./configure --with-low-memory --prefix=[mysql path] (and before someone
emails) where [mysql path] is filled in with the path I used...


gcc -DMAP_TO_USE_RAID -I./../include -I../include    -O6 -DDBUG_OFF   -D__BS
D__ -c ft_test1.c
/bin/sh ../libtool --mode=link gcc  -O6 -DDBUG_OFF   -D__BSD__  -o ft_test1
ft_test1.o libmyisam.a ../mysys/libmysys.a
../dbug/libdbug.a ../strings/libmystrings.a -ldl -lz -lm
gcc -O6 -DDBUG_OFF -D__BSD__ -o ft_test1 ft_test1.o libmyisam.a
../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -ldl -lz -lm
gcc -DMAP_TO_USE_RAID -I./../include -I../include    -O6 -DDBUG_OFF   -D__BS
D__ -c ft_eval.c
/bin/sh ../libtool --mode=link gcc  -O6 -DDBUG_OFF   -D__BSD__  -o ft_eval
ft_eval.o libmyisam.a ../mysys/libmysys.a
../dbug/libdbug.a ../strings/libmystrings.a -ldl -lz -lm
gcc -O6 -DDBUG_OFF -D__BSD__ -o ft_eval ft_eval.o libmyisam.a
../mysys/libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -ldl -lz -lm
make: don't know how to make mi_test_all. Stop
*** Error code 1

Stop.
*** Error code 1

Stop.

---------------------------

Completely unrelated, the reason I started using the "--with-low-memory" was
that another version of make that I have would run out of swap, but it runs
out of swap even with the option. Anyone have any ideas on either problem?


Symbols: 294  Functions: 123;  Total: 417
Shifts per char: 5,  Array size: 5839
g++ -DMYSQL_SERVER                      -DDEFAULT_MYSQL_HOME="\"[mysql
path]\""                   -DDATADIR="\"[mysql
             -DSHAREDIR="\"[mysql
                     -DHAVE_CONFIG_H -I./../include                  -I./../
regex                    -I. -I../include -I.. -I.    -O3 -DDBUG_OFF   -fno-
implicit-templates -c sql_lex.cc
In file included from sql_class.h:360,
                 from mysql_priv.h:221,
                 from sql_lex.cc:20:
log_event.h: In method `Stop_log_event::Stop_log_event(const char *)':
log_event.h:388: virtual memory exhausted
make[3]: *** [sql_lex.o] Error 1
make[3]: Leaving directory `[mysql path]/mysql-3.23.33/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `[mysql path]/mysql-3.23.33/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `[mysql path]/mysql-3.23.33'
make: *** [all-recursive-am] Error 2


O-                         ~ARK
Do I listen to pop music because I'm miserable? Or am I miserable because I
listen to pop music?... ~Rob from "High Fidelity"


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