[PHP-INSTALL] Account Alert

2005-06-13 Thread admin
VIRUS WARNING. Contaminated File: information.txt__.scr Virus Name: WORM_MYTOB.FC

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread inX Support
Hi there I had the same problem yesterday. You need to install libc-client, libc-client-devel, libgcrypt and libgcrypt-devel. Tell me on what OS are you installing the PHP. Thank you > Hi, I'm tyring to configure so I can install php with imap support and > am getting the following error... > >

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
Linux Fedora Core 2 is the OS. Should I try your suggestions based on that OS? Eric On 6/13/05, inX Support <[EMAIL PROTECTED]> wrote: > Hi there > > I had the same problem yesterday. You need to install libc-client, > libc-client-devel, libgcrypt and libgcrypt-devel. > > Tell me on what OS a

[PHP-INSTALL] Adding support for PHP onto my Java Web Server

2005-06-13 Thread Gustavo Guillermo Pérez
Hello, I added support for my Java Web Based Server for php, just using php-cgi and piping stdout, and defining the proper ENVIRON variables for the Common Gateway Interface, it works Just Perfect on Linux http://ulinux.no-ip.org/gusgus/httpserver/test.php as you can see on the url, but on wind

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Stéphane Bruno
I have similar problems when trying to configure php with imap and also gd and other image libraries. I installed imap-2004 (I'm not sure it is the exact package name), I installed libjpeg and everything, combining rpms and tar installs. But i cannot get the configure options right so it can find

Re: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
thx for the quick response but can you elaborate? I found an rpm for imap-devel but it has a failed dependency - requiring imap 4.4. I'm confused as to what I actually need to install imap or if I even have it installed already. I've tried searching for an imap rpm with no luck and I can't find

RE: [PHP-INSTALL] can't config with imap

2005-06-13 Thread Miguel Burgos O.
You need install imap-devel Best regards, Miguel > -Original Message- > From: Eric Wulff [mailto:[EMAIL PROTECTED] > Sent: Lunes, 13 de Junio de 2005 14:54 > To: php-install@lists.php.net > Subject: [PHP-INSTALL] can't config with imap > > Hi, I'm tyring to configure so I can

[PHP-INSTALL] can't config with imap

2005-06-13 Thread Eric Wulff
Hi, I'm tyring to configure so I can install php with imap support and am getting the following error... error: Cannot find rfc822.h. Please check your c-client installation. this is my ./configure stmt... ./config --with-aspxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/bin --with-iconv --w

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Rasmus Lerdorf
Seth Russell wrote: > Thanks Rasmus. > > I am looking to improve the speed at which php executes through apache > (and using a static module seemed to be helpful in PHP4). > > I don't see any explaination of how to build a non-pic (position > independent code) dso for apache on the PHP website. >

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Seth Russell
Thanks Rasmus. I am looking to improve the speed at which php executes through apache (and using a static module seemed to be helpful in PHP4). I don't see any explaination of how to build a non-pic (position independent code) dso for apache on the PHP website. Do I just add the option "--with-p

Re: [PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Rasmus Lerdorf
PHP5 does not support being built as a static module. There is really no reason to build it that way anymore. If you think you need it for performance reasons, just build a non-pic dso which gives you the exact same performance of the static module without the bother of having to recompile Apache

[PHP-INSTALL] PHP5 static module apache 1.3.x compile issues

2005-06-13 Thread Seth Russell
I am trying to install php5 as a static module in apache 1.3.33, but am unsuccessful. I have followed the instructions on http://www.php.net/manual/en/install.unix.php#install.unix.apache (I am running Redhat Linux AS 3). I have noticed that the instructions are only for PHP4. I have tried to chan

[PHP-INSTALL] pear

2005-06-13 Thread nizar abed
Hi, Just compiled php 4.3.11 and I'm having problems with pear. When I try to Install any pear module I get the following error: Trying to install DB for example: downloading DB-1.7.6 ... Starting to download DB-1.7.6 (-1 bytes) done: 125,340 bytes Could not get contents of package "/root/tmp

[PHP-INSTALL] php-cgi sets status 404 even though script is processed successfully?

2005-06-13 Thread Grant Gardner
Hi, Reposted from php.windows because another helpful Jetty user finds the same problem under linux... I'm running PHP 5.0.4 on Windows XP, under Jetty, a Java HTTP Server and Servlet container. The container is configured to pass *.php requests to a CGI servlet which execs php-cgi.exe Every

[PHP-INSTALL] PHP 5 install on CentOs 4

2005-06-13 Thread Eugene de Winnaar
Hi all I am trying to compile php5 onto one of my new servers. Here is the configure that I am using ./configure --with-apxs2=/usr/sbin/apxs --enable-safe-mode --with-openssl --with-zlib --with-bz2 --enable-bcmath --enable-calender --enable-exif --with-fam --enable-ftp --with-gd --enable-gd-na