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

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

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

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

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\)
Did you install using ports/packages or your own compile under FreeBSD?? Timothy Hitchens (HiTCHO) Open Platform Consulting e-mail: [EMAIL PROTECTED] > -Original Message- > From: Martin DiViaio [mailto:[EMAIL PROTECTED]] > Sent: Monday, 13 January 2003 8:05 AM > To: [EMAIL PROTECTED] >

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

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

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 Install

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 > > > > OS:Windows 2000 > WS

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
You really didn't say what wasn't working... leaving alot of faith to the Fates I guess? I would guess your register_globals is off without even knowing the problem. Turn it on in php.ini and restart IIS services. Best, Matthew Kurowski - Original Message - From: "Serei Keo" <[EMAIL P

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

2002-04-01 Thread Jonathan Hilgeman
Hi Mark, So ANY php file does this, or just that install script you tried? You should have a few lines in your Apache configuration (httpd.conf) referring to PHP (just do a search for them in a text editor). Please copy-and-paste them here, along with the current full paths you are using for the

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

2002-03-05 Thread Shawn
I get this error after running this: ./configure --with-mysql --with-apxs=/nim_svr/u01/oracle/product/7.1.7/Apach e/Apache/bin/abxs configure: error: can not find source in . or .. I get that error no matter what the configure options are. I tried it with out options too. Any ideas? "T Chur

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
Shaun If apache is already installed that's okay. The important thing is to carefully read the information in the 'INSTALL' file where you unpacked PHP - particularly the bit about 'DSO' and testing whether your installation of the web server supports this. If all is okay then you can start you

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

2002-03-01 Thread jkaufman
As far as *I* know (your milage may vary) as long as Apache has mod so enabled (do a httpd -l, if it lists mod_so.o and...core.o) you should be able to compile php as a DSO (Dynamic module) using apxs. (See apache installation documentation for more information) A simple configure would be (for

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

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

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

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

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