Re: [exim] General protection error

Top Page
Delete this message
Reply to this message
Author: Pawel Rutkowski
Date:  
To: exim-users
Subject: Re: [exim] General protection error
Hello,

>> >
>> > Configure your system to permit setuid programs to dump core; set
>> > rlimits accordingly; grab coredump, run:
>> > $ gdb /path/to/exim /path/to/exim.core
>> > and issue the "bt" command, which will tell you where it died, and
>> > suggest which library it was in.
>> >
>>
>> I try version with coredump. Run:
>
> Did you do the version comparison of the libraries, as suggested?


exim -d --version
................
Library version: OpenSSL: Compile: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
                          Runtime: OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
Library version: PCRE: Compile: 6.6
                       Runtime: 6.6 06-Feb-2006
Library version: MySQL: Compile: 5.0.51a [MySQL Community Edition (GPL)]
                        Runtime: 5.0.51a
Looks ok.


Pawel R.