Hi there,

I am having trouble to get a php installations working on suse72 with
following configure command:

./configure' '--with-gd=/home/andy/sw/gd-2.0.1' '--with-freetype=/usr/lib'
'--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--with-jpeg-dir=/usr'
'--with-png-dir=/usr/lib' '--with-zlib'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-ftp' '--with-mysql'
'--with-pdflib' '--with-lmap' '--with-gettext=/usr/local/bin' '--with-xml'

Everything is working except freetype, imap, ftp

The php page tells for imap to install a client from washington university,
but is this something like cypress? I am not familar to imap clients, just
want to get new email adresses running on this system. PHP page tells as
follows:

To get these functions to work, you have to compile PHP with --with-imap.
That requires the c-client library to be installed. Grab the latest version
from ftp://ftp.cac.washington.edu/imap/ and compile it.

Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other
directory on your link path and copy c-client/*.h to /usr/local/include or
some other directory in your include path.

  Huomaa: Depending how the c-client was configured, you might also need to
add --with-imap-ssl=/path/to/openssl/ and/or --with-kerberos into the PHP
configure line





  Do I need to get this c library too? And cypress? How about ftp and
freetype?

  Thanx for any help,

  Andy




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to