Hello,

i find that sometimes i have to edit the Makefile for my installs, because i got openssl installed somewhere else, and Makefile is statical directed to /usr/local/... for ssl.
i changed that, and c-client compiles with ssl - sometimes i forgot to copy the newest linkage.h to /usr/local/include - but then it works without problems (compiling....).


i use imap-client2004.rc9 now together with php 4.3.6, sompiles fine,
but e.g. imap_get_quota is still an unknown function....hmpf.
see my next post here

thanks for reading

volker

Rob Tanner wrote:

Actually, I lied -- I forgot which machine I was working on.  It's still at
RH 7.3.

I think the issue with imap-2002e is actually irrelevant since the compile,
ay least up to the point of the failure, doesn't access libc-client.a.
Without that library in place, configure fails.  But after doing the
configure, I renamed the library and the make failed at exactly the same spot
with exactly the same set of errors, and it didn't complain that it couldn't
find the library.

Could this be a bug in the extension?

-- Rob

--On Tuesday, April 27, 2004 02:50:12 PM -0700 Rob Tanner
<[EMAIL PROTECTED]> wrote:



Roman,

Yep, except my distro is RH Advanced Server.  Otherwise it's the same
scenario.  When I let imap-2002e compile with ssl, the make gets a number of
parse errors in /usr/include/openssl/kssl.h, and then aborts.

-- Rob

--On Tuesday, April 27, 2004 10:05:33 PM +0200 roman <[EMAIL PROTECTED]>
wrote:



hi rob


on which distro?


did you use imap-2002e without ssl?

i have similar problems on debian.


regards roman








Hi,

I'm having problems building 4.3.6 with IMAP support.  The c-client
library and includes are in /usr/local.  The build fails on php_imap.c
with the  following:

/home/rtanner/php-4.3.6/ext/imap/php_imap.c:  In function
`zm_startup_imap': /home/rtanner/php-4.3.6/ext/imap/php_imap.c:412:
`unixdriver' undeclared (first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:412: (Each undeclared
identifier is reported only once
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:412: for each function it
appears in.)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:413: `mhdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:415: `mmdfdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:416: `newsdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:417: `philedriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:420: `nntpdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:422: `mbxdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:423: `tenexdriver' undeclared
(first use in this function)
/home/rtanner/php-4.3.6/ext/imap/php_imap.c:424: `mtxdriver' undeclared
(first use in this function)
make: *** [ext/imap/php_imap.lo] Error 1

This is my set of config options:

./configure \
--disable-cgi \
--with-openssl \
--with-ldap=/usr/local \
--with-mysql=/usr \
--with-ftp \
--with-gd \
--with-imap=/usr/local \
--with-jpeg-dir=/usr/lib \
--with-zlib-dir=/usr/lib \
--enable-magic-quotes \
--enable-track-vars \
--enable-sysvshm=yes \
--enable-sysvsem=yes \
--enable-safe-mode=yes \
--enable-force-cgi-redirect \
--with-apxs2=/usr/local/apache2/bin/apxs


Reply via email to