Hi,

I'm trying to compile qmail on a RedHat 6.0 machine.

[root@statler qmail-1.03]# uname -a
Linux 2.2.12-20smp #1 SMP Mon Sep 27 10:34:45 EDT 1999 i686 unknown

I'm following the installation doc, and everything goes fine 
until during the 'make setup check'
the following happens.

The only file I've changed so far is the conf-qmail
file to change the /var/qmail to /mail
(/mail is on a seperate disk, and I wish to keep everything mail related
there)

Can someone point me in the direction of the problem?

./compile auto-str.c
./load auto-str substdio.a error.a str.a 
./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
make: *** [auto_qmail.c] Error 139

[root@statler qmail-1.03]#  file ./auto-str
./auto-str: ELF 32-bit LSB executable, Intel 80386, version 1,
dynamically linked (uses shared libs), stripped

[root@statler qmail-1.03]# strace ./auto-str  auto_qmail `head -1
conf-qmail` > auto_qmail.c

<SNIP>
open("/lib/ld-linux.so.2", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3"..., 4096) = 4096
mmap(0, 77824, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400fd000
mmap(0x400fd000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3,
0) = 0x400fd000
mmap(0x4010f000, 532, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x12000) = 0x4010f000
close(3)                                = 0
mprotect(0x400fd000, 73728, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
munmap(0x40008000, 7810)                = 0
mprotect(0x8048000, 2083, PROT_READ|PROT_EXEC) = 0
mprotect(0x4000a000, 961713, PROT_READ|PROT_EXEC) = 0
mprotect(0x400fd000, 73728, PROT_READ|PROT_EXEC) = 0
mprotect(0x40000000, 21420, PROT_READ|PROT_EXEC) = 0
getpid()                                = 29539
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
[root@statler qmail-1.03]#

Reply via email to