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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rfg at monkeys dot com
New email:
PHP Version: OS:

 

 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Jun 26 16:01:30 2024 UTC