Cronjob: Mailserver doesn't work as well

Discussion in 'Installation/Configuration' started by vaio1, May 18, 2011.

  1. vaio1

    vaio1 Member

    Hi guys

    I get this error in my mail server:

    Code:
    root@mailserver:~# /usr/local/ispconfig/server/server.sh
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/gd.so' - /usr/lib/php5/20090626+lfs/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/imap.so' - /usr/lib/php5/20090626+lfs/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0
    sh: repquota: not found
    sh: repquota: not found
    /usr/bin/fail2ban-client
    finished.
    
    what have I to do?
     
    Last edited: May 18, 2011
  2. falko

    falko Super Moderator Howtoforge Staff

    Which distribution do you use?
     
  3. vaio1

    vaio1 Member

    I am using the Debian distro.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Try to install the missing packages as follows:

    Code:
    apt-get install php5-gd php5-imap
    Restart Apache afterwards.
     
  5. vaio1

    vaio1 Member

    Good evening Falko,

    thanks for your reply but the server is the mail server not the webserver. Is it a multiserver tutorial problem?

    thanks
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Not sure what happened, but somehow these libraries are referenced in your PHP configuration, but not installed. You can either try to install the missing packages (as outlined before) or try to remove the references from the /etc/php5/conf.d/ directory.
     
  7. vaio1

    vaio1 Member

    So these libraries are not mandatories in the mail server, right?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    I don't think so.
     
  9. vaio1

    vaio1 Member

    Perfect! Seems that the problem is disappeared.

     

Share This Page