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?
Try to install the missing packages as follows: Code: apt-get install php5-gd php5-imap Restart Apache afterwards.
Good evening Falko, thanks for your reply but the server is the mail server not the webserver. Is it a multiserver tutorial problem? thanks
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.