exim installation error :segmentation fault (core dumped)

Hello All,
I am struggling to get through the exim error on server.Whenever I tried to install exim on server it gave error that segmentation fault (core dumped)
Now I used strace with /bin/rpm package name to trace the error as:
strace /bin/rpm exim-4.34.......
Here is what it shows in trncated form.
I am giving the lines only at which the function returned with error:
I doubt one is below where /etc/popt can't found :
open("/etc/popt", O_RDONLY) = -1 ENOENT (No such file or directory)
getuid32() = 0
geteuid32() = 0
open("/root/.popt", O_RDONLY) = -1 ENOENT (No such file or directory)
And other is rpmrc which must be present on server but in my case it isn't
open("/etc/rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/root/.rpmrc", O_RDONLY) = -1 ENOENT (No such file or directory)

Then there are errors with -1 values but I have given only these two as I think they are real culprit .So I think my rpm package is faulty with is giving the segmetation fault while installing the exim package.
Now what should I do?Please help
THank you

 

 

 

 

Top