Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Posts
    31

    cpanel exim issue and solution

    After cpanel's update script ran tonight, the exim mail server stopped working.

    When attempting to restart via ssh, this occured on all the FreeBSD systems:

    Code:
    # /etc/init.d/exim start
    /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "sendmail"

    If any of you are having the issue, its an easy fix:

    Code:
    # ln -s /usr/local/lib/perl5/5.8.*/mach/CORE/libperl.so /usr/local/lib
    I just thought I would toss it in here so any of you with the issue wouldn't be stuck hunting it down for days, especially since its a one liner.

  2. #2
    Join Date
    May 2006
    Location
    Florida, USA
    Posts
    364
    Thank you!

    only FreeBSD is affected?
    Host, YES!
    Reselling? Partner for profit instead!

  3. #3
    Join Date
    Aug 2006
    Posts
    31
    It occured on my FreeBSD systems, but I don't know if its restricted to just those types of machines.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •