[PHP] reinstalling php with imap

2003-09-01 Thread Merlin
Hi there, I would like to upgrade to the latest php version. My old version was build with imap a year ago. Now I found, that the directory which contained the imap files: '--with-imap=/home/sw/horde/imap-2002.RC2' ' does not longer exist. So I guess I have to rebuild the c-client library? Is

Re: [PHP] reinstalling php with imap

2003-09-01 Thread Raditha Dissanayake
There are two magical commands on linux called 'locate' and 'find' :-) if you have locate just type locate c-client or some filename associated with the imap lib. find is more complicated you could try something like find / -name 'c-client*' | more the above will search your whole hard disk

Re: [PHP] reinstalling php with imap

2003-09-01 Thread Merlin
oh... thanx. There is a c-client.a on the system. Is it possible just to add '--with-lmap=/home/sw/c-client.a' and it will work? Merlin Raditha Dissanayake wrote: There are two magical commands on linux called 'locate' and 'find' :-) if you have locate just type locate c-client or some

Re: [PHP] reinstalling php with imap

2003-09-01 Thread Raditha Dissanayake
You will need the header files as well. I belive you are using the washignton uni. imap system. why don't you download a new tarball? all the best Merlin wrote: oh... thanx. There is a c-client.a on the system. Is it possible just to add '--with-lmap=/home/sw/c-client.a' and it will work?