[PHP-INST] Compiling Oracle support, error messages

2002-05-28 Thread Herbert Groot Jebbink
Hi, I'm porting a PHP application from Windows to Linux, the PHP script uses a Oracle server on a HP unix system and PHP.ini is configured to use the module php_oracle.dll (not phpoci8.dll) I can't get it to compile on Linux, the configure command works fine, the make command gives the next err

[PHP-INST] Problem..

2002-05-28 Thread PROGRAMACION
Hi, Caldera Linux 3.1.1 (i586) Apache 1.3.22-4 PHP 4.2.1 mysql-3.23.33-9 Informix SE 7.24 UC5 glibc 2.2 Informix cli SDK 730 UC3 I am getting the following error starting Apache after installing PHP: Syntax error on line 246 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libphp4.so in

[PHP-INST] Re: Compiling Oracle support, error messages

2002-05-28 Thread Herbert Groot Jebbink
Herbert Groot Jebbink wrote: > I think I need --with-oracle and not --with-oci8 because the Oracle > server is 7.3.4, if I replace --with-oracle with --with-oci8 then > I get the error message: > In file included from internal_functions.c:34: > /www/src/php-4.2.1/ext/oci8/php_oci8.h:52: oci.h

php-install Digest 28 May 2002 13:05:27 -0000 Issue 857

2002-05-28 Thread php-install-digest-help
php-install Digest 28 May 2002 13:05:27 - Issue 857 Topics (messages 7128 through 7135): Re: PHP with apache 1.3 7128 by: Peter 7130 by: Peter 7131 by: Phil Dibowitz 7135 by: Peter Re: what is bizon ? 7129 by: Jim Thome Compiling Oracle support, err

Re: [PHP-INST] PHP with apache 1.3

2002-05-28 Thread Peter
This file works: You are using the web browser. It is called php_test.htm and is called as the action on a button from a plain html page. Regards Peter Goggin - Original Message - From: "Phil Dibowitz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 4:49 PM Su

Re: [PHP-INST] PHP with apache 1.3

2002-05-28 Thread Ed Gorski
Your parser might be setup to run on .htm pages but you really should make sure that parser is setup correctlywhat server and version of php are you running? ed At 11:01 PM 5/28/2002 +1000, Peter wrote: >This file works: >$browser = getenv("HTTP_USER_AGENT"); >?> >You are using the web br

[PHP-INST] 4.6-PRE and 4.6-RC2 issues with mod_php4? (fwd)

2002-05-28 Thread Linh Pham
I was running a server with 4.6-PRE and had a working installation of Apache 1.3.24 and mod_php4-4.1.2. I wanted to upgrade to PHP 4.2.1 to fix some bugs in the older version, so I cvsup'd the Ports collection, and built mod_php4 with the following options: zlib, IMAP, XML, XLST, gettext, iconv an

[PHP-INST] 4.6-PRE and 4.6-RC2 issues with mod_php4? (fwd)

2002-05-28 Thread Linh Pham
I was running a server with 4.6-PRE and had a working installation of Apache 1.3.24 and mod_php4-4.1.2. I wanted to upgrade to PHP 4.2.1 to fix some bugs in the older version, so I cvsup'd the Ports collection, and built mod_php4 with the following options: zlib, IMAP, XML, XLST, gettext, iconv an

Re: [PHP-INST] PHP with apache 1.3

2002-05-28 Thread Phil Dibowitz
Peter wrote: > This file works: > $browser = getenv("HTTP_USER_AGENT"); > ?> > You are using the web browser. > > > It is called php_test.htm and is called as the action on a button from a > plain html page. Someone correct my if I'm wrong, but I think that's a bit of a fluke... if you wan

Re: [PHP-INST] PHP with apache 1.3

2002-05-28 Thread Ed Gorski
Depending on your configuration though you can very well have all the .htm files run through the PHP parser.. ed At 09:13 AM 5/28/2002 -0700, Phil Dibowitz wrote: >Peter wrote: > >>This file works: >>>$browser = getenv("HTTP_USER_AGENT"); >>?> >>You are using the web browser. >> >>It is called

[PHP-INST] Problemas con instalación de PHP

2002-05-28 Thread Abdel Chao Roselló
Hola, estoy tratanto de instalar PHP-4.1.2 como modulo en un servidor Windows 2000 con IIS-5 y todo funciona perfecto excepto que cuando reinicio el IIS para cargar las extensiones de PHP recibo un mensaje diciendo que no puede encontrarse la DLL (php_oci8.dll) porque no existe en la localización

[PHP-INST] config problems --with-ldap

2002-05-28 Thread Ian Miller
Everything with work fine until I try the --with ldap switch If I try --with-mcrypt with will not work with ldap I am using php 4.2.0 with solaris 8 with latest patches and gcc -3.0.1 and apache 2.0.36 tried php ver 4.2.1 same problem. Ian Miller BSD/IS-BMI Computing Sr. System Engineer Univer

[PHP-INST] Fwd: config problems --with-ldap

2002-05-28 Thread Ian Miller
>Date: Wed, 29 May 2002 01:21:51 -0500 >To: [EMAIL PROTECTED] >From: Ian Miller <[EMAIL PROTECTED]> >Subject: config problems --with-ldap > >Everything works fine ( when running the configure) until I try the >--with ldap switch If I try --with-mcrypt with ldap it will not work >and ldap wil

[PHP-INST] apache .... php .... XP .....

2002-05-28 Thread toby -
i managed to configure apache 1.3 but without php now im tryin to configue it with php 1. LoadModule php4_module modules/libphp4.so AddModule mod_php4.c i ve added this but get an error cant load the module it couldnt be found . 2. ScriptAlias /php/ "D:\WINDOW

[PHP-INST] Problem Installing php with oracle on Unixware 7

2002-05-28 Thread FAHIM K S
I am having a problem on installing php with oracle support on Unixware 7. I am using apache 1.3.14 on UnixWare 7.1, PHP 4.1.2 and oracle 8.1.5 I have installed oracle 8.1.5, apache 1.3.14 and PHP 4.1.2. I have performed the DSO installation of PHP But when I restarted apache it says: Syntax

php-install Digest 29 May 2002 06:58:58 -0000 Issue 858

2002-05-28 Thread php-install-digest-help
php-install Digest 29 May 2002 06:58:58 - Issue 858 Topics (messages 7136 through 7145): Re: PHP with apache 1.3 7136 by: Ed Gorski 7139 by: Phil Dibowitz 7140 by: Ed Gorski 4.6-PRE and 4.6-RC2 issues with mod_php4? (fwd) 7137 by: Linh Pham 7138 by: