[PHP-INST] Problem with imap support

2002-11-11 Thread Fabian Aguirre
Hi! I have tryed to compile php with imap support but i get an error when i run make. Here is my configuration Redhat 8.0,apache-1.3.27,php-4.2.3 ./configure --prefix=/usr/local/php-4.2.3 --with-mysql=/usr/local/mysql-max-3.23.53a-pc-linux-gnu-i686 --with-apxs=/usr/local/apache-1.3.27/bin/apxs

[PHP-INST] Installation problems with GD :(

2002-11-11 Thread David Uzzell
I have been able to solve most of my install problems with all the ext's I need to have install. ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic --enable-shared --enable-inline-optimization --with-apxs=/usr/sbin/apxs --with-exec-dir=/usr/bin --with-regex=system

php-install Digest 12 Nov 2002 01:26:23 -0000 Issue 1115

2002-11-11 Thread php-install-digest-help
php-install Digest 12 Nov 2002 01:26:23 - Issue 1115 Topics (messages 9098 through 9110): Re: Problem with parsing with CGI 9098 by: Rich Gray Re: Request entity too large (already seen the FAQ) 9099 by: Bret Robideaux Serious Problem - Server Crashing 9100 by: Step

[PHP-INST] Problems installing PHP 4.2.3 with Apache HTTPD 2.0.43 in Windows2000

2002-11-11 Thread Marcelo Juchem
Hi all, First of all, I know C:\> sucks and # rules, but it's not me who decides which one to use. I installed PHP 4.2.3 (binary from www.php.net) right after installing Apache HTTPD 2.0.43 (binary from httpd.apache.org) in Windows 2000. I have followed the instructions from \install.txt

[PHP-INST] Re: [PHP] please help, one question regarding installing GD_2.0.4with PHP_4.2.3

2002-11-11 Thread Rasmus Lerdorf
PHP 4.2.3 does not support GD 2.0.4. You need GD 2.0.1 or upgrade to the latest CVS version of PHP. (and please do not crosspost to multiple lists) -Rasmus On Mon, 11 Nov 2002, Hua (William) Li wrote: > Hello folks, > > My name is Will. I am currently using GD_2.0.4 with PHP_4.2.3 and Apache_1

[PHP-INST] please help, one question regarding installing GD_2.0.4 with PHP_4.2.3

2002-11-11 Thread Hua \(William\) Li
Hello folks, My name is Will. I am currently using GD_2.0.4 with PHP_4.2.3 and Apache_1.3.27. I installed everything without errors. But, when I try to run my apache server, I have seen following error:

Re: [PHP-INST] set max_exceuction_time

2002-11-11 Thread Jeffrey_N_Dyke
Good Hint, i'll look for that. and for more information for anyone else who replies I am running Solaris, and am not running these scripts throught the browsersit is all shell based. thanks jeff

Re: [PHP-INST] set max_exceuction_time

2002-11-11 Thread Stephen Edmonds
You will need to change the settings on your sever too. In Xitami, I had to change my maximum CGI Execution to a higher number. I suggest looking for something similar in your web server Stephen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November

[PHP-INST] set max_exceuction_time

2002-11-11 Thread Jeffrey_N_Dyke
Hello All. I have max_execution_time = 0 in my ini for a binary installation of PHP. I have also tried to set it to a number such as 3000. In my install i used the configure argument -with-config-file-path=/usr/local/php_bin.ini and this is the ini that i am changing. Yet none of my scripts

[PHP-INST] Need CyberCash MCK for Linux

2002-11-11 Thread Peter Janett
I'm moving a site over from a Sun server to a Linux server, and need the CyberCash MCK software to install on the Linux box. I know that Verisign has purchased and swallowed CyberCash into their PayFlowPro system, but I just need to move an existing, functioning site that uses CyberCash. So, anyo

[PHP-INST] Re: Problems with php and apache on win2000

2002-11-11 Thread Henrik
One of the codes that generates the problem below: "Henrik" <[EMAIL PROTECTED]> skrev i en meddelelse news:20021110200406.41617.qmail@;pb1.pair.com... > I have installed Apache and php. > > I can run normal html page from the server (localhost) and my hello > world.php works fine on the server b

[PHP-INST] openssl library location problem

2002-11-11 Thread Robert Trebula
Hi, I'm trying to compile php as an apache 1.3 module and I need that libphp4.so does *not* link against /usr/lib/libssl.so and /usr/lib/libcrypto.so. First I tried to compile without mentioning openssl in configure parameters: /configure --with-apxs=/usr/local/apache27/bin/apxs --enable-version

[PHP-INST] Serious Problem - Server Crashing

2002-11-11 Thread Stephen Edmonds
In the end I decided to do a full re-install of the server, php AND mysql. Everything seems to be working fine now. My guess is that the first crash was caused by a server overload or something, which then damaged my php installation. Why it worked fine over my network but not over the internet is

[PHP-INST] Re: Request entity too large (already seen the FAQ)

2002-11-11 Thread Bret Robideaux
Stop dreaming, that's the reason you never got a question from me on this list :) I signed up in case the archives didn't have a solution for my problem and have just been too lazy to unsub :) I suspect it's happened more than once :) Bret [snip] Remember, no one is getting paid to do this. S

RE: [PHP-INST] Problem with parsing with CGI

2002-11-11 Thread Rich Gray
Brandon, I think you have answered your own question - because the suffix is .cgi the web server is not using PHP to parse the script - if you want all .cgi scripts to be treated as PHP scripts you will need to configure your webserver to invoke php for that suffix... e.g. for Apache it would be s

php-install Digest 11 Nov 2002 12:14:03 -0000 Issue 1114

2002-11-11 Thread php-install-digest-help
php-install Digest 11 Nov 2002 12:14:03 - Issue 1114 Topics (messages 9092 through 9097): Problems with php and apache on win2000 9092 by: Henrik Serious Problem - Server Crashing 9093 by: Stephen Edmonds Apache 2.0.4.3 PHP 4.2.3 win98se Error in instalation 9094 by

[PHP-INST] Problem with parsing with CGI

2002-11-11 Thread Brandon Oto
Hey, everyone. I had a small problem, was hoping someone could enlighten me. Relatively new PHP user, so it's quite possible this is something silly. Check out the following page, if you would: http://www.berkeleyhigh.org/cgi-bin/mt/mt-comments.cgi?entry_id=49 That's a page generated by CGI, wit