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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Jun 29 09:01:30 2024 UTC