[PHP-DEV] Bug #1001 Updated: configure fails ... From: Bug Database (php-dev <email protected>)
Date: 12/22/98

ID: 1001
User Update by: scrappy <email protected>
Status: Open
Bug Type: Other
Description: configure fails ...

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?

======[ Appendum ]==========
Actually, add to that...what is it looking for a linkage.h file for in the first place? Looking at the source, it appears to only be used for mac, vmx and tops-20 systems...

themis:/usr/local/src/imap-4.5.BETA> pwd
/usr/local/src/imap-4.5.BETA
themis:/usr/local/src/imap-4.5.BETA> find . -name linkage.h
./src/osdep/mac/linkage.h
./src/osdep/vms/linkage.h
./src/osdep/tops-20/linkage.h

Full Bug description available at: http://ca.php.net/bugs.php3?id=1001

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>