View Single Post
  #2 (permalink)  
Old 07-10-2007, 08:36 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,166
Default

Quote:
My system is debian 3.1
I installed Zimbra.
I would like to now if i need to install apache + PHP Mysql
Or i don't need that beacause is aleady include with Zibra
Zimbra installs it's own apache/php/mysql but you should not use these, install your own.

Quote:
I have this error .
ks300959:/home/soft/php/php-5.2.0# apache2ctl graceful
/usr/sbin/apache2: /opt/zimbra/cyrus-sasl/lib/libsasl2.so.2: no version information available (required by /usr/lib/libldap_r.so.2)
Search recent threads on this forum for answer to this - it's just a warning.

Quote:
[Tue Jul 10 16:14:49 2007] [warn] module php5_module is already loaded, skipping
I would guess this is probably due to having multiple LoadModule directives in your httpd.conf (or conf.d/php.conf, wherever this is loaded in Debian).

Quote:
[Tue Jul 10 16:14:49 2007] [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.
Ouch, this is where apache is failing. Are you installing both apache and php from apt-get?
Reply With Quote