[PHP-INST] upload of large file

2002-06-27 Thread B. PERRINE
I have some problems with upload of file larger than 3 MB with php. The linux box is a Debian potato, with apache 1.3.24 (1.3.26 soon) self_compiled and php 4.2.1 as DSO. The php.ini options : memory_limit, post_max_size and upload_max_file_size are well configured Is anyone may help ? -- PHP

Re: [PHP-INST] installing PHP as mod_php on Apache 2.0.39

2002-06-25 Thread B. PERRINE
The option to use is : --with-apxs2=/path/to/apxs B. Le lun 24/06/2002 à 10:57, Dapid Candra a écrit : > Hello, > > I am trying to install PHP 4.2.1 and Apache 2.0.39 and I want to configure > PHP to run as mod_php. > > Is anyone have a step-by-step installation documentation on this? I tried

Re: [PHP-INST] php 4.1.2 with oracle 8.1.7

2002-06-12 Thread B. PERRINE
Use Oracle 9i. [read the excellent 'howto install 9i on RedHat' before]. Le mar 11/06/2002 à 17:26, georges poropat a écrit : > Hi, > > I try to install php with oracle 8.1.7 on a slackware 7.1. > My problem is 8.1.7 works with glibc2.1 and the glibc of slackware 7.1 are > 2.2. > So before the .

Re: [PHP-INST] Problems with PHP 4.1.2

2002-03-04 Thread B. PERRINE
I saw the same error in configure PHP 4.1.2. The problem seems to be linked with GD configuration (???) I edited the makefile by hand (On Debian distrib, the freetype2 library is called libttf (like freetype1) and PHP is waiting for libfreetype) and then the configure works well.

Re: [PHP-INST] error configurating php-4.1.1

2002-02-21 Thread B. PERRINE
Your configuration exit after trying to find a compilator ... Have you a compilator that suit to compile PHP on your box ??? le mar 19-02-2002 à 19:51, Tomas Nicolajsen a écrit : > > When I try to configure php-4.1.1 with my > Apache-AdvancedExtranetServer/1.3.20 I get the following error: >

Re: [PHP-INST] Help me configure php please.

2002-02-21 Thread B. PERRINE
First : read the docs on www.php.net. Second : read the mail archives to see some good stuff about your questions and how to post a question on a mailling list. Third : post a real good question on mailing list. le mer 20-02-2002 à 00:34, Ryan Snow a écrit : > > Hi, Im brand new to the list

Re: AW: [PHP-INST] cant find where ./configure --help works

2002-02-21 Thread B. PERRINE
Is ./configure alone work ? le mer 20-02-2002 à 19:29, Stefan Siefert a écrit : > Hi, > > first of all you should tell us some infos: > > What system are you running (Redhat Suse Debian etc.) > Is the server/computer yours or do you use any hostingservice? > > It could be that php wasn't insta

Re: [PHP-INST] php 4.0.x and php 4.1.x at the same time...

2002-02-21 Thread B. PERRINE
Read the excellent documentation on www.php.net. le jeu 21-02-2002 à 14:10, Marcin Antczak a écrit : > How can I build and configure php 4.0.x and php 4.1.x to use at the same > time... on Apache http server and Debian or RedHat Linux? > I know that with php 3 and php 4 was this possibility - but

Re: [PHP-INST] PHP 4.1.1 in Apache 1.3.22 won't start

2002-02-21 Thread B. PERRINE
Is your apache is compiled with SSL support in both case ? It may be in the second, because of the secret key. I think it's a problem linked to ssl. I used apache+mod_ssl with php4.0.4pl1 and php4.1.1 in testing phase. And I have no problem. In my case, I don't compile openssl with php. le mar

Re: [PHP-INST] Help with installing PHP on apache 2.0.16 beta

2001-11-12 Thread B. PERRINE
You must compiled PHP with the APXS 2.0 option. try ./configure --help | less in php source tree to take it B. le jeu 01-11-2001 à 19:24, Oliver Stirling a écrit : > I haven't been able to get php installed on my red hat 7.1 box, I am running > apache 2.0.16 beta. Is there anything I am doing wr

Re: [PHP-INST] PHP with ORACLE

2001-10-09 Thread B. PERRINE
I do not know Unixware 7.0 but it don't find the oracle library. A dirty hack is to make a symbolic link in /usr/lib on libclntsh.so.1.0 B. le mar 09-10-2001 at 16:54 Luis Castro a écrit : > Dear php, > I am facing some problem while compiling PHP with ORACLE. I am using > unixware 7.0 I have >

Re: [PHP-INST] PHP-Oracle build problems

2001-10-08 Thread B. PERRINE
try --with-oci8=$ORACLE_HOME where $ORACLE_HOME is like /u01/app/oracle/product/8.1.6 The file you seek exists : [where is the source]/ext/oci8/php_oci8.h le lun 08-10-2001 at 09:37 Rudy Ramirez a écrit : > Hi > I'm trying to build php4 on my SuSE 6.4 Linux machine with Oracle OCI8 > support.

Re: [PHP-INST] Upgrading debian stable

2001-10-08 Thread B. PERRINE
If you are using an apache already installed, you may try to compile php as a module for apache : ./configure --with-apxs=/[Where is apache is installed]/bin/apxs make make install Do not forget to configure httpd.conf. You can discover where is the apache directory with the find command or whi

Re: [PHP-INST] linux 7 problems

2001-10-05 Thread B. PERRINE
There is a good doc to read before using a mailing list : http://www.tuxedo.org/~esr/faqs/smart-questions.html B. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP-INST] problem with locale

2001-10-04 Thread B. PERRINE
I'm using a debian potato In the directory /usr/share/locale, ther is an other one called fr_FR. In several scripts, I use : setlocale (LC_TIME, "fr_FR"); And it work very well. B. le jeu 04-10-2001 at 19:44 Paul Newby a écrit : [..] > > > Try LC_TIME=fr_FR (the iso standard) > > B. > > Thank

Re: [PHP-INST] Compiling PHP4.0.6 in Freebsd 4.3 --> sapi_apache.cgives an error

2001-10-04 Thread B. PERRINE
I try it with apache 2.0.16 & php4.0.4pl1 (or 4.0.5) as a shared module (--with-apxs2 ) on debian linux. It works but I didn't test it deeply. B. le jeu 04-10-2001 at 01:25 Doctrluv a écrit : > Got this really strange error message when compiling PHP for apache 2.0.16. > Any ideas? > thanks >

Re: [PHP-INST] Error in "make"

2001-10-02 Thread B. PERRINE
le mar 02-10-2001 at 16:00 Augusto Cesar Castoldi a écrit : > Hi... I really need help for compile PHP. I have to > compile because the previous compiling didn't have > "-with-dom" option. > > I "./configure" my php-4.0.6 in RedHat 6.2 with this > command line: > "./configure --with-mysql > --wi