ID:               35385
 Comment by:       boblgum at nnms dot de
 Reported By:      yg at mind dot lu
 Status:           Feedback
 Bug Type:         IMAP related
 Operating System: Linux (Debian sarge)
 PHP Version:      5.1.0
 New Comment:

it works if u compile imap as a shared module

apache 2.2: 
./configure \
--prefix=/usr/local/apache2.2 \
--enable-dav \
--enable-dav-fs \
--enable-dav-lock \
--enable-headers \
--enable-info \
--enable-mime-magic \
--enable-proxy \
--enable-rewrite \
--enable-mods-shared=all \
--enable-speling \
--enable-ssl \
--enable-unique-id \
--enable-usertrack \
--enable-vhost-alias \
--with-program-name=httpd22 \
--with-port=90 \
--with-z \
--enable-suexec

php 5.1.1:
./configure \
--prefix=/usr/local/php5_22 \
--sysconfdir=/etc \
--with-config-file-path=/etc/php5_22 \
--disable-cgi \
--enable-bcmath \
--enable-calendar \
--enable-ctype \
--enable-dbase \
--enable-discard-path \
--enable-exif \
--enable-fast-install \
--enable-filepro \
--enable-ftp \
--enable-gd-imgstrttf \
--enable-gd-native-ttf \
--enable-magic-quotes \
--enable-mbregex \
--enable-mbstr-enc-trans \
--enable-mbstring \
--enable-memory-limit \
--enable-safe-mode \
--enable-shared \
--enable-shmop \
--enable-sigchild \
--enable-sqlite-utf8 \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-trans-sid \
--enable-wddx \
--enable-yp \
--enable-pear \
--enable-soap \
--with-apxs2=/usr/local/apache2.2/bin/apxs \
--with-bz2 \
--with-dom \
--with-freetype-dir=/usr \
--with-ftp \
--with-gd \
--with-gettext \
--with-gmp \
--with-iconv \
--with-mcal=/usr \
--with-mcrypt \
--with-mhash \
--with-mysql=/usr \
--with-mysqli=/usr/bin/mysql_config \
--with-ncurses \
--with-openssl=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-tiff-dir=/usr \
--with-ttf \
--with-xml \
--with-zlib=yes \
--with-kerberos=/usr \
--with-imap=shared \
--with-imap-ssl


Previous Comments:
------------------------------------------------------------------------

[2005-11-29 19:05:25] jens dot jacobsen at web dot de

Tried the 5.1.1 build today. Still --with-imap/--with-imap-ssl
problems:

Starting httpd2 (prefork) Syntax error on line 27 of
/etc/apache2/sysconfig.d/loadmodule.conf:
Cannot load /usr/lib/apache2/libphp5.so into server:
/usr/lib/libc-client.so: undefined symbol: mm_dlog

The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL

------------------------------------------------------------------------

[2005-11-29 10:34:48] te at powie dot de

Same problem here.

php5.0.5 works fine, php5.1.0 and 5.1.1 builds won't work!

------------------------------------------------------------------------

[2005-11-29 10:13:49] js at goetschy dot cil

I get the same error on fedora 4 x86_64 (apache 2.0.55/php 5.1.1 - gcc
4.0.1 ). 
start ok without imap/imap-ssl options.
I tried to copy the 5.0.4 ext/imap dir on a fresh un tared 5.1.1
version, but compil failed 
(php_imap.c: multiple definition for each function).
Exactly same conf compiles and loads with 5.0.5.

------------------------------------------------------------------------

[2005-11-25 14:37:48] jens dot jacobsen at web dot de

Tried to copy ext/imap from .0.5, too. Didn't work either. I was
using:

gcc (GCC) 3.3.3 (SuSE Linux)

------------------------------------------------------------------------

[2005-11-25 14:37:37] rick at schippersnet dot nl

I'm using gcc-3.3.5-3, the one that's included in debian sarge.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/35385

-- 
Edit this bug report at http://bugs.php.net/?id=35385&edit=1

Reply via email to