[PHP-INST] PHP install problem on Apache2

2003-08-14 Thread Maciej Wiznerowicz
Hi, I tried to instal PHP on Apache2 (installed itself with./configure --enable-so ) and got the following error during make I am using MacOSX 10.2.6 Should I delete repetitive files? I would appreciate any help ld: warning multiple definitions of symbol _pcre_free ext/pcre/pcrelib/pcre.o defini

[PHP-INST] PHP install problem on Apache2

2003-08-09 Thread Maciej Wiznerowicz
Hi, I tried to instal PHP on Apache2 (installed itself with./configure --enable-so ) and got the following error during make I am using MacOSX 10.2.6 Should I delete repetitive files? I would appreciate any help ld: warning multiple definitions of symbol _pcre_free ext/pcre/pcrelib/pcre.o defini

Re: [PHP-INST] PHP Install Solaris 2.8 + Oracle

2003-07-02 Thread Charlie Smith
I've installed successfully on Solaris 2.8 + Oracle with following: ./configure --with-apache=../apache_1.3.27 --with-oci8=/path/to/oracle/9.0.1 --with-oracle=/path/to/oracle/9 .0.1 --with-mysql=/path/to/mysql Does this help? If your running a 32 bit compiler, you'll need to modify the Makefil

[PHP-INST] PHP Install Solaris 2.8 + Oracle

2003-06-25 Thread Steve Sherry
I'm having trouble getting PHP to build and install on a Solaris 2.8 platform. I can get php to build and run if I run ./configure --prefix=www --with-apxs=/www/bin/apxs When I run ./configure --prefix=www --with-apxs=/www/bin/apxs --with-oci8 I get the following error message Installing PEAR en

[PHP-INST] PHP install help gettext

2003-06-06 Thread Andrew Li
Hi, We are attempting to install PHP 4.3.2 on to windows XP using Apache as our web server. When we try to start apache, the Warning message appears: "Unkown(): Unable to load dynamic library 'c:\PHP\extensions\php_gettext.dll' - The specified module could not be found." We have not been able to

Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
Unfortunately not. I was hunting all over the internet and came upon this information in another posting area kind of like this one. I tried what was suggested, and it worked. At this point I quit worrying about it. If I find it again I will post it. Jacob Marble wrote: > This is > > version 4

Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
The msi file is all that is needed. It will write over anything that was there previously when you run it so don't worry about deleting the files there before. Acorn Tutors wrote: > Can anyone suggest how to install php on WinXP pro and make it work. Can > anyone help me with what extensions need

Re: [PHP-INST] PHP install problems

2003-04-12 Thread David Fleming
The latest version of PHP works on Windows XP (that is what I have). This is version 4.3.2RC1 (the one before it had a defective file that made me crazy for a week). I have Apache 1.3.22 as a server (which is free if you don't have it). Copy and modify the php.ini-recommended and rename it to php.i

[PHP-INST] PHP install problems

2003-04-12 Thread Acorn Tutors
Can anyone suggest how to install php on WinXP pro and make it work. Can anyone help me with what extensions need to be used (and how I would go about using them). All I want to do is get my browser (IE) to understand php files. I tried the manual install of PHP and I get errors instead of webpages

[PHP-INST] php install problem on solaris 2.6

2003-04-01 Thread joshua dern
banging my head against the wall here... have tried numerous time to build apache 1.3.27 and php 4.3.1 on a solaris 2.6 box with no success either as a DSO or static. i tried using the same exact method that was successful on one of my other solaris 2.6 boxes; however, resulted in a message fro

[PHP-INST] PHP install on Windows98 and PWS

2003-03-01 Thread Keith Engelhardt
I have installed PHP (using the install wizard and files from http://www.php.net/downloads.php and have the PWS virtual directory to set for Read, Execute, and Scripts access. PWS sever is runing and it runs other web content (both html and ASP) fine. But I get a HTTP 500 - Internal server error w

[PHP-INST] PHP INSTALL FILE MISSING

2003-02-22 Thread Charlie Deckert
I am trying install PHP and I get all the way through the (make) but when it comes to moving the php executable to my cgi dir, I can not find it anywhere. According to the docs it should get copied to the src dir. Any ideas? My servers environment is : FreeBSD 4.6-STABLE #13 Server API: Apache/1.

Re: [PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread John Brayton
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle. I get the same error. Also, check your apxs script against this page. http://us2.php.net/manual/en/faq.build.php#faq.build.apxs I had been building PHP as a static module, so I did not have an apxs script. But jus

Re: [PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread Jim Thome
Try it again using --with-oci8=/opt/oracle/product/9.0.1 , instead of Oracle. (if you have already defined ORACLE_HOME, just use --with-oci8.) Also, check your apxs script against this page. http://us2.php.net/manual/en/faq.build.php#faq.build.apxs -- Jim >>> John Brayton <[EMAIL PROTECTED]> 01

[PHP-INST] PHP Install Problem with Oracle 9 and Java

2003-01-22 Thread John Brayton
I am trying to compile PHP 4.2.3 with Apache 1.3.27, Oracle 9.0.1, and Java 1.4.1. I am doing this on Solaris 2.8. My call to "configure" is: ./configure --prefix=/home/export/brayton/php --with-apache=../apache_1.3.27 --with-oracle=/opt/oracle/product/9.0.1 --with-java=/opt/j2sdk1.4.1 The o

Re: [PHP-INST] php install problem (--with-gd)

2003-01-20 Thread toby -
hi chir i ve never worked with linux but heres a shot at ur problem 1. did u uncomment extension=php_gd.dll 2. u need two more liberaries jpeg and tiff get them 3. do --with-gd --with-jpeg-dir=C:\WINNT\system32\inetsrv\php\libjpeg --with-tiff-dir=C:\WINNT\system32\inetsrv\php\tiff change the C

[PHP-INST] php install problem (--with-gd)

2003-01-19 Thread Chris LaFrance
I'm having a problem building php-4.2.3 on RedHat Linux 7.2 with gd enabled... Here is the configure command I'm using. ./configure --prefix=/www3 --with-mysql --with-apxs=/www3/bin/apxs --enable- track-vars --with-gd=/usr/lib --enable-gd-native-ttf --with-jpeg-dir=/usr/li b --with-png-dir=/usr/li

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-13 Thread Martin DiViaio
D]>, > "'Timothy Hitchens (HiTCHO)'" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20 > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > You need to do a cvsup on yo

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Timothy Hitchens \(HiTCHO\)
[EMAIL PROTECTED]] > Sent: Monday, 13 January 2003 8:43 AM > To: Timothy Hitchens (HiTCHO) > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > > > > My own compile, both Apache and PHP. The ports

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Martin DiViaio
t;[EMAIL PROTECTED]>, [EMAIL PROTECTED] > X-Spam-Status: No, hits=-4.4 required=7.0 tests=IN_REP_TO version=2.20 > Subject: RE: [PHP-INST] PHP Install Problems W/FrontPage > > Did you install using ports/packages or your own compile under FreeBSD?? > > > Timothy Hitchens

RE: [PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Timothy Hitchens \(HiTCHO\)
IL PROTECTED] > Subject: [PHP-INST] PHP Install Problems W/FrontPage > > > > I'm running Apache 1.3.27 on FreeBSD 4.7 and I'm having > problems getting FrontPage and PHP working together. > > Basically, when I start Apache, I get an error from > mod_fron

[PHP-INST] PHP Install Problems W/FrontPage

2003-01-12 Thread Martin DiViaio
I'm running Apache 1.3.27 on FreeBSD 4.7 and I'm having problems getting FrontPage and PHP working together. Basically, when I start Apache, I get an error from mod_frontpage that it can't read the output of the random number command. This is ONLY when I enable PHP (as a DSO). When PHP is disable

[PHP-INST] php install on HPUX

2003-01-10 Thread Taylor Lewick
Hi all. I have apache 1.3.27 and php4.3.0 installed on my HP-UX machine. Now I want to load php into apache. So I ran the ./configure-status \ --activate-module=src/modules/php4/libmodphp4.a This worked fine. Then I ran gmake, and it works until the following... gcc -c ... mod_php4.c php_apac

[PHP-INST] PHP INSTALL ON PWS4

2003-01-07 Thread JReichnan
Hello, I wondered if you can help? I followed all of the instructions for loading PHP4 on a windows 98 machine running PWS4. When I try to run the test file (test.php) from the root directory of the local web. I get the error message below. I see by going through the bulletin board that it

[PHP-INST] PHP Install Problem on Cobalt RaQ3

2002-12-10 Thread City Online Communications
PHP install problem, please help. Attempting to use the instructions below to install PHP Install PHP4 Version -4.2.3 (1)cd /usr/local/src (2) wget http://www.php.net/do_download.php?download_file=php-4.2.3.tar.gz (3) tar -xzvf php-4.2.3.tar.gz (4) cd php-4.2.3 (5)

Re: [PHP-INST] php install problems

2002-11-05 Thread Michael Lougee
I think your Apache ./configure is missing a parameter in order to use php as a DSO, which it looks like your trying to do. Try ./configure --prefix=[path] --enable-module=so where [path] is where you want the apache installation to go. New at this, just a supposition, worked for me :). Mike

[PHP-INST] php install problems

2002-11-04 Thread Kalin Mintchev
hi all, after compiling php 4.2.3 for apache 2.0.43 i get this massages Syntax error on line 231 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: Undefined symbol "pthread_getspecific" the os is FreeBSD

[PHP-INST] php install as DSO, apache 1.3.14, Unixware 7.11

2002-11-04 Thread Andrew Gerstmayr
I've been trying to install PHP as a dynamic module with Apache 1.3.14. I've been following the instructions found in the INSTALL file, as well as numerous online documents. After editing httpd.conf with the appropriate 'LoadModule' line and 'AddType' lines, and restarting the apache server I get

[PHP-INST] PHP install problem, engine not parsing php files

2002-11-03 Thread M. Ben Nicolas
I have attempted to compile and install PHP using the 'Static' method described in the INSTALL file that comes with php php configured with: ./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache _1.3.22/ (make => make install) php.ini was copied to: /usr/local/lib/php.ini

RE: [PHP-INST] PHP install problem, engine not parsing php files

2002-10-27 Thread M. Ben Nicolas
r 23, 2002 5:24 AM To: M. Ben Nicolas Cc: John Coder; [EMAIL PROTECTED] Subject: RE: [PHP-INST] PHP install problem, engine not parsing php files If your trying to compile the PHP binary instead of building it into PHP, you need to drop the --with-apache line and add something like: --prefix=/

RE: [PHP-INST] PHP install problem, engine not parsing php files

2002-10-23 Thread Adam Voigt
php from the command line it's like nothing gets installed, > I wipe config.status too before I try to re-install > > -Original Message- > From: John Coder [mailto:jcoder@;insightbb.com] > Sent: Tuesday, October 22, 2002 1:40 PM > To: [EMAIL PROTECTED] > Subjec

RE: [PHP-INST] PHP install problem, engine not parsing php files

2002-10-22 Thread M. Ben Nicolas
tatus too before I try to re-install -Original Message- From: John Coder [mailto:jcoder@;insightbb.com] Sent: Tuesday, October 22, 2002 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-INST] PHP install problem, engine not parsing php files On Mon, 2002-10-21 at 22:45, M. Ben Nicolas wro

[PHP-INST] PHP install problem, engine not parsing php files

2002-10-21 Thread M. Ben Nicolas
I have attempted to compile and install PHP using the 'Static' method described in the INSTALL file that comes with php php configured with: ./configure --with-mysql --with-pgsql --with-apache=/usr/local/apache/apache _1.3.22/ php.ini was copied to: /usr/local/lib/php.ini I have un-commented in

[PHP-INST] PHP install question

2002-10-14 Thread Sean M Lentner
I got php with gettext, ldap, imap & mysql installed and running but I don't think I have PHP registered properly. On my RH linux box I can do a which php and get the location but on OpenBSD I just get which php php: Command not found. which ls /bin/ls any ideas? Also I can access test.php

[PHP-INST] PHP Install on Win2kPro + Apache 1.3.27 + PHP 4.2.3

2002-10-08 Thread MAX SALVIEJO
I have installed apache using MSI (microsoft installer). I have followed the documents on installing SAPI module for PHP, placing the phpts.dll on C:\WINNT\SYSTEM32. I then edited httpd.conf added the recommended three lines .. check the syntax on httpd.conf. looks ok restarted apache and tri

[PHP-INST] R: [PHP-INST] PHP Install on NT4 with Apache: Please Help!

2002-10-04 Thread Tarabusi,Attilio,MILANO,HQ
,MILANO,HQ > Cc: [EMAIL PROTECTED] > Oggetto: RE: [PHP-INST] PHP Install on NT4 with Apache: Please Help! > > Try in httpd.conf > > LoadModule php4_module C:/Php/sapi/php4apache2.dll > AddType application/x-httpd-php .php .phtml > > JMC > > -Message d

RE: [PHP-INST] PHP Install on NT4 with Apache: Please Help!

2002-10-04 Thread CROM Jean-Michel FTRD/DMI/REN
Try in httpd.conf LoadModule php4_module C:/Php/sapi/php4apache2.dll AddType application/x-httpd-php .php .phtml JMC -Message d'origine- De : Tarabusi,Attilio,MILANO,HQ [mailto:[EMAIL PROTECTED]] Envoye : vendredi 4 octobre 2002 15:41 A : [EMAIL PROTECTED] Objet : [PHP-INST

[PHP-INST] PHP Install on NT4 with Apache: Please Help!

2002-10-04 Thread Tarabusi,Attilio,MILANO,HQ
Hi there guys, i'm struggling with Php 4.2.3 installation. I'm stuck in the Php configuration. Well, first of all: Apache 2.0 is running fine (the installation went smoothly and if i connect to localhost the welcome page comes up). Php installation was succesfull too. I copied all the requested D

RE: [PHP-INST] PHP Install

2002-09-16 Thread Peter Houchin
yeah & what do u need help with? that don't tell us anything try looking at the manual > -Original Message- > From: Ajit Muduli [mailto:[EMAIL PROTECTED]] > Sent: Monday, 16 September 2002 10:13 PM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] PHP Install

[PHP-INST] PHP Install

2002-08-14 Thread Conor Casey
I've been trying a dynamic install of version 4.2.2 of PHP on one of my Solaris systems and I've been having problems. When i do a make install i get the following :- root$ make install Making install in Zend Making install in main Making install in ext Making install in ctype Making install in m

[PHP-INST] php-install

2002-07-23 Thread David Pottier
Subscribe php-install [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Php-Install on AIX 4.3

2002-07-23 Thread Ajith Hewagamage
I need a help to Install PHP on AIX 4.3 and Apache 1.3.26. PHP ver : 4.2.1 Apache ver : 1.3.26 AIX: 4.3 When I try to run " make" command it gives errors on "pcre.c" .some C files. Does anybody knows why this happen ? Aj. --

[PHP-INST] PHP Install

2002-07-22 Thread James
Syntax error on line 205 of /www/conf/httpd.conf: Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so: Undefined symbol "compiler_globals_id" ./apachectl start: httpd could not be started I can't figure out what i did wrong -- PHP Install Mailing List (http://www.php.net/)

Re: [PHP-INST] php install

2002-07-19 Thread toby -
try replacing double qoutes with single qoutes thru ur form :S might work . good luck toby _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP Install Mailing List (http://www.php

Re: [PHP-INST] php install

2002-07-17 Thread Matthew Kurowski
ei Keo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 1:28 AM Subject: [PHP-INST] php install I'm sure I have a problem with my server, I'm using IIS on win2k and I'm having problems with forms, just a basic input to a form, then sendi

[PHP-INST] php install

2002-07-16 Thread Serei Keo
I'm sure I have a problem with my server, I'm using IIS on win2k and I'm having problems with forms, just a basic input to a form, then sending the info to a php script to output the input. The same script DOES work on an apache server, but it doesnt work on my IIS server. I can do other thin

[PHP-INST] php install in win32 - GD-library & Zlib ?

2002-06-24 Thread Septic Flesh
Where can I get the GD library for the latest php version ? and the Zlib ? I went to the websites and they provide the source code...(which I successfully installed in a linux box). but I need the (dlls) for win2k how do i get them ? There is a gd32s.dll in the dlls directory . .is that one

[PHP-INST] PHP install with mysql

2002-05-26 Thread Mike Lee
Hi every one, I have installed RedHat 7.2 and now would like to install PHP 4.2.0 with mySQL support. I can not execute such a command: [root@xerius php-4.2.0]# ./configure --with-mysql=/usr/src/mysql/mysql-3.23.49a-pc-linux-gnu-i686/include where /usr/src/mysql/mysql-3.23.49a-pc-linux-gnu-i6

[PHP-INST] php install problem

2002-04-19 Thread michael mcneice
Hi Seem to be having the same problem as most but could'nt see any solution info of the mailing lists/archive. on running the PHP script get: Security Alert! PHP CGI cannot be accessed directly. etc *

[PHP-INST] php install problem

2002-04-09 Thread Yao Minfeng
Dear friends, I'm running RedHat 7.2, Apache 1.3.24 and PHP4. However, after I follow each instruction in the INSTALL file, the Apache server still can't recognize the .php file, ( .html files are OK). The compiling process is all right except I can't: LoadModule php4_module libexec/libph

RE: [PHP-INST] PHP install on Apache win XP

2002-04-01 Thread Jonathan Hilgeman
Apache and PHP files. - Jonathan -Original Message- From: Mark Knapcik [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 12:48 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP install on Apache win XP Iv'e been trying to install php on my machine, which already has apach

[PHP-INST] PHP install on Apache win 2000 Pro

2002-03-30 Thread John D . Wiles
Can anyone assist me with this strange problem? After installing PHP on my WIndows 2000 Pro machine with Apache web server, when I run the suggested "test" program: at http://127.0.0.1/test.php the expected "phpinfo" page is displayed in beautiful html. However, the following script will no

[PHP-INST] PHP install on Apache win XP

2002-03-30 Thread Mark Knapcik
Iv'e been trying to install php on my machine, which already has apache and mysql successfully installed. I did all the instructions in the install file that pertained to my configuration, and when I got to access and install script for a forum so that it can put tables in the mysql db, IE askes

Re: [PHP-INST] PHP install when apache already installed

2002-03-05 Thread Shawn
> good luck > > > Tom Churchward > Red Logic > Oracle Support Specialists > > Tel: +44 (0) 161 831 9860 > Fax: +44 (0) 161 831 9713 > E-mail: [EMAIL PROTECTED] > Web: www.redlogic.co.uk > > > -Original Message----- > From: Shawn [mailto:[EMAIL PROTECTED]]

Re: [PHP-INST] php install when apache already installed

2002-03-01 Thread jkaufman
Well let me know if you can get it to work, as that's something I've been interested in. Jonathan Kaufman - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The in

RE: [PHP-INST] PHP install when apache already installed

2002-03-01 Thread T Churchward
E-mail: [EMAIL PROTECTED] Web: www.redlogic.co.uk -Original Message- From: Shawn [mailto:[EMAIL PROTECTED]] Sent: 28 February 2002 20:20 To: [EMAIL PROTECTED] Subject: [PHP-INST] php install when apache already installed I need to have PHP installed on a AIX 4.3.3 machine that already has apache in

Re: [PHP-INST] php install when apache already installed

2002-03-01 Thread jkaufman
ich I will be monitoring)... Hope this helps Jonathan Kaufman "Shawn" <[EMAIL PROTECTED]> on 02/28/2002 02:19:42 PM Please respond to "Shawn" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: [PHP-INST] php install when apache already installed I need

[PHP-INST] php install when apache already installed

2002-02-28 Thread Shawn
I need to have PHP installed on a AIX 4.3.3 machine that already has apache installed 1.3.20 I believe. the instructions for PHP's website for installing as a module seem to assume that you are installing apache at the same time. Do I have to re-compile and install apache to run PHP as a module?

[PHP-INST] [PHP] install error (NS + PHP + UNIX) !

2002-02-01 Thread Sang-Kyu Ahn
Hi everyone ! I try to install PHP in the following environment. O/S : solaris 2.7 PHP version : 4.0.6 Web Server : Nestscape Enterprise 3.6 But, I have some problems in installing PHP4. I referenced the following document fully. http://benoit.noss.free.fr/php/install

[PHP-INST] [PHP] install error (NS + PHP + UNIX) !

2002-01-31 Thread Sang-Kyu Ahn
Hi everyone ! I try to install PHP in the following environment. O/S : solaris 2.7 PHP version : 4.0.6 Web Server : Nestscape Enterprise 3.6 But, I have some problems in installing PHP4. I referenced the following document fully. http://benoit.noss.free.fr/php/install

[PHP-INST] php-install-unsubscribe@lists.php.net

2002-01-15 Thread John Edward Molano
-Mensaje original- De: Marc Gervais [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 15 de Enero de 2002 07:32 a.m. Para: [EMAIL PROTECTED] Asunto: [PHP-INST] Help please installing PHP on NetWare6 with Oracle 8i Need explication on how to install PHP on a NetWare 6 server (with Apache)

[PHP-INST] PHP Install with Apache failure

2002-01-12 Thread Dave Kingsella
I have installed PHP on my machine with Apache Web Server.  When I run a test script my browser output is blank and it logs an error in the Apache Error Log that says:     [Sat Jan 12 21:07:11 2002] [error] [client 4.33.168.218] Premature end of script headers: c:/php4win/php.exe   I have te

[PHP-INST] php install on mips processor

2002-01-11 Thread dog
I have compiled apache 1.3.22 on a cobalt raq2 and then tried to compile php 4.0.6. both ran through the configure make make install with no problems. but when i try to server a .php file with apache i get "document contained no data" error message. here is the ./configure for apache and php .

[PHP-INST] PHP install on Darwin/Mac OS X

2001-12-07 Thread Sam Schenkman-Moore
Hello, I'm trying to install php onto Darwin (Mac OS 10.1). I want to use the --with-ftp option so that rules out most preconfigured binaries. I have used the instructions at http://www.entropy.ch/software/macosx/php/ to help me and I have come up with this set of commands: setenv CC 'cc -flat

Re: [PHP-INST] PHP install w/MySQL difference question

2001-11-27 Thread Erik Price
Well, I just went ahead and did it without specifying a /path/to/dir: pushd apache_mod_php-6-2 ./configure --with-xml --with-zlib --with-apxs=/usr/sbin/apxs --with-mysql (configure exited fine, but gave me the warning that I was using PHP's built-in MySQL library and that later modules added wo

[PHP-INST] PHP install w/MySQL difference question

2001-11-27 Thread Erik Price
> Hello, > > [The contents of this email contain quite an annoying amount of output > from the command line, but please note that I have deleted most of the > unnecessary output and tried to comment the parts that I felt were > necessary.] > > I am curious as to what the difference will be i

[PHP-INST] php install problem?

2001-11-16 Thread Chris Dorr
I've just installed, manually, php 4.0.5 and apache 1.3.22 on a RH 7.2 box. Php does work fine, however it is not able to access the mysql stuff that I installed. I first was using the PEAR modules and thought something was wrong with PEAR, but thought I'd better try the regular mysql_connec

[PHP-INST] PHP Install, I Have a Problem

2001-10-29 Thread saryono hs
I have installed PHP on IIS are running PHP as CGI and I tested with phpinfo() that running...but how to use Oracle(OCI8i) Functions... where I have assigned : In PHP.INI extensions_dir=c:\php\ extensions=php_oci8.dll Thank's __ Do You Yahoo!? Mak

[PHP-INST] php install and setup questions

2001-09-25 Thread brain_damaged
Hello, Installing,setup and configuring PHP to run on a Freebsd 4.3 machine. I am new to all of this. I bought enough books on all of them plus apache and mysql to wipe out 10 acres of rain forest. I have started but have overwhelemed myself. I have installed apache 1.3.19, freebsd 4.3, mysql 3

[PHP-INST] PHP Install Problems Galore!

2001-09-15 Thread James Cayz
Hi All, I seem to be having a *real* bad day, and I'm hoping someone out here can figure out what is going on. BACKGROUND: I'm a NEWBIE to php, but I've been running apache for quite a while, and IMAP (Uw) as well. I am looking to put a web email interface up, and it appears almost all of them

[PHP-INST] php-install 님의 작은관심이 큰힘이됩니다.

2001-09-09 Thread 장덕수
¾Ë¸²ÆÇ-°¡¸ÍÁ¡ Ȥ½Ã! ÀÌ ¾ÆÀ̸¦ º»ÀûÀÌ ÀÖ³ª¿ä? ¼º ¸í : ÃÖÁ¤À± ¼º º° : ¿© ½Å Àå : 110 Cm µÎ ¹ß : Çϳª·Î ¹­Àº Àå¹ß »ó ÀÇ : Çϴûö Ƽ¼ÅÃ÷ ÇÏ ÀÇ : Çϴûö ¹Ý¹ÙÁö ½Å ¹ß : Çϴûö »÷µé ½ÅüƯ¡ : Çϴûö ¸ðÀÚ Âø¿ëÇÔ ¹ß»ýÀÏÀÚ : 2001-0

Re: [PHP-INST] php install - file download box

2001-08-06 Thread Farawak
Sorry I made a mistake here! The entries are in fact in the httpd.conf file and not the php.ini "Phil Driscoll" <[EMAIL PROTECTED]> wrote in message 01080612552009.15407@linux">news:01080612552009.15407@linux... > On Monday 06 August 2001 11:14, Farawak wrote: > > I am using Apache server 1.3.20

Re: [PHP-INST] php install - file download box

2001-08-06 Thread Phil Driscoll
On Monday 06 August 2001 11:14, Farawak wrote: > I am using Apache server 1.3.20 on a NT4 box with php-4.0.5. Apache server > starts but when i try to go the test.php through a web browser i get > prompted with the download this file box when i should be getting the page. > I know this has to do w

[PHP-INST] php install - file download box

2001-08-06 Thread Farawak
Hi, I am using Apache server 1.3.20 on a NT4 box with php-4.0.5. Apache server starts but when i try to go the test.php through a web browser i get prompted with the download this file box when i should be getting the page. I know this has to do with file association in the php.ini file. I have

Re: [PHP-INST] PHP Install Fail: IIS5 - W2K ADV

2001-07-30 Thread Phil Driscoll
On Monday 30 July 2001 13:22, Nic Skitt wrote: > I am having problems installing the ISAPI version of PHP. I am using the > latest release from php.net. You are strongly advised in the install.txt file that the ISAPI module is unstable. The 'invalid access to memory location' error is one manife

[PHP-INST] PHP Install Fail: IIS5 - W2K ADV

2001-07-30 Thread Nic Skitt
Hi all, I am having problems installing the ISAPI version of PHP. I am using the latest release from php.net. I unzip the files to c:\php4 I then copy the dll's as instructed to my system32 on c:\winnt I then copy the PHP.INI to c:\winnt\ and specify the location of the extensions. I then con

Re: [PHP-INST] PHP Install

2001-07-09 Thread Roger Ramirez
- Original Message - From: "Andrew Apold" <[EMAIL PROTECTED]> > At 05:46 PM 7/8/01 -0700, Bob Luhouse wrote: > >I have installed MySQL, Apache, and PHP. When I run > >the phtml file from Netscape Navigator, I get the text > > instead of the phpinf function output. > > um... isn't that p

Re: [PHP-INST] PHP Install

2001-07-08 Thread Andrew Apold
At 05:46 PM 7/8/01 -0700, Bob Luhouse wrote: >I have installed MySQL, Apache, and PHP. When I run >the phtml file from Netscape Navigator, I get the text > instead of the phpinf function output. um... isn't that phpinfo? regardless, even if it were you should get a php error not straight text i

[PHP-INST] PHP Install

2001-07-08 Thread Bob Luhouse
I have installed MySQL, Apache, and PHP. When I run the phtml file from Netscape Navigator, I get the text instead of the phpinf function output. When I run the .php file from Netscape Navigator, I get an error message that says PS10.EXE is not found. It is a Print Shop Deluxe executable. When I

[PHP-INST] [PHP-INSTALL]

2001-06-30 Thread Martin Schmidt
Hi, I am just starting with PHP, I installed the new version on my Suse 7.1 with apache 1.3.14, because I need a tool for accessing databases (Informix/Oracle). Everything seemed fine, until I tried to start apache, it told me: Cannot load /usr/lib/apache/libphp4.so into server: shared object

RE: [PHP-INST] PHP install on to Apache problem.

2001-06-22 Thread Srimoungchanh, Kou
Thanks.. Kou -Original Message- From: Jani Taskinen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 11:43 AM To: Srimoungchanh, Kou Cc: '[EMAIL PROTECTED]' Subject: Re: [PHP-INST] PHP install on to Apache problem. Do not use 'apachectl restart' use 'a

Re: [PHP-INST] PHP install on to Apache problem.

2001-06-22 Thread Jani Taskinen
Do not use 'apachectl restart' use 'apachectl stop ; apachectl start' instead. --Jani On Thu, 21 Jun 2001, Srimoungchanh, Kou wrote: >Hello all, > >I tried to install Mysql, which installed fine. Then I tried to install >PHP4, but when I tried to restart the apache server, it fails. > >I am

[PHP-INST] PHP install on to Apache problem.

2001-06-21 Thread Srimoungchanh, Kou
Hello all, I tried to install Mysql, which installed fine. Then I tried to install PHP4, but when I tried to restart the apache server, it fails. I am running ROCK Linux 1.2 Webmin 0.84 here is the command I used during my PHP4 install: I downloaded "mysql-3.23.39-pc-linux-gnu-i686.tar.gz "th

[PHP-INST] PHP Install Error

2001-02-18 Thread Neil Gray
When installing PHP 4.0 on my Linux server running slackware, I get the following error: CONFIGURE: './configure' '--with-mysql=/usr/local/mysql-3.23.32-pc-linux-gnu-i686/' '--with-apxs=/var/lib/apache/sbin/apxs' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES: -I/var/lib/apache/inc

[PHP-INST] PHP install problem with Oracle IAS on NT

2001-02-16 Thread Charlie Wong
I'm trying to get PHP 4.04 running under Oracle IAS. IAS comes with Apache 1.3 built in as it's web server. I downloaded php 4.04 from PHP.net and installed it as per the instructions, but when I restarted Apache, it gave me the following error: "[warn] loaded DSP c:/php/sapi/php4apache.dll uses