Hi the php manual says:
It's important that you do not copy the IMAP source files directly into the system include directory as there may be conflicts. Instead, create a new directory inside the system include directory, such as /usr/local/imap-2000b/ (location and name depend on your setup and IMAP version), and inside this new directory create additional directories named lib/ and include/. From the c-client directory from your IMAP source tree, copy all the .h files into include/ and all the .c files into lib/. Additionally when you compiled IMAP, a file named c-client.a was created. Also put this in the lib/ directory but rename it as libc-client.a.
I have downloaded imap-2002e and decompressed it to:
/usr/local/imap-2002e (On my RH9 server)
I have made the directories:
/usr/local/imap-2002e/lib
/usr/local/imap-2002e/include
But where di I get the .h and .c files from?
I don't understand where the c-client directory from my IMAP tree would be?
Can anyone help advise? 🙂
Also it says 'when you compiled IMAP'. Where di I compile IMAP or where di I get the source to do so?
🙂 🙂