Re: [PHP] Installing PHP

2011-09-20 Thread Lester Caine
Mateus Almeida wrote: Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't work. Every time I try to run a test I receive the message "Not Found The requested URL /php/php-cgi.exe/test.php was not found on this server." OR (when I try to change some options) "Forbidden You

Re: [PHP] Installing PHP

2011-09-20 Thread Bastien
On 2011-09-19, at 5:32 PM, "Mateus Almeida" wrote: > Hello, I'm newbie and I'm trying to install PHP with Apache, but it doesn't > work. > > Every time I try to run a test I receive the message "Not Found The > requested URL /php/php-cgi.exe/test.php was not found on this server." OR > (when

Re: [PHP] Installing PHP

2011-07-04 Thread Chris Stinemetz
On Mon, Jul 4, 2011 at 8:13 AM, Alejandro Michelin Salomon (Hotmail) wrote: > Jim: > In my Windows the install adds the lines : > > #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL > PHPIniDir "C:\PHP\" > LoadModule php5_module "C:\PHP\php5apache2_2.dll" > > AddHandler application/x-httpd-php

Re: [PHP] Installing PHP

2011-07-04 Thread Richard Quadling
On 4 July 2011 13:39, Jim Giner wrote: > Hi all, > (Hopefully I posted this in a place that can/will help me) > > I got curious about running php / apache on my own laptop in order to help > my devl process, instead of writing, uploading and testing on my site. > > Found a nice pair of docs from "

Re: [PHP] installing php 5 with pdflib

2009-01-14 Thread Frank Arensmeier
13 jan 2009 kl. 22.38 skrev Merlin Morgenstern: Hi there, I am still facing trouble with pdflib and php 5. After hours of research I found that I do have to install the pecl package. So I decided to compile it into php staticly like described here: http://www.php-resource.de/handbuch/insta

Re: [PHP] installing php 5 with pdflib

2009-01-13 Thread Ashley Sheridan
On Tue, 2009-01-13 at 16:58 -0500, Bastien Koert wrote: > On Tue, Jan 13, 2009 at 4:38 PM, Merlin Morgenstern > wrote: > > > Hi there, > > > > I am still facing trouble with pdflib and php 5. After hours of research I > > found that I do have to install the pecl package. So I decided to compile i

Re: [PHP] installing php 5 with pdflib

2009-01-13 Thread Bastien Koert
On Tue, Jan 13, 2009 at 4:38 PM, Merlin Morgenstern wrote: > Hi there, > > I am still facing trouble with pdflib and php 5. After hours of research I > found that I do have to install the pecl package. So I decided to compile it > into php staticly like described here: > http://www.php-resource.de

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! Consider using Macports (http://www.macports.org/) to install it. After installing macports onto your computer, do this in the terminal: I ma using Macports, but it currently doesn't support PHP 5.3. // This will give you the available variants (I think) port info php5 To list package

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-17 Thread Gergely Hodicska
Hi! http://www.phpmac.com/ This project seems dead. Best Regards, Felhő -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] installing PHP 5.3 on MAC with mysqlnd support

2007-11-15 Thread Philip Thompson
On Nov 15, 2007 10:00 AM, Hodicska Gergely <[EMAIL PROTECTED]> wrote: > Hi! > > > Can somebody give me some guideline how to install PHP 5.3 to a Mac > (intel based) with mysqlnd support? > > TIA! > > > Best Regards, > Felhő Consider using Macports (http://www.macports.org/) to install it. Afte

Re: [PHP] installing php 5.2.1

2007-03-29 Thread Juergen Wind
maybe this helps: http://de.php.net/manual/en/install.windows.php#install.windows.installer.msi you can extract missing extensions from the php zip distribution. -- View this message in context: http://www.nabble.com/installing-php-5.2.1-tf3484942.html#a9729753 Sent from the PHP - General mailin

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Edward Vermillion
o: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: "php Lists" Sent: Monday, March 12, 2007 6:27 PM Subject: Re: [PHP] Installing php and mysql on linux You've either got path problems or up2date is not installed. That's what 'command not found' means, it

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
) a php-mysql rpm? - Original Message - From: "Edward Vermillion" <[EMAIL PROTECTED]> To: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: "php Lists" Sent: Monday, March 12, 2007 6:27 PM Subject: Re: [PHP] Installing php and mysql on linux You

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Edward Vermillion
r Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018 Email: [EMAIL PROTECTED] Web: http://www.estrintech.com ----- Original Message - From: "Brad Bonkoski" <[EMAIL PROTECTED]> To: "Jona

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Alberto Ferrer
-- >> Systems Developer >> Estrin Technologies, inc. >> 1375 Broadway, 3rd Floor, New York, NY, 10018 >> ---------------- >> Email: [EMAIL PROTECTED] >> Web: http://www.es

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
CTED] Web: http://www.estrintech.com - Original Message - From: "Brad Bonkoski" <[EMAIL PROTECTED]> To: "Jonathan Kahan" <[EMAIL PROTECTED]> Cc: Sent: Monday, March 12, 2007 4:30 PM Subject: Re: [PHP] Installing php and mysql on linux I think up2date is *

RE: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jim Moseby
> I am attempting to start the mysql rpm in Red hat as a first > step prior to > downloading and activating the php-mysql rpm. I was > attempting to follow > steps based on the link below. the php rpm is loaded and > activated as I have > been able to execute php scripts. When I attempt to fo

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Brad Bonkoski
I think up2date is *not* up2date ;-) Google for 'yum' and all its flags for usage... -B Jonathan Kahan wrote: Hi all, I am attempting to start the mysql rpm in Red hat as a first step prior to downloading and activating the php-mysql rpm. I was attempting to follow steps based on the link be

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Richard Lynch
On Thu, February 16, 2006 3:46 am, Olaf Greve wrote: >> I have been developing a php website. I have been ftping my php web >> pages to a webserver and that works hkowever I don't have an error >> log >> on the webserver. So I downloaded apache 2.0.55. I am doing a >> manual installation and I

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Richard Lynch
On Wed, February 15, 2006 10:43 pm, Paul Goepfert wrote: > I have been developing a php website. I have been ftping my php web > pages to a webserver and that works hkowever I don't have an error log > on the webserver. If you want Apache error logs, you can just configure Apache to generate them

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Kim Christensen
On 2/16/06, Olaf Greve <[EMAIL PROTECTED]> wrote: > Under Windows it didn't use to be necessary to make Apache explicitly > point to the ini file (at least: for all Apache 1.3.x versions). Rather, > the trick used to be to simply place the php.ini file somewhere in the > path that has been set for

Re: [PHP] installing php 4.4.2 on windows system

2006-02-16 Thread Olaf Greve
Hi Paul, I have been developing a php website. I have been ftping my php web pages to a webserver and that works hkowever I don't have an error log on the webserver. So I downloaded apache 2.0.55. I am doing a manual installation and I am at the point where it tells me where to place the php

Re: [PHP] installing php on 2 apache server

2005-02-07 Thread Stephane Parenton
John Nichel wrote: Stephane Parenton wrote: John Nichel wrote: Just install the second version of Apache in a different location (--prefix=/path/to/other/location), and run it on a different port (the listen directive in the httpd.conf) Well, this is ok to have 2 seperate httpd, but what i need

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread John Nichel
Stephane Parenton wrote: John Nichel wrote: Just install the second version of Apache in a different location (--prefix=/path/to/other/location), and run it on a different port (the listen directive in the httpd.conf) Well, this is ok to have 2 seperate httpd, but what i need, and that was not

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread Stephane Parenton
John Nichel wrote: Stephane Parenton wrote: Hi everyone, I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...) I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apa

Re: [PHP] installing php on 2 apache server

2005-02-06 Thread John Nichel
Stephane Parenton wrote: Hi everyone, I've looked at google and the archive, but did not found an accurate answer, so here's my question (that is certainly common though...) I have one mdk 10.1 box that has 1 apache server 1.3.x. Now i want this apache to be the production apache server and i ne

Re: [PHP] Installing PHP 4.3 on Windows XP with SP2 and IIS

2004-12-29 Thread GH
Well actually it now works just took a bit of rest and relaxing :) On Wed, 29 Dec 2004 22:18:25 +, Richard Davey <[EMAIL PROTECTED]> wrote: > Hello GH, > > Wednesday, December 29, 2004, 9:22:08 PM, you wrote: > > G> anyone have advice --- please dont tell me to get Apache :-P > > You'd

Re: [PHP] Installing PHP 4.3 on Windows XP with SP2 and IIS

2004-12-29 Thread Richard Davey
Hello GH, Wednesday, December 29, 2004, 9:22:08 PM, you wrote: G> anyone have advice --- please dont tell me to get Apache :-P You'd have none of these issues if you did. Apache even has a pretty installer. Best regards, Richard Davey -- http://www.launchcode.co.uk - PHP Development Services

Re: [PHP] installing php 5.02 and Apache 2

2004-12-06 Thread Jason Wong
On Monday 06 December 2004 21:31, Octavian Rasnita wrote: > I have installed Apache 2 under Fedora Core 2 and now I would like to > install PHP 5.02 as a server module. > > I have downloaded and unpacked PHP 5.02, and I think that I need to run > ./configure now but I don't know which parameters I

Re: [PHP] Installing PHP 5.0.2 on Fedora Core 2

2004-10-13 Thread Greg Donald
On Wed, 13 Oct 2004 15:55:46 -0400, Don <[EMAIL PROTECTED]> wrote: > I'm getting an error trying to install PHP 5.0.2 on a fresh Fedora Core 2 > installation: > > "Sorry, I cannot run apxs > apxs was not found" > > I verified this by searching the drive, it is not there. Is Apache > installed by

Re: [PHP] installing php with pdflib

2004-02-06 Thread merlin
thanx guys, that has worked perfectly! Cheers, Merlin John Nichel schrieb: merlin wrote: Hi Jason, I just need 3.x since this is the version on my live server. However, I cant find any 4.x or 3.x version of pdflib on pdflib.com there is a free version called pdflib lite. Pdflib 5.x costs

Re: [PHP] installing php with pdflib

2004-02-06 Thread John Nichel
merlin wrote: Hi Jason, I just need 3.x since this is the version on my live server. However, I cant find any 4.x or 3.x version of pdflib on pdflib.com there is a free version called pdflib lite. Pdflib 5.x costs over 400$. I do not need 5.x, just basic pdf generating. Can you point me to a d

Re: [PHP] installing php with pdflib

2004-02-06 Thread merlin
Hi Jason, I just need 3.x since this is the version on my live server. However, I cant find any 4.x or 3.x version of pdflib on pdflib.com there is a free version called pdflib lite. Pdflib 5.x costs over 400$. I do not need 5.x, just basic pdf generating. Can you point me to a download place

Re: [PHP] installing php with pdflib

2004-02-06 Thread Jason Wong
On Friday 06 February 2004 23:51, merlin wrote: > Somehow I can't figure out how I installed php with pdflib. It is > perfectly running on my live system. > > I tryed to just copy the files from the other server and run -- > with-pdflib like in the other config command, but it did not work out. >

RE: [PHP] Installing PHP on 2nd Windows Drive

2004-01-14 Thread Warren Vail
There is only one port 80 (the port used by your browser by default to connect to apache), choose a different port for the second instance, and you should be ok, but all url's will have to have a non-standard port number. Same is true for MySQL (different port number, but same conflict). Configure

Re: [PHP] Installing PHP on HP

2003-11-14 Thread Chris Shiflett
--- Christopher Weaver <[EMAIL PROTECTED]> wrote: > For learning purposes, can I install and run PHP on my XP Home Edition > machine? If not that, how about an NT 4.0 Workstation? Yes, there is even a Windows mailing list. http://www.php.net/mailing-lists.php http://marc.theaimsgroup.com/?l=php-w

Re: [PHP] installing php onto xitami, HELP!

2003-10-29 Thread Phil Driscoll
On Tuesday 28 October 2003 17:59, Paul Vinten wrote: > when trying to access a php file, I just get a 'cannot find server' message > from my browser. I don't have Windows or Xitami so I'm far from being an expert, but it sounds like Xitami is not actually running or you have a DNS lookup failure.

Re: [PHP] Installing PHP on XP

2003-10-09 Thread Burhan Khalid
Rinal Patel wrote: Hello I am trying to install PHP on my personal computer, which runs Microsoft XP, but have had trouble installing it. I have an apache server(it came with the oracle database I installed). Could you please help me? I would appreciate a quick response Rinal : This is my c

RE: [PHP] Installing PHP on XP

2003-10-09 Thread Fernando Melo
Are you installing the CGI or the ISAPI? -Original Message- From: Rinal Patel [mailto:[EMAIL PROTECTED] Sent: 09 October 2003 05:06 To: [EMAIL PROTECTED] Subject: [PHP] Installing PHP on XP Hello I am trying to install PHP on my personal computer, which runs Microsoft XP, but have had

RE: [PHP] Installing PHP on XP

2003-10-09 Thread Jonathan Wilkes
I wrote a simple guide to doing this under Windows 2000 and it should be roughly the same under XP. You can find it on www.xfcpro.com under the Library section, can't remember the name of the article though.. regards, Jonathan -Original Message- From: Rinal Patel [mailto:[EMAIL PROTECT

RE: [PHP] Installing Php with Apache on Solaris

2003-10-01 Thread Ray Hunter
You build apache with php statically linked instead of dynamically linked. Check the apache documentation on statically linking apache and php (module). I would venture to say that oracle libraries should not be shipped. They are proprietary code and the user needs to install them. Your oracle li

Re: [PHP] Installing Php with Apache on Solaris

2003-10-01 Thread Ray Hunter
What you would want to do is build apache + php together with all the libraries built into it. Unless you want the user to install the libraries seperate. I have done this in the past however, you file is going to be HUGE. Basically you have a file with everything that it needs in it and does not

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-10 Thread Marek Kilimajer
As mysql is from an rpm, I bet it is in /usr, so use --with-mysql=/usr Also make sure mysql-devel rpm is installed. Mark McCulligh wrote: I am trying to ./configure PHP 4.3.3 on a system that already has MySQL 4.0.14 on it. In the configure line --with-mysql=/path/to/mysql were is the path for RPM

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Brad Pauly
Mark McCulligh wrote: when I compiled with --with-mysql only, phpinfo() said: Client API version: 3.23.49 I will recompile PHP with --with-mysql-sock instead. I don't think this will change the client version. It is my understanding that this will just tell the client to look in a specific place

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Mark McCulligh
Ok, when I compiled with --with-mysql only, phpinfo() said: Client API version: 3.23.49 I will recompile PHP with --with-mysql-sock instead. I want to make sure PHP is using the right MySQL Client version. Thanks, Mark. "Ray Hunter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Ray Hunter
mark, from what i understand of the configuration script it will go out and look in various locations for the mysql libraries. If you want to specify something then I would suggest using the --with-mysql-sock and pass the socket file. I like to use the socket file and have always had great success

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Mark McCulligh
Thanks, If you just use --with-mysql it will use PHP's built-in mysql client lib 3.23.49, but I have MySQL 4.0.14 installed. Won't this make a difference. I want to make sure PHP is compiled this the right libraries for MySQL. Mark. "Ray Hunter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP] Installing PHP with MySQL RPM version

2003-09-09 Thread Ray Hunter
> In the configure line --with-mysql=/path/to/mysql were is the path for RPM > versions of MySQL. I have search the computer but it looks like the mysql > files are all over the place. Database files are in /var/lib/mysql BIN > files are in /usr/bin/, etc... use --with-mysql or --with-mysql-soc

Re: [PHP] Installing php with gd what a pain!

2003-09-09 Thread Desi
You must also install devel packages from jpeg, png and so on... Desi Jason Wong wrote: On Tuesday 09 September 2003 14:49, Dhaval Desai wrote: I am trying to install php 4.3.2 with gd support. I have already installed zlib and jpeg-6b. My configure line options are as below: PHP + GD install

Re: [PHP] Installing php with gd what a pain!

2003-09-09 Thread Jason Wong
On Tuesday 09 September 2003 14:49, Dhaval Desai wrote: > I am trying to install php 4.3.2 with gd support. I have already installed > zlib and jpeg-6b. My configure line options are as below: PHP + GD installation problems have been covered many times before on the list and almost everything th

Re: [PHP] Installing PHP and MySQL on Linux machine

2003-03-05 Thread Jason Wong
On Thursday 06 March 2003 13:32, John Almberg wrote: You have started a new thread by taking an existing posting and replying to it while you changed the subject. That is bad, because it breaks threading. Whenever you reply to a message, your mail client generates a "References:" header that tell

Re: [PHP] Installing PHP on Apache 2 and FreeBSD

2003-01-31 Thread Chris Hewitt
Jacob Bolton wrote: But if I complile apache and don't include options that are needed for the software, I'll obviously break the software. So my question is, is there a way to see what options are compiled into Apache, so that if I recompiled it, I could make sure to include the current option

Re: [PHP] Installing PHP on XP

2002-12-26 Thread Marek Kilimajer
I did 2 days ago - Apache 1.3.27 + PHP/4.2.3. Did you follow the other instructions too? What is the error saing? Todd Cary wrote: I have Apache running on Windows XP, however I am having problems installing PHP. My PHP directory is C:\Active_Php and the documents say that I should add the f

Re: [PHP] installing PHP with netscape on Sun Solaris

2002-11-07 Thread Marek Kilimajer
Look at configure.log (don't remember the name exactly), it is more verbose Joydeep Ghosh wrote: Hello, installing PHP with netscape on Sun Solaris Iplanet webserver 4.1 Sun Solaris 2.7 followed instruction as published at http://www.php.net/manual/sv/install.netscape-enterprise.php Onstep

RE: [PHP] Installing PHP 4.2.3 with Apache 2.0.43 on WinXP Home Edition

2002-10-16 Thread Ford, Mike [LSS]
> -Original Message- > From: Reginald Alex Mullin [mailto:[EMAIL PROTECTED]] > Sent: 16 October 2002 05:27 > To: '[EMAIL PROTECTED]' > > LoadModule php4_module "C:/PHP/sapi/php4apache.dll" > AddModule mod_php4.c As you're trying to use Apache 2.0.43, this won't work -- there's a differen

Re: [PHP] Installing PHP 4.2.3 with Apache 2.0.43 on WinXP Home Edition

2002-10-16 Thread Kjartan Mannes
Wednesday, October 16, 2002, 6:27:12 AM, Reginald Alex Mullin wrote: > I've been trying to get PHP working on my WinXP machine for the past few > days now, but have been unsucessful. The Apache web server itself starts > and works fine (without PHP), but whenever I try loading the PHP module, it

Re: [PHP] Installing php - 4.2.3 with apache - 2.0.40

2002-09-30 Thread Rasmus Lerdorf
You need a current unstable snapshot of PHP to work with recent versions of Apache 2. However, unless you have a really good technical reason for using Apache 2, I would highly suggest sticking with Apache 1 for now. -Rasmus On Mon, 30 Sep 2002, Anil Garg wrote: > Hi, > > I am using following

RE: [PHP] Installing php in windows 95

2002-09-24 Thread Martin Towell
EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 2:17 PM Subject: Re: [PHP] Installing php in windows 95 windows 95 your jokeing right? - Original Message - From: "Uma Shankari T." <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 4:13 PM Subject: [PHP] Inst

RE: [PHP] Installing php in windows 95

2002-09-24 Thread John Holmes
The .dll is there. Look in the dlls folder for where every you installed PHP. You downloaded the binary and not the source code, right? ---John Holmes... > -Original Message- > From: Uma Shankari T. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 12:13 AM > To: PHP > Su

Re: [PHP] Installing php in windows 95

2002-09-24 Thread Philip J. Newman
windows 95 your jokeing right? - Original Message - From: "Uma Shankari T." <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 4:13 PM Subject: [PHP] Installing php in windows 95 > > Hello, > > I need to install php for windows under particular folde

Re: [PHP] installing php-4.2.3

2002-09-11 Thread Brad Bonkoski
unzip that and cd into it and read the INSTALL file tar -xzvf php-4.2.3.tar.gz cd php-4.2.3 less INSTALL HTH -Brad Anil Garg wrote: > > hi, > > i am a newbie to php... > i have downloaded php-4.2.3.tar.gz from http://www.php.net/downloads.php > can someone please point me to the right document

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread David Rice
Hi Rasmus: Now turning register_globals back on and exploring "E_ALL". Thanks :) David On Monday, August 19, 2002, at 07:36 PM, Rasmus Lerdorf wrote: > If you forget to initialize your internal script variables, then people > could potentially inject bogus values for these variables and chan

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread Rasmus Lerdorf
If you forget to initialize your internal script variables, then people could potentially inject bogus values for these variables and change how your script operates. eg. if($password=='david') $ok=1; if($ok) let_them_in(); In the above, assume $password is a user-supplied value and $ok

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread David Rice
Hi: I have a test site where I am trying out a few things in PHP. I started off with register_globals on. Then I read in the docs that it is best to turn turn register_globals off. I did so and now I am having a marvelous time recoding some session stuff :( I could not find much info on why "

Re: [PHP] installing php with register globals off and on?

2002-08-19 Thread Rasmus Lerdorf
Sure, turn register_globals on only for the oasis directory. In your httpd.conf add: php_value register_globals on -Rasmus On Mon, 19 Aug 2002, Andy wrote: > Hi there, > > I am running php 4.2.2 with register globals set to off. Now I am planing to > install oasis (a add tracking sw). T

Re: [PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Vivek Kumar Agrawal
Hi Jason, Thanx for your prompt response. Can you guide me how to install PHP with Apache and Sybase on Linux. Regards, Vivek - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 4:27 PM Subject: Re: [PH

Re: [PHP] Installing PHP with Apache and Sybase on Linux

2002-05-17 Thread Jason Wong
On Friday 17 May 2002 18:44, Vivek Kumar Agrawal wrote: > Hi All, > > Can somebody tell me how to install > PHP with Apache and Sybase on Suse linux. > > It would be great help for me. There is a list specifically for php installation issues. -- Jason Wong -> Gremlins Associates -> www.gremlins

Re: [PHP] Installing PHP 4.1.2

2002-03-11 Thread Andrey Hristov
There was a discussion on PHP-DEV. Win32 binaries will be available soon. Best regards, Andrey Hristov - Original Message - From: "Marcel Besancon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 6:43 PM Subject: [PHP] Installing PHP 4.1.2 > Hi everybody, > >

Re: [PHP] installing php with apache rpm (rh linux 7.2)???

2001-12-27 Thread Brian Clark
* Duane Douglas ([EMAIL PROTECTED]) [Dec 27. 2001 13:24]: > i have an apache rpm installed. stuff will break if i uninstall it. how > do i install php to work with it? You can download the source tarball from php.net. Then configure it --with-apxs to have it build an Apache DSO module.

RE: [PHP] Installing PHP 4 on a RAQ3

2001-11-26 Thread Phil Ewington
age- > From: Philip Olson [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 25, 2001 6:50 PM > To: Phil Ewington > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Installing PHP 4 on a RAQ3 > > > Hello Phil, > > I've seen this come up a few times, sea

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Steve Werby
"Miles Thompson" <[EMAIL PROTECTED]> wrote: > You mentioned .pkg files, might Cobalt be using a Debian distribution? Log > in and try executing dpkg or dselect -- it could be that Cobalt have the > installation pointing only to their server. If so, go to the Debian web > site and locate some addit

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Miles Thompson
Phil, Can you telnet or SSH (using putty or Terr Term SSH) to the RAQ? If so, do it by hand, and the best set of instructions is the "Soothingly Seamless setup of Linux Apache MySQL and PHP." I'd give you the URL, but the Internet is so slow here right now that I can't find anything, so search

Re: [PHP] Installing PHP 4 on a RAQ3

2001-11-25 Thread Philip Olson
Hello Phil, I've seen this come up a few times, search the archives for a bit: http://marc.theaimsgroup.com/?l=php-general&s=raq The following comes up and may be useful. Don't hesitate to reply back on how helpful it is, perhaps eventually some raq instructions can make their way into inst

RE: [PHP] Installing PHP with windows

2001-11-21 Thread Nicolas Guilhot
You can also have a look to EasyPhp http://www.easyphp.org/ which installs Apache, PHP and MySQL on Windows box. -Message d'origine- De : Rob Bennion [mailto:[EMAIL PROTECTED]] Envoye : mercredi 21 novembre 2001 21:55 A : [EMAIL PROTECTED] Objet : [PHP] Installing PHP with windows Hi I

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Fred
You can certainly install apache on windows. If you just want a test bed and do not care about security or configurability, you can download and install PHP-Triad. This windows package will install working versions of Apache, MySQL and PHP. It was specifically designed for people like you who w

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Rob Bennion
Richard, I have got to admit I don't really understand much about servers and their software. What I want to do is to be able to create and test php pages 'offline' like I currently do with my asp pages using PWS. Would I be able to install apache with my windows set up or would I have to install

Re: [PHP] Installing PHP with windows

2001-11-21 Thread Richard S. Crawford
You can download the win32 PHP binaries from www.php.net. I know it works because I've got it running on my win2k box. But I'm also running Apache so I don't know if it will work with PWS. I'd be interested in knowing. If it doesn't work with PWS, why not just install Apache? It's free and

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-25 Thread Jeffrey Iskandar Ahmad
System Engineer Technology Division TIME dotNet -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:38 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-24 Thread Andrew Hill
linksw.com Universal Data Access & Data Integration Technology Providers > -Original Message- > From: Jeffrey Iskandar Ahmad [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 1:04 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [PHP] installing P

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-23 Thread Jeffrey Iskandar Ahmad
Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 11:31 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle Ensure that this is sent in the envrionment before compiling php and starting apache

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
D] > Subject: RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle > onLinux - remote oracle > > > > I did but didnt work. > > Jeffrey Iskandar Ahmad > System Engineer > Technology Division > TIME dotNet > > > -Original Message- > From: Andrew

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Jeffrey Iskandar Ahmad
I did but didnt work. Jeffrey Iskandar Ahmad System Engineer Technology Division TIME dotNet -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 9:09 PM To: Jeffrey Iskandar Ahmad; [EMAIL PROTECTED] Subject: RE: [PHP] installing PHP with

RE: [PHP] installing PHP with-apxs with-oci8 --with-oracle onLinux - remote oracle

2001-09-21 Thread Andrew Hill
Jeffrey, Set your ORACLE_HOME environment variable. putenv("ORACLE_HOME=/path/to/oracle/home/dir"); etc. HTH Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software http://www.openlinksw.com Universal Data Access & Data Integration Technology Providers > -Original

Re: [PHP] Installing PHP probs

2001-08-01 Thread Richard Lynch
> well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? You mean just run PHP scripts from the command line? Once you get to the point where you have C:\\php4\\php.exe, you're good to go. Open an MS-DOS prompt and do c:\\php4\\php.ex

RE: [PHP] Installing PHP probs

2001-08-01 Thread Ben Bleything
AND, you can fairly easily configure it to deny all connections coming from anywhere but localhost => Ben -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 12:08 PM To: php Subject: RE: [PHP] Installing PHP probs you dont have to hav

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
ginal Message- > From: Matt Greer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 3:14 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Installing PHP probs > > > on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > > > well what if i want to

Re: [PHP] Installing PHP probs

2001-08-01 Thread Matt Greer
on 8/1/01 9:57 PM, Kyle Smith at [EMAIL PROTECTED] wrote: > well what if i want to set up the computer im using to be able to run php > acripts, but NOT be an internet server? > You can't. You need a webserver on your computer to run php locally. If you're running windows98/me you can use Person

Re: [PHP] Installing PHP probs

2001-08-01 Thread Kyle Smith
[gts]" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 11:02 AM Subject: RE: [PHP] Installing PHP probs > it's a piece of cake for windows... two steps: > > 1) > download the .EXE and double-click on it > or > downl

RE: [PHP] Installing PHP probs

2001-08-01 Thread Sam Masiello
Exactly what error are you getting? The install is pretty straight forward. Sam Masiello Software Quality Assurance Engineer Synacor (716) 853-1362 x289 [EMAIL PROTECTED] -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:26 PM To:

RE: [PHP] Installing PHP probs

2001-08-01 Thread scott [gts]
it's a piece of cake for windows... two steps: 1) download the .EXE and double-click on it or download the .ZIP and unzip it somewhere (usually C:\php) 2) configure & restart your webserver if you download the .EXE it'll configure any non-apache server for you. if you use apache, you'll have

RE: [PHP] installing php as cgi on linux

2001-07-27 Thread Jon Snell
This is a long shot, but... MSIE has a nasty habit of saving the mime type of a page. If you attempted to load the URL before PHP was set up properly, it won't load until after you closed IE and reopened. -Original Message- From: Richard Kurth [mailto:[EMAIL PROTECTED]] Sent: Friday, J

Re: [PHP] installing PHP on a sun box

2001-05-22 Thread Dan Lowe
Previously, Joseph Bannon said: > I'm installing PHP on a sun box and when type in "make" and i get "not > found". How can I run make if it's not found? make is usually in /usr/ccs/bin/ However, you probably have no compiler (unless you bought one from Sun). Try typing "cc" - if you get the "sof

RE: [PHP] installing PHP on a sun box

2001-05-14 Thread Andrew Hill
Joseph, You should check that 'cc' is installed on your system. (try typing: cc) If you get "language optional software package not installed" then you will need to install the developer tools, including the c-compiler. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Softwar

Re: [PHP] Installing PHP 4.0.5 on win 2000 Professional

2001-05-07 Thread Phil Driscoll
>I have installed everything, but PHP icon or program group never appear. >Can we use PHP to develop using Windows o/s or not. >When I run php.exe in /php/ it just hangs in DOS mode. PHP is something that plugs into the web server - it's not the sort of thing that gets entered in your start menu.

Re: [PHP] Installing PHP 4.0.5 on win 2000 Professional

2001-05-07 Thread elias
Dear Feroz, Sure you can develop under Windows os using PHP. I'm currently running PHP+Win98+PWS and it rocks! no problems when putting on a *nix server. -elias www.eassoft.cjb.net If you ever done ASP coding then "Feroz Tapiya" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMA

Re: [PHP] Installing PHP Extentions for IIS - W2K - Is it possible?

2001-04-17 Thread John Lim
The PHP developers are a diverse and perverse group. You can get them from http://php4win.de ""SED"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I was downloading the latest version of PHP (Win32 Binaries) for IIS server, > but no external extensi

RE: [PHP] Installing PHP as cgi and as self.

2001-04-02 Thread James Moore
> Hello, > > Can I install php as a cgi and install it as its own program? On a redhat > 7.0 box Apache 1.3 > > Thanks Brandon? Yep, cgi is the same as a command line interpreter. Just ./configure and dont enable any of the sapi's James -- PHP General Mailing List (http://www.php.net/) To u

Re: [PHP] installing PHP 4.0.4pl1 on Redhat 6.2

2001-02-08 Thread Michael Hall
> Can you install PHP 4.0.4pl1 on Redhat 6.2 - Yes Also, apache will be installed > and configured with the installation of Redhat 6.2 so is PHP 4.0.4pl1 still > compatible with Redhat 6.2 and whatever version of Apache gets installed > with it?? Yes. Sort of. You need to f

Re: [PHP] Installing PHP on Redhat 7.0 ..

2001-02-08 Thread Michael Hall
RedHat 7.0 should have rpm packages for PHP4 ( mod_php and standalone rpms). Do and to see if PHP4 is already installed. If not, find them in the rpm directory of your CD. Then just install the rpm. The mod_php package is what you want for setting PHP up as a DSO with Apache (probably the most

RE: [PHP] Installing Php/Apache/Win98

2001-01-20 Thread Morkai Kurst
I had the same problem, i ended up placing the php4apache.dll in the apache/modules directory where the rest of the modules for apache are stored. Then change the entry in httpd.conf to: LoadModule php4_module modules/php4apache.dll everything worked then :) good luck Morkai > I have PHP wor

  1   2   >