[PHP] Php installation

2008-08-29 Thread It flance
Hi all, I'm using Fedora 8. I installed php, mysql and apache. Now i can run a script connecting to a database from terminal but not from browser. Any suggestion? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php installation problem

2008-01-29 Thread Umar
Dear Richar! I already told you there is no iconv or iconv-devel installed on my first box then whey I need on second box? Regrads, Umar Draz Richard Lynch wrote: > > Perhaps you don't have iconv and/or iconv-devel installed on the > second box? > > On Sun, January 27, 2008 2:54 am, Umar wr

Re: [PHP] php installation problem

2008-01-28 Thread Richard Lynch
Perhaps you don't have iconv and/or iconv-devel installed on the second box? On Sun, January 27, 2008 2:54 am, Umar wrote: > > Dear Members! > > I have installed php-5.2.5 on slackware 12.0 with these option > successfully > > ./configure --prefix=/usr/local/php > --with-apxs=/usr/local/apache/bin

RE: [PHP] php installation problem

2008-01-27 Thread Umar
-Original Message- >> From: Andrés Robinet [mailto:[EMAIL PROTECTED] >> Sent: Sunday, January 27, 2008 11:03 AM >> To: php-general@lists.php.net >> Subject: RE: [PHP] php installation problem >> >> > -Original Message- >> > From: Umar [mailt

RE: [PHP] php installation problem

2008-01-27 Thread Andrés Robinet
> -Original Message- > From: Andrés Robinet [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 27, 2008 11:03 AM > To: php-general@lists.php.net > Subject: RE: [PHP] php installation problem > > > -Original Message- > > From: Umar [mailto:[EMAIL PROTEC

RE: [PHP] php installation problem

2008-01-27 Thread Andrés Robinet
> -Original Message- > From: Umar [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 27, 2008 3:55 AM > To: php-general@lists.php.net > Subject: [PHP] php installation problem > > > Dear Members! > > I have installed php-5.2.5 on slackware 12.0 wi

[PHP] php installation problem

2008-01-27 Thread Umar
Dear Members! I have installed php-5.2.5 on slackware 12.0 with these option successfully ./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache/conf --with-pcre-regex --with-layout=GNU --enable-sysvshm --enable-shmop --enable-sysvmsg

Re: [PHP] PHP installation

2007-10-31 Thread Richard Heyes
... Thanks for the help. I've got it installed now. In the end I found that the server came with 5.1.6 installed (:/), which despite not being 5.2.x, is still a jump from the 5.0.x I had before. -- Richard Heyes +44 (0)800 0213 172 http://www.websupportsolutions.co.uk Knowledge Base and HelpD

Re: [PHP] PHP installation

2007-10-30 Thread Per Jessen
Richard Heyes wrote: > OK so now I'm back to compiling PHP after the ridiculous nightmare of > rpms. I checked /lib and have the following: > > [EMAIL PROTECTED] php-5.2.4]# ls -l /lib/libz.so.1.2.3 > -rwxr-xr-x 1 root root 71744 Sep 21 19:23 /lib/libz.so.1.2.3 > > Is PHP looking for a different

Re: [PHP] PHP installation

2007-10-30 Thread Richard Heyes
Richard Heyes wrote: Per Jessen wrote: Richard Heyes wrote: The following is in config.log: configure:20028: checking whether libxml build works configure:20055: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 /usr/bin/ld: cannot find -lz Looks li

Re: [PHP] PHP installation

2007-10-30 Thread Richard Heyes
Per Jessen wrote: Richard Heyes wrote: The following is in config.log: configure:20028: checking whether libxml build works configure:20055: gcc -o conftest -g -O2 conftest.c -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 /usr/bin/ld: cannot find -lz Looks like you need to install

Re: [PHP] PHP installation

2007-10-30 Thread Per Jessen
Richard Heyes wrote: > The following is in config.log: > > configure:20028: checking whether libxml build works > configure:20055: gcc -o conftest -g -O2 conftest.c > > -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5 > /usr/bin/ld: cannot find -lz Looks like you need to install libz.

[PHP] PHP installation

2007-10-30 Thread Richard Heyes
Hi, Trying to install PHP, however it's failing with the following: Configuring extensions checking whether to enable LIBXML support... yes checking libxml2 install dir... /usr/lib64 checking for xml2-config path... /usr/bin/xml2-config checking whether libxml build works... no configure: error:

Re: [PHP] php installation problem

2007-01-23 Thread Chris
Ross wrote: Just installed apache and am looking at an error Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Ross\LOCALS~1\Temp\php\upload\sess_ob822kp9sqlndjvu089r845e50, O_RDWR) failed: No such file or directory (2) in C:\Apache\Apache2\htdocs\ssn\editor.php on line 4

[PHP] php installation problem

2007-01-23 Thread Ross
Just installed apache and am looking at an error Warning: session_start() [function.session-start]: open(C:\DOCUME~1\Ross\LOCALS~1\Temp\php\upload\sess_ob822kp9sqlndjvu089r845e50, O_RDWR) failed: No such file or directory (2) in C:\Apache\Apache2\htdocs\ssn\editor.php on line 4 Should I set up

RE: [PHP] PHP Installation question

2006-12-09 Thread Beauford
: [PHP] PHP Installation question Beauford wrote: > Hi, > > I am trying to install vBulletin and keep getting this error: Fatal error: > Call to undefined function: gzinflate(). > > The only thing I can find on this is that zlib needs to be configured > with PHP at compile time.

Re: [PHP] PHP Installation question

2006-12-07 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-12-08 12:21:16 +1100: > Beauford wrote: > >I'm thinking though that this isn't really the problem. When I install > >Slackware, I install everything (except for games). On my older PC I > >installed version 8.1 and had no problems, but now with version 10 I have > >proble

Re: [PHP] PHP Installation question

2006-12-07 Thread Ryan Creaser
Beauford wrote: Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with

RE: [PHP] PHP Installation question

2006-12-07 Thread Beauford
rd Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation question Beauford wrote: > I'm thinking though that this isn't really the problem. When I install > Slackware, I install everything (except for games). On my older PC I > installed version 8.1 and had no proble

Re: [PHP] PHP Installation question

2006-12-07 Thread Chris
Beauford wrote: I'm thinking though that this isn't really the problem. When I install Slackware, I install everything (except for games). On my older PC I installed version 8.1 and had no problems, but now with version 10 I have problems. I'm pretty sure that zlib-dev or zlib-devel has never bee

RE: [PHP] PHP Installation question

2006-12-07 Thread Beauford
een included in either version of Slack. So I think I'm just going around in circles with this. Thoughts.. B -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: December 7, 2006 12:15 AM To: Beauford Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation ques

Re: [PHP] PHP Installation question

2006-12-06 Thread Chris
Beauford wrote: I have zlib-1.2.1.1-i486-1. Whether that is zlib-devel or zlib-dev I have no idea, and not sure how to find out. Zlib is different to zlib-dev/zlib-devel. The zlib package only contains the binaries and man pages. The zlib-devel package contains the header files (zlib.h for ex

RE: [PHP] PHP Installation question

2006-12-06 Thread Beauford
al Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: December 6, 2006 7:35 PM To: Beauford Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Installation question Beauford wrote: > Hi, > > I am trying to install vBulletin and keep getting this error: Fatal error: > Call

Re: [PHP] PHP Installation question

2006-12-06 Thread Chris
Beauford wrote: Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with-

[PHP] PHP Installation question

2006-12-06 Thread Beauford
Hi, I am trying to install vBulletin and keep getting this error: Fatal error: Call to undefined function: gzinflate(). The only thing I can find on this is that zlib needs to be configured with PHP at compile time. So I reinstalled PHP using the following: ./configure --with-mysql --with-apach

RE: [PHP] PHP installation determination

2006-03-28 Thread Shaunak Kashyap
r by reply e-mail and destroy all copies of this transmission. > -Original Message- > From: Bronislav Klucka [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 28, 2006 10:08 AM > To: php-general@lists.php.net > Subject: [PHP] PHP installation determination > > Hi, >

Re: [PHP] PHP installation determination

2006-03-28 Thread Bronislav Klucka
Hi, I didn't mean to able to determine this myself. I was thinking somethink like else function is_debug() { here I need to determine where am I } Brona Dave Goodchild wrote: Two easy ways - type 'php -v' on the command line or run phpinfo() and view the output. On 28/03/06, *Broni

[PHP] PHP installation determination

2006-03-28 Thread Bronislav Klucka
Hi, I'm using 2 copies of PHP 1/ on local computer for developing 2/ on web server regular running webs Is there any way to determine what PHP i'm using? "Where am I?". Can I somehow define my own constant in php.ini? Brona -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

[PHP] php installation

2004-10-17 Thread alagu raj
hello all, i need to install php, postgresql and apache. i had redhat 7.3 running. i like to know, the comaptible versions of the above three. i couldn't install the current version of the above three as it is asking for GLIBC-2.3. but i had GLIBC-2.2.5 running. it is not possible to update GLIB

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
OK - thanks for all the help everyone!! -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:02 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Yes, you should be accessing it through http://localhost/test.php That&#

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
Yes, you should be accessing it through http://localhost/test.php That's most definitely the cause of the problem. Long P Nguyen wrote: I think I know what I did wrong... I should place the "test.php" file under the Document_Root directory and I should be bringing up the "test.php" file on the bro

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
7;s File --> Open --> and specified the path to /tmp/php/test.php Please let me know, thank you. -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:46 AM To: Nguyen, Long P (Mission Systems) Subject: Re: [PHP] php installation verificati

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
v2.0.48 running with php v4.3.6? Any thoughts? -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Did you fix this problem yet? The lines below are fine for your apache h

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
he browser were the source code. LoadModule php4_module modules/libphp4.so Do you have apache v2.0.48 running with php v4.3.6? Any thoughts? -Original Message- From: Ben Ramsey [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] p

RE: [PHP] php installation verification

2004-06-03 Thread Nguyen, Long P (Mission Systems)
y, June 02, 2004 4:51 PM Cc: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>: > could it be something in my httpd.conf file? Remove the line AddType application/x-httpd-php .php and add

Re: [PHP] php installation verification

2004-06-03 Thread Ben Ramsey
Did you fix this problem yet? The lines below are fine for your apache httpd.conf file. The only thing that appears out of the ordinary is the location of libphp4.so. In my setup (I'm also using Red Hat and Apache 2.0), when I compile PHP, it places libphp4.so in the modules directory (/etc/h

RE: [PHP] php installation verification

2004-06-02 Thread R'twick Niceorgaw
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>: > could it be something in my httpd.conf file? Remove the line AddType application/x-httpd-php .php and add SetOutputFilter PHP SetInputFilter PHP HTH R'twick -- This is a signature -

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
yen, Long P (Mission Systems) Cc: Scot L. Harris; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Running Apache? Windows? > I get the source display on the browser as: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
redhat and apache -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 5:02 PM To: Nguyen, Long P (Mission Systems) Cc: Scot L. Harris; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Running Apache? Windows? > I get

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Seems to me there was a problem with Apache 2 and PHP (some version). > The content of my test.php file has: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
The content of my test.php file has: -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:59 PM To: Nguyen, Long P (Mission Systems) Cc: [EMAIL PROTECTED]; Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Running Apache? Windows? > I get the source display on the browser as: > > phpinfo(); > ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
And you test.php file has? (note starting with > Yes. > > Have you stopped and restarted the web server? > >> OK - I tried that and what came up on the browser was the content of the >> test.php file. >> >> I checked in my httpd.conf file I do have the following: >> >> AddType application/x-http

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
I get the source display on the browser as: -Original Message- From: Scot L. Harris [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
Yes. -Original Message- From: Daniel Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:51 PM To: Nguyen, Long P (Mission Systems) Cc: Steve Douville; [EMAIL PROTECTED] Subject: RE: [PHP] php installation verification Have you stopped and restarted the web server? >

RE: [PHP] php installation verification

2004-06-02 Thread Scot L. Harris
On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems) wrote: > OK - I tried that and what came up on the browser was the content of the test.php > file. > > Open a file. Put this code in there: > > phpinfo(); > ?> > Try: -- Scot L. Harris [EMAIL PROTECTED] IF I HAD A MINE SHAFT,

RE: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Have you stopped and restarted the web server? > OK - I tried that and what came up on the browser was the content of the > test.php file. > > I checked in my httpd.conf file I do have the following: > > AddType application/x-httpd-php .php > AddType application/x-http-php-source .phps > > LoadMod

RE: [PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
. -Original Message- From: Steve Douville [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:39 PM To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED] Subject: Re: [PHP] php installation verification Open a file. Put this code in there: Save as test.php and point your

Re: [PHP] php installation verification

2004-06-02 Thread Daniel Clark
Save to your root directory as test.php (or something ending in php). > I am new to php and was tasked with installing php v.4.3.6. I installed > it on redhat with apache v2.0.48. > I read in the doc that you can create a test file called test.php with > some php tags such as . > Could someone

Re: [PHP] php installation verification

2004-06-02 Thread Steve Douville
Open a file. Put this code in there: Save as test.php and point your browser to it. - Original Message - From: "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 4:33 PM Subject: [PHP] php installation ver

[PHP] php installation verification

2004-06-02 Thread Nguyen, Long P (Mission Systems)
I am new to php and was tasked with installing php v.4.3.6. I installed it on redhat with apache v2.0.48. I read in the doc that you can create a test file called test.php with some php tags such as . Could someone post a test.php file as an example? Thanks for the help. -- PHP General

[PHP] php installation help

2004-05-20 Thread Khutjo Phillip Leremi
Hi I have recently installed gd-2.0.15 on my linux 9.0 machine and this machine has a database that i need to access through phpMyadmin so the requirements are that php should be installed but when I error this instruction I get this error; [EMAIL PROTECTED] root]# apt-get install php Reading

Re: [PHP] PHP installation problem in FreeBSD OS.

2004-03-22 Thread Filip de Waard
On Mar 22, 2004, at 7:59 PM, Naveen Glore wrote: Hello All, I am not sure if this is the right place to post this problem. I tried with FreeBSD mailing list but could not get much help. No, it isn't. There is a specific installation list ([EMAIL PROTECTED]). I am having hard time in installing p

[PHP] PHP installation problem in FreeBSD OS.

2004-03-22 Thread Naveen Glore
Hello All, I am not sure if this is the right place to post this problem. I tried with FreeBSD mailing list but could not get much help. I am having hard time in installing php4 using portupgrade in FreeBSD. First i have updated the port directory using cvsup. I am doing fresh installation of

[PHP] php installation problem.

2004-03-18 Thread Naveen Glore
Hello all, I have a FreeBSD4.5 server, Apache 1.3.26_3 and mod_php4-4.2 . I have uninstalled php4-4.2 and tried to install mod_php4-4.3.3,1 but i get the following error read_plist: bad command '@conflicts php4-4*' I guess its some thing to do with version but not sure what exactly the proble

Re: [PHP] PHP Installation Questions

2004-01-12 Thread John Nichel
Freedomware wrote: I'm running Windows XP Pro and just installed Apache 1.3. It appears to be running, so I guess I'm ready to install PHP. I visited http://snaps.php.net and downloaded the latest PHP program - CVS (5.0.x-dev). I'm reading the installation instructions at http://cvs.php.net/co.

[PHP] PHP Installation Questions

2004-01-12 Thread Freedomware
I'm running Windows XP Pro and just installed Apache 1.3. It appears to be running, so I guess I'm ready to install PHP. I visited http://snaps.php.net and downloaded the latest PHP program - CVS (5.0.x-dev). I'm reading the installation instructions at http://cvs.php.net/co.php/php-src/win32/i

RE: [PHP] PHP Installation Problems

2003-10-13 Thread Daniel Perez Clavero
RE: [PHP] PHP Installation ProblemsThis is my experience, I never chose the PHP installation pack, I prefer the uncompressed version, modify the php.ini and put the right dlls into the WINNT\System32 folder... I do not know what windows is going to permit to the installation program (registry

RE: [PHP] PHP Installation Problems

2003-10-10 Thread Daniel Perez Clavero
Can you be a bit more explicit about errors? I´ve got some apache+PHP running on W2K Server box... -Original Message- From: Andrew Woolley [mailto:[EMAIL PROTECTED] Sent: viernes, 10 de octubre de 2003 14:11 To: [EMAIL PROTECTED] Subject: [PHP] PHP Installation Problems -Original

[PHP] PHP Installation Problems

2003-10-10 Thread Andrew Woolley
-Original Message- From: Mehdi Achour [mailto:[EMAIL PROTECTED] Sent: 10 October 2003 12:28 To: Andrew R. Woolley Cc: [EMAIL PROTECTED] Subject: Re: PHP Installation Problems Hi Andrew, Please ask support questions at [EMAIL PROTECTED] didou > I use php a lot myself but have only eve

Re: [PHP] PHP installation on IIS

2003-09-03 Thread CPT John W. Holmes
From: "Sid" <[EMAIL PROTECTED]> > This is the first time I am installing PHP on IIS and I don't know what I am doing wrong. I copied the default php.ini file to the winnt dir. > Then I added an ISAPI extention with .php to the App Mapings tab. (ISAPI caching enabled) > Then I made a test.php file

[PHP] PHP installation on IIS

2003-09-03 Thread Sid
Hello everyone, This is the first time I am installing PHP on IIS and I don't know what I am doing wrong. I copied the default php.ini file to the winnt dir. Then I added an ISAPI extention with .php to the App Mapings tab. (ISAPI caching enabled) Then I made a test.php file with but ll I see

Re: [PHP] PHP installation on RedHat

2003-06-15 Thread Yann Larrivee
Oups sorry with a link it always works better ;) http://protonicdesign.com/tutorial/sablot_and_php.php Yann Larrivee www.phpquebec.org www.protonicdesign.com Sorry the tutorial is not in french yet. I will translate it soone. On Sun, 2003-06-15 at 08:02, Tim Best wrote: > Bonsoir Yann, > > Je

Re: [PHP] PHP installation on RedHat

2003-06-14 Thread Yann Larrivee
Hi i made a tutorial on how to compile php, expath, libxml, sablotron It works well for me. I ran into many probleme so i made an faq page where all errors are listed with an explanation, solution. If anybody encounter other errors i will put them there too. I compile on Suse 8.2 but i dont thin

[PHP] PHP installation on RedHat

2003-06-14 Thread Info Best-IT
Anyone know where I can get a better step by step how to for installation of PHP with DOM, XSLT, and XPATh support on Red Hat? PHP.NET is not so hot... /T -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread BigDog
What you need to do is go into your apache_1.3.26/src/modules/php4 directory and and clean out the libphp files. 1. Stop apache. 2. Remove lib files from apache_1.3.26/src/modules/php4 3. Do a make clean in apaches top dir. 4. Do a make clean in php top dir. 5. Remove config.cache in php dir. 6.

Re: [PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread Marek Kilimajer
I don't think you needed to recompile apache, but only php. Did you actually do make && make install in PHP directory? Lee P. Reilly wrote: Hi there, I wonder if someone could answer a few questions for me? First of all, excuse my ignorance as I'm somewhat of a Linux newbie. I have installed PH

[PHP] PHP Installation on Redhat 8 - General Questions

2002-11-13 Thread Lee P. Reilly
Hi there, I wonder if someone could answer a few questions for me? First of all, excuse my ignorance as I'm somewhat of a Linux newbie. I have installed PHP, Apache, Mysql, etc. on Windows numerous times, but have found the Linux installation to be more troublesome due in part (more likely in whol

[PHP] PHP installation _ help needed

2002-11-10 Thread Bob G
Hi people! I have MySQL working with ASP under win2000 and IIS. I have recently tried unsuccessfully to install PHP. Initially I started with zip binary distribution. I tested it with:- PHP Test "; ?> Couldn't be much simpler! Nothing worked but "view source" showed the above code. Th

[PHP] PHP Installation problem - httpd.conf issue?

2002-11-04 Thread Lee Philip Reilly
Hi there, I recently upgraded from PHP version 4.0-ish to 4.2.3 on my Linux/Apache machine. AFAIK, Apache is setup correctly (it serves HTML) and PHP works, but only from the command line. If I type "php -q php.php > test.html" the output of phpinfo() is stored in test.html. When I try and look at

Re: [PHP] PHP installation with MySQL Support

2002-10-25 Thread @ Edwin
Hello, "MET" <[EMAIL PROTECTED]> wrote: > Where should you point the command --with-mysql to. The binary, header > files, what? Currently I have MySQL installed at /usr/lib/mysql/. And > this is a RedHat Linux 8.0. > > Suggestions? Try --with-mysql=/usr - E ...[snip]... -- PHP General Ma

[PHP] PHP installation with MySQL Support

2002-10-25 Thread MET
Where should you point the command --with-mysql to. The binary, header files, what? Currently I have MySQL installed at /usr/lib/mysql/. And this is a RedHat Linux 8.0. Suggestions? ~ Matthew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.p

[PHP] PHP Installation under WinXP Apache 2.0.39

2002-09-24 Thread Sascha Braun
I have a small problem I'm not able to solve. I wanted to install PHP 2.2.3 under WinXP together with an Apache 2.0.39, but after installation and reconfiguration of all Ini's and conf files the service did not start again. After starting the Apache manually from command´line it stops with the f

Re: [PHP] PHP Installation

2002-09-19 Thread Tony Earnshaw
ons, 2002-09-18 kl. 20:00 skrev Sascha Braun: > It told me at last something about the cgi installation and some things i dont >understand, > so i feel very insecure. > Please help me a little. A ... den stakkars, stakkars Sascha :-( In the directory in which you ran './configure', did you

[PHP] PHP Installation

2002-09-18 Thread Sascha Braun
Hi Peops, I need some help for an PHP Installation. I did uninstall my apache on my domain. I reinstalled it again and now want to install PHP again. I believe all option in httpd.conf are correct. My Linux Distribution is: RedHat 7.3 I looked into the Modules Direktory from Apache and I coul

[PHP] PHP Installation Problem

2002-07-31 Thread Mark Colvin
Thanks all. I have now resolved. For future reference, the problem was as you said, I didn't have php configured for mysql support. I traced this back to the installation of the operating system, Red Hat 7.2. Through the graphical installation, all php modules apart from mysql support and odbc sup

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Jason Wong
On Tuesday 30 July 2002 16:34, Mark Colvin wrote: > I have a development web server php 4.0.6 apache and mysql and everything > works OK. I installed the same software onto a new server that will be the > production server but I hit problems when my scripts try and hit the db on > the new server.

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Tyler Longren
I'm not sure exactly what you're saying, but it sounds to me like you didn't configure --with-mysql for the new server. You MUST do that. ./configure --with-apxs=/blah/blah --with-mysql If you don't have --with-mysql compiled into the php binary, mysql functions won't work. Tyler On Tue, 30 Ju

Re: [PHP] PHP Installation Problem

2002-07-30 Thread Rasmus Lerdorf
Well, how did you do the install? You really need to provide more details. Heck, any details. You don't mention your OS, whether you compiled from source, if so which configure flags, from packages, which packages, etc.. We are not mind readers. -Rasmus On Tue, 30 Jul 2002, Mark Colvin wrote

[PHP] PHP Installation Problem

2002-07-30 Thread Mark Colvin
I have a development web server php 4.0.6 apache and mysql and everything works OK. I installed the same software onto a new server that will be the production server but I hit problems when my scripts try and hit the db on the new server. Comparing the phpinfo details for both, the new server doe

RE: [PHP] PHP Installation Win98/Apache error....

2002-06-18 Thread Ford, Mike [LSS]
> -Original Message- > From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] > Sent: 14 June 2002 22:01 > > So I'm trying to install PHP on win98 with Apache2. > > I got these nice instructions from... > > http://www.webmasterbase.com/article.php?pid=30&aid=525 > > After I make the foll

RE: [PHP] PHP Installation Win98/Apache error....

2002-06-14 Thread Lazor, Ed
You missed a step in copying DLLs. I don't remember which one, but it's the dll files found in c:\php > -Original Message- > From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 14, 2002 2:01 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP

[PHP] PHP Installation Win98/Apache error....

2002-06-14 Thread Phil Schwarzmann
So I'm trying to install PHP on win98 with Apache2. I got these nice instructions from... http://www.webmasterbase.com/article.php?pid=30&aid=525 After I make the following addition to my httpd.conf file, I get an error when I try to start Apache again... ADDITION TO HTTPD.CONF: LoadModule

[PHP] » PHP Installation Problems «

2002-05-02 Thread vins
I have installed php4 with apache 1.3.24. Downgraded apache again. LOL When I wan't to submit a form from say form.php to from2.php with the following fields : input field name=stuff input stuff contains "Hello World" when i submit form.php form2.php displays nothing. I've set form2.p

[PHP] PHP Installation: .rpm working with RaQ4 wanted...

2002-01-22 Thread Stefan Rusterholz
Hi is there a recommendable site where I can find a .rpm (PHP 4.06 or higher) working on a Cobalt RaQ4? (I found some for RH6.x & 7.x but they didn't work. I got the message "only packages with major numbers <= 3 are supported by this version of RPM") Any hints are appreciated! TIA & best rega

[PHP] PHP Installation on W2K

2001-01-12 Thread Niel Zeeman
I was told to create this document on how to install PHP4 on a Windows 2000 server machine for the not so bright People in the company and I though that I would share.   Any mods welcome :)   Niel Zeeman eMail: [EMAIL PROTECTED]       Installation Procedures for PHP4 on a Windows2K server 1)