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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 16 = ?
Subscribe to this entry?

 
 [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-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 23:01:27 2024 UTC