Re: [Exim] exim segfaulting on my system

Top Page
Delete this message
Reply to this message
Author: Chris Hamilton
Date:  
To: exim-users
Subject: Re: [Exim] exim segfaulting on my system
Yes, I just did (and rebooted). It appears I had a conflict in
libraries for glibc 2.1.3 (which includes bdb 2.x) and a newer version
of bdb. Installing glibc 2.2.5 and rebooting
fixed it.

-Chris

Philip Hazel wrote:

>On Sat, 18 Jan 2003, Chris Hamilton wrote:
>
>
>
>>I have a system running glibc 2.1.3 and gcc 2.95.3 and I have had the
>>following segfaults on later 3.x as well as 4.12. I assume it is my
>>system, but have no clue.
>>Anyone have an idea?
>>
>>
>
>Update to a more modern glibc? Or am I confused about glibc versions?
>I'm not very much of a glibc expert, but Exim has configurations that
>mention glibc5 and glibc6...
>
>The alternative is to insert additional debug_printf() calls into
>readconf.c after line 1274, to see exactly where it is crashing.
>
>
>