--prefix is the only option you passed to configure? You must have missed the recommendations in the manual. Take a look at how MySQL builds their official binaries <http://dev.mysql.com/doc/mysql/en/MySQL_binaries.html>. There is also a section on building and other issues under Linux <http://dev.mysql.com/doc/mysql/en/Linux.html>. I can't say whether that will prevent the segfault, though. There could be something wrong with your build environment.

You may find the simplest course would be to download the official binary distribution from mysql.com <http://dev.mysql.com/downloads/mysql/4.0.html>.

Michael

Andrew Wheeler wrote:

I am not sure that this is the correct list. I did not
see any list that seemed more appropriate.

I have RedHat 8:
gcc-3.2-7

I run ./configure --prefix=/usr/local/mysql
which according to the log exited with code 0

Then when I run make I get the following errors. My
question is what is the signifigance and how do I
correct.


a ../innobase/thr/libthr.a ../innobase/sync/libsync.a ../innobase/data/libdata.a ../innobase/mach/libmach.a ../innobase/ha/libha.a ../innobase/dyn/libdyn.a ../innobase/mem/libmem.a ../innobase/sync/libsync.a ../innobase/ut/libut.a ../innobase/os/libos.a ../innobase/ut/libut.a -lrt ../isam/libnisam.a ../merge/libmerge.a ../myisam/libmyisam.a ../myisammrg/libmyisammrg.a ../heap/libheap.a ../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a ../strings/libmystrings.a -ldl -lpthread -lz -lcrypt -lnsl -lm -lpthread make[4]: Leaving directory `/root/downloads/mysql-4.0.20/sql' make[3]: *** [all-recursive] Segmentation fault make[3]: Leaving directory `/root/downloads/mysql-4.0.20/sql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/downloads/mysql-4.0.20/sql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/downloads/mysql-4.0.20' Segmentation fault

Andrew


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to