[imp] IMAP 4.5 & PHP 3.0.18 & SUN

Daniel Gil daniel@wap.com.ar
Mon, 12 Feb 2001 16:46:32 -0300


Hi everybody, Iam wwallace the guy that posted the original message. My
hotmail account is working so bad so Iam using this one now.

I have Improved from IMAP4.5 to IMAP 2000c.
But I sitll got the same errors. like :

(Unknow) 0x298f 7usr/local/imap-2000c/c-client/lib/libc-client.a(utf8.o)

there are a lot of this lines, more than 200 I guess. It like complier
does?nt understand or can?t found all this files (the ones in c-client).
I tried the lines that Brent post (below). But didn?t work.

Any Idea ???. thankz !!!.

daniel = wwallace


 SunOS 5.6 solaris2.6
On Fri, 9 Feb 2001, william wallace <wwallace27@hotmail.com> wrote:

> IMAP 4.5 is working good too. it was make with "make gso".

First off, you really should be using a more modern version; 4.5 has
security bugs, and other problems (flags) that affect Horde/IMP.  I
recommend 2000, or at least 4.7c2

Second, after you make it, how do you install c-client?  You want the
includes and libs to all be installed so that the PHP build can find them.
Here's how I do it on my Suns:

# chown root:other c-client/linkage.h src/c-client/mail.h \
	src/c-client/rfc822.h src/c-client/utf8.h c-client/c-client.a
# chmod 644 c-client/linkage.h src/c-client/mail.h \
	src/c-client/rfc822.h src/c-client/utf8.h c-client/c-client.a
# cp -p c-client/linkage.h src/c-client/mail.h src/c-client/rfc822.h \
	src/c-client/utf8.h /usr/local/include
# cp -p c-client/c-client.a /usr/local/lib/libc-client.a

Note the name change for the library.

--
Brent J. Nordquist <bjn@horde.org>
Yahoo!: Brent_Nordquist / AIM: BrentJNordquist / ICQ: 76158942


--
IMP mailing list: http://horde.org/imp/
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org