Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1352 - php imap ssl support
Summary: php imap ssl support
Status: RESOLVED DUPLICATE of bug 1254
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 15:36 UTC by Erik Grinaker
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Grinaker 2002-03-26 15:36:01 UTC
When compiling php with support for IMAP, and the IMAP library has ssl-support,
the php-4.1.2-r3 ebuild detects this and uses --with-imap-ssl instead of
--with-imap.

However, to compile php with imap ssl support you must include both switches,
like this ;

./configure --with-imap --with-imap-ssl

or else the compiled php module won't support imap at all
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2002-04-01 11:19:04 UTC

*** This bug has been marked as a duplicate of 1254 ***