php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1001 configure fails ...
Submitted: 1998-12-22 07:46 UTC Modified: 1998-12-22 09:05 UTC
From: scrappy at hub dot org Assigned:
Status: Closed Package: Other
PHP Version: 3.0.5 OS: FreeBSD
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: scrappy at hub dot org
New email:
PHP Version: OS:

 

 [1998-12-22 07:46 UTC] scrappy at hub dot org
I'm curious as to what ppl are using to get the IMAP support configured in...I downloaded UoW's IMAP server, untar'd it and ran configure, but get the following each and every time:

checking for IMAP support... configure: error: could not find linkage.h in /usr/local/src/imap-4.4/src/c-client/include !

Of course not, since linkage.h (and every other header file) is in the c-client directory...there is no include directory.  To get around it, I'm manually going into c-client and doing:

ln -s . include

But I doubt that is considered appropriate?

NOTE: removed Appendum...for some stupid reason that I can't fathom at
 this hour, I failed to *build* the c-client.a library *slap forehead*  the lack of an include directory, though, is a problem...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-12-22 09:05 UTC] rasmus
The problem is more that the IMAP package doesn't have a real 'make install' that copies the client library and needed include files somewhere.
Hence the instructions at the bottom of: http://www.php.net/manual/ref.imap.php3
It is never a good idea to link against a source directory directly.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 03:01:28 2024 UTC