Re: [exim] Getting 4.88 on centos 7

Góra strony
Delete this message
Reply to this message
Autor: Felix Schwarz
Data:  
Dla: 'Exim-users'
Temat: Re: [exim] Getting 4.88 on centos 7
Hi Dan,

Am 02.02.2017 um 18:28 schrieb Dan Liles:
> This was helpful thank you. I'm curious - is there a version that has a debug build I can use the debugger on?


Assuming that "debug build" means "having symbols for the executable" then
there is an easy solution. CentOS+EPEL provide symbols/debuginfo for all
packages. To get these you need to install another package:
yum install --enablerepo=epel-debuginfo exim-debuginfo

fs