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
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: 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: Sat Jun 15 20:01:29 2024 UTC