RE: [PHP-INST] Apache 2.0.39

2002-07-22 Thread Chris Santerre
-INST] Apache 2.0.39 Hello im trying to install php 4.2.1 as a mod to apache 2.0.39 on a redhat 7.3 system. I have compiled the apache with the --enable-mod=so switch and i have used the --with-apxs2=/www/bin/apxs switch as well but when i go to make install php i get teh following error

[PHP-INST] Apache 2.0.39

2002-07-22 Thread bob pilly
Hello im trying to install php 4.2.1 as a mod to apache 2.0.39 on a redhat 7.3 system. I have compiled the apache with the --enable-mod=so switch and i have used the --with-apxs2=/www/bin/apxs switch as well but when i go to make install php i get teh following error: php_functions.c:93:27: missi

[PHP-INST] Apache 2.0.39 and Php 4.2.1 (again.. probably)

2002-07-18 Thread ELSE MAGNI VASSVIK ROVIK
I've installed Apache 2.0.39 on Win 98 and it's up and running. I tried to install the exe file of php 4.2.1, but I got an error message saying that it couldn't configure Apache.. What is that all about?? I also tried to install the zip file, but I'm a newbie so you can probably imagine it going d

[PHP-INST] Apache 2.0.39 + PHP 4.3.0-dev won't run since PHP 4.3.0-Alpha 2?

2002-07-12 Thread Christian Stadler
Hi, I just tried to install the newest Snapshot of PHP 4.3.0-dev with my Apache 2.0.39 running on Win2k, but when I tried to start my Apache again, it crashed. After that I've tried to install the Alpha 2 of PHP 4.3.0 with no success crashing my Apache again. Then I've reinstalled the older Snaps

[PHP-INST] Apache 2.0.39 and PHP 4.2.1 almost got it....

2002-06-24 Thread thelupine
Hello all, I have been using the built in PHP v4.1something on Red Hat7.3 with applications like ACID and such. I've read around that I should uninstall those RPMs and recompile PHP v4.21 from source. So I uninstalled all the default Red Hat 7.3 PHP RPMs, and dloaded php-4.2.1.tar.gz and h

Re: [PHP-INST] apache 2.0.39 + php 4.2.1 - solution to php_functionproblem

2002-06-23 Thread Rasmus Lerdorf
It has been fixed for weeks. On Sun, 23 Jun 2002, jd wrote: > at line 93, sapi/apache2filter/php_functions.c: > > #if !MODULE_MAGIC_AT_LEAST(20020506,0) > ADD_STRING(boundary); > #endif > > compilation failed at this point for me with apache 2.0.39, > and apparently alot of oth

[PHP-INST] apache 2.0.39 + php 4.2.1 - solution to php_function problem

2002-06-23 Thread jd
at line 93, sapi/apache2filter/php_functions.c: #if !MODULE_MAGIC_AT_LEAST(20020506,0) ADD_STRING(boundary); #endif compilation failed at this point for me with apache 2.0.39, and apparently alot of other people are having the same troubles. gcc complains about a misplaced "!"