php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #2323 Instructions for getting IMAP functions are wrong
Submitted: 1999-09-18 18:46 UTC Modified: 2000-03-09 14:05 UTC
From: rfg at monkeys dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.12 OS: FreeBSD 3.1
Private report: No CVE-ID: None
 [1999-09-18 18:46 UTC] rfg at monkeys dot com
The PHP manual page at:

http://www.php.net/manual/ref.imap.php3

Says to "copy" the c-client.a file into some directory in your link path.

This is just WRONG.  It doesn't work.

The page should be fixed to correct say that you need to intall the
library into some directory in your normal link path under the name:

libc-client4.a

Also, it appears that if you are on a FreeBSD 3.x system, after installing
that (static) library, it is also necessary to check to see if you already had
a *dynamic* version of this library on your system (specifically in your
/usr/local/lib directory) and if you have such a thing there already then
you MUST delete it or else the second configure step for Apache will
crash and burn in a most excruciatingly confusing and unhelpful way
that makes it all but impossible to tell what went wrong.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-09 14:05 UTC] hholzgra at cvs dot php dot net
documented in latest phpdoc cvs
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 03:00:02 2026 UTC