php-install Digest 3 Aug 2003 12:47:51 -0000 Issue 1486
Topics (messages 11377 through 11379):
installing --with-imap problem
11377 by: Merlin
--with-cyrus
11378 by: Andy
Re: PHP5 installation problems on SunOS5.8
11379 by: Yann Larrivee
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi there,
I want to upgrade to a newer php version (from 4.2.2 to 4.3.2)
In order to do that I picked my old configure command to reproduce it. The
old php version was build with imap. Now I have found, that the directory
where the file is supposed to be has been removed (I guess I have "cleaned"
up my hard disc a while ago:-() However, the configure command had following
line:
'--with-imap=/home/sw/horde/imap-2002.RC2' '
now the configure always checks for imap and does not find this file. It has
been removed.
Can anybody "remind" me how to get this file again? I am lost, after trying
for 2 hours I gave up. Can anybody help me in this case?
Thanx in advance,
Merlin
--- End Message ---
--- Begin Message ---
Hello list,
I've got SuSE 8.2 Prof. I've got installed the package
"cyrus-imapd-devel 2.1.12".
I tried to compile php "--with-cyrus". I got an error message like this
"cyrus-imap version 2.0.8 or greater required".
Has anybody an idea what this error messages mean?
Thanks
--- End Message ---
--- Begin Message ---
On Sat, 2003-08-02 at 05:29, Mark Campbell wrote:
> Hey Guys,
>
> Trying to compile php5 on my SunOS box, however the configure script
> cannot find libxml, though I have it installed.
>
> [./configure]
> ecking for new DOM support... yes
> not found
> configure: error: Please reinstall the libxml >= 2.4.14 distribution
>
> however..
>
> -rwxr-xr-x 1 root root 2662388 Apr 30 2002
> /usr/local/lib/libxml2.so.2.4.21
>
> I've tried to speicify the localtion of this shared library as a configure
> argument too, with not much more joy..
>
> ./configure --with-dom=/usr/local/lib/libxml2.so.2.4.21
>
Hi, the path is /usr/local.
Also if you want support for the new xml api in PHP5 you should do
--with-libxml.
Yann
> Any idea's?
>
> --
> regards,
> -mark
> -
> Mark Campbell <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> http://mark.redbrick.dcu.ie
> -
> "Trying is the first step towards Failure"- Homer J. Simpson
--- End Message ---