php-install Digest 30 Apr 2002 06:27:15 -0000 Issue 811

2002-04-29 Thread php-install-digest-help
php-install Digest 30 Apr 2002 06:27:15 - Issue 811 Topics (messages 6775 through 6785): PHP 4.2.0 configure problems 6775 by: Joseph Carter Undefined references ? 6776 by: Sasa Ugrenovic Is Oracle 9i Supported? 6777 by: Yomi Odedeyi Re: Xitami Problem 677

[PHP-INST] WG: error while installing php4.1.2

2002-04-29 Thread Jobst, Harald
> There is an error while installing php4.1.2 on HP-UX 11.11 / gcc 3.0.2 in the >configure-phase. > Debug.log: > > CONFIGURE: './configure' '--with-apache=/opt/apache' '--with-oci8' >'--disable-libgcc' '--disable-mysql' > CC: gcc > CFLAGS: -g -O2 > CPPFLAGS: > CXX: >

[PHP-INST] error while installing php4.1.2

2002-04-29 Thread Jobst, Harald
There is an error while installing php4.1.2 on HP-UX 11.11 / gcc 3.0.2 in the configure-phase. Debug.log: CONFIGURE: './configure' '--with-apache=/opt/apache' '--with-oci8' '--disable-libgcc' '--disable-mysql' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES:

[PHP-INST] Re: Apache 2 ?

2002-04-29 Thread xirho
i want php support ;[ mommy! these guys are baad ;,o[ -- xirho http://www.xirho.org/ http://www.xorphor.com/ http://www.irridium.org/ travel. without movement. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] PHP 4.1.2, Apache 1.3.3 in Solaris 2.5

2002-04-29 Thread Julio Cesar
On Solaris 2.5, starting Apache I get this error: Both Apache and PHP compiled without errors and installed cleanly. The Error when starting Apache: Syntax error on line 26 of /usr/local/etc/apache/conf/httpd.conf: Cannot load /usr/local/etc/apache/libexec/libphp4.so into server: ld.so.1: /usr

[PHP-INST] Problem PHP 4.1.2, Apache 1.3.3 in Solaris 2.5

2002-04-29 Thread Julio Cesar
On Solaris 2.5, starting Apache I get this error: Both Apache and PHP compiled without errors and installed cleanly. The Error when starting Apache: Syntax error on line 26 of /usr/local/etc/apache/conf/httpd.conf: Cannot load /usr/local/etc/apache/libexec/libphp4.so into server: ld.so.1: /usr/

[PHP-INST] 400 Bad request error - Why?

2002-04-29 Thread Filip Sviza
Hello ! I need some help with Apache/PHP/Windows. After I've installed Apache 1.3.23 for Windows and PHP 4.1.1 for Windows and set up all the ScriptAliases and AddTypes, I started Apache.exe and there was no problem. But when I tried to load a PHP script into my browser, there appeared a 400 Bad

[PHP-INST] build problem on Solaris 2.8

2002-04-29 Thread David Knox
Hi, Platform -- Solaris 8 shell -- bash 2.05 compiler -- gcc 3.0.3 PHP version -- 4.2.0 MySQL version -- 3.23.45 configured with --with-mysql --with-apsx My PHP build is failing when it is running libtool on libmysql.c. It complains about global.h in ./ext/mysql/libmysql. The output follows this

[PHP-INST] Re: Xitami Problem

2002-04-29 Thread Matt DeWyer
Ok.. How do you recompile PHP in Windows 98? Matt Follow those directions and recompile? Bill On Sat, Apr 27, 2002 at 08:29:13PM -0700, Matt DeWyer wrote: > I am having a problem with Xitami and PHP. > When I try to run a .php script, I get the message: > > Security Alert! PHP CGI cannot be a

[PHP-INST] Is Oracle 9i Supported?

2002-04-29 Thread Yomi Odedeyi
Guys, Am trying to install PHP as a Dynamic Apache Module. Am using Solaris 2.7 with Apache, and the new Oracle 9i. I keep getting errors when I run the configure script. Does anyone know if Oracle 9i is supported?? Attached is my debug.log file and below is my environment. Any and all suggestion

[PHP-INST] Undefined references ?

2002-04-29 Thread Sasa Ugrenovic
Hi, I am new here.This is my first message. When i type make php i get folowing error: .libs/libphp4.so: undefined reference to `ap_user_id' .libs/libphp4.so: undefined reference to `ap_table_get' .libs/libphp4.so: undefined reference to `ap_update_mtime' .libs/libphp4.so: undefined reference to `

[PHP-INST] PHP 4.2.0 configure problems

2002-04-29 Thread Joseph Carter
| *** ATTENTION *** Something is likely to be messed up here, because the configure script was not able to detect a simple feature on your platform. This is often caused by incorrect configuration parameters. Pleasesee the file debug.log for error

php-install Digest 29 Apr 2002 18:20:50 -0000 Issue 810

2002-04-29 Thread php-install-digest-help
php-install Digest 29 Apr 2002 18:20:50 - Issue 810 Topics (messages 6768 through 6774): PHP error when starting Apache, Undefined symbol "pthread_getspecific", what's this??? 6768 by: Marcus Uddenhed PHP_SELF 6769 by: Scott McAnally 6770 by: Jim Thome 6771

[PHP-INST] PATH_TRANSLATED w/ apache 2.0 module?

2002-04-29 Thread Neulinger, Nathan
Is there any way to get PATH_TRANSLATED to work with the apache 2.0 filter like it does with the cgi? -- Nathan Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-48

[PHP-INST] Help compiling dynamically linked module

2002-04-29 Thread Lang, Jeff
I am trying to compile and run the tutorial, from the php documentation, on extending php. I am currently working in SunOS v5.7 with gcc version 2.95 19990728. I am running PHP 4.2.0 statically in Apache 1.3.24 I have copied the first_module.c file and I can compile it with the following c

[PHP-INST] Apache 2.0.35 and PHP 4.2

2002-04-29 Thread Brian Speck
I was wondering if the issue with dynamic modules within Apache was fixed with this version. I tried when it was 4.2RC3 and could not get the --with-apxs2 To work.. I was wondering if it was working now? Brian Speck -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-INST] PHP_SELF

2002-04-29 Thread LIMBOURG Arnaud
hello, it is probably because in 4.2 register globals are set to off by default. you have two choices: 1. do a search and replace on your scripts looking for $PHP_SELF and changing it to $_SERVER['PHP_SELF'] 2. assuming you use a common config file you can add $PHP_SELF = $_SERVER['PHP_SELF']

Re: [PHP-INST] PHP_SELF

2002-04-29 Thread Jim Thome
Scott-- The variable PHP_SELF requires the directive "register_globals" (automatically create variables) to be on, which it is by default in PHP < 4.2. For security reasons, enabling this directive IS NOT a good idea, and the default installation has been changed in PHP 4.2. For more informa

[PHP-INST] PHP_SELF

2002-04-29 Thread Scott McAnally
I am relatively new to PHP, but I have a problem that no one else has talk about, so I'm guessing it's something simple. I'm running PHP on WinXP (with IIS). I upgraded from PHP 4.1.2 to PHP 4.2, and now all of of my scripts that use the variable PHP_SELF do not work. Undefined variable. I figured

[PHP-INST] PHP error when starting Apache, Undefined symbol "pthread_getspecific", what's this???

2002-04-29 Thread Marcus Uddenhed
I get an error when i try to start Apache when i have made PHP as an module. The error says: Cannot load /websrv/progrs/apache2/modules/libphp4.so into server: /websrv/progrs/apache2/modules/libphp4.so: Undefined Symbol "pthread_getspecific" And Apache refuses to start. This is how i configure