[PHP-INST] install problems? this may solve them all.

2002-02-01 Thread Kevin Faterkowski
i found this package called the PHP triad that installs php, apache and mySQL and, more importantly, configures them all. if nothing else, try this and look at the configuration files it configures and reinstall manually the way you want. this thing worked for me. http://www.phpgeek.com/modules.

[PHP-INST] Hrm a problem

2002-02-01 Thread Tyler Worman
Okay i installed php on apache webserver as a cgi .exe on windows xp. i tried 4.06 it use to work so i changed to 4.1.1 when i upgraded my webserver php doesn't seem to be accepting variables anymore. Now when i tried going back to 4.0.6 it till wont accept variables passed in the url. can you

[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] Summary of PHP 4.1.1 installation problems on Solaris 2.8

2002-02-01 Thread Ziying Sherwin
Dear PHP Colleagues, After a rest period of nearly a year, we are back to our old tricks, trying to build a "kitchen sink" version of the latest PHP release, 4.1.1, on our SPARC platforms under Solaris 2.8/gcc 2.95.2, using as many options as possible. Not suprisingly, we have encountered a num

[PHP-INST] Re: can I run tar on a .gz file? e-engineer does it in directions

2002-02-01 Thread Dan Campbell
I finally got PHP installed and working thanks to http://www.e-gineer.com/index.phtml . Be aware that you have to intall Apache first, then mySQl, then PHP. and I had problems and the very end, but the help messages from others at the bottome of the page solved my problem, I still don't know how I

php-install Digest 1 Feb 2002 20:46:03 -0000 Issue 679

2002-02-01 Thread php-install-digest-help
php-install Digest 1 Feb 2002 20:46:03 - Issue 679 Topics (messages 5890 through 5900): why does command line run-on over beginning of line 5890 by: Dan Campbell 5898 by: David Jackson Php Imap and Apache 5891 by: CIVITA ALAN Re: Newby -- Browser won't run php

Re: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-02-01 Thread Dan Campbell
I finally got PHP installed and working thanks to http://www.e-gineer.com/index.phtml . Be aware that you have to intall Apache first, then mySQl, then PHP. and I had problems and the very end, but the help messages from others at the bottome of the page solved my problem, I still don't know how I

Re: [PHP-INST] Re: Newby -- Browser won't run php

2002-02-01 Thread Mike Frazer
While I admit I forgot the semicolon, do note that PHP allows three different opening delimiters: just so that we can feel complete. In the future, I'm sure the folks at php.net would prefer we keep talk on this list to install questions, which I was initially helping with, not syntactical ques

Re: [PHP-INST] why does command line run-on over beginning of line

2002-02-01 Thread David Jackson
Dan -- It has nothing to do with mysql, it has to do with the why console is set up. If you want a more complete answer post to linux-admin news group. to continue a command use a \ at the end ie. ./configure ---with-mysql=/usr/local/mysql \ --with-with=what ever or better still use a shell

Re: [PHP-INST] Re: Newby -- Browser won't run php

2002-02-01 Thread David Jackson
Your could of course put it on one line: Richard Hillström (GIS) wrote: > > Hi, > It should be > phpinfo(); > ?> > > Best Regards > > Richard Hillström > > -Original Message- > From: Mike Frazer [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 9:49 PM > To: [EMAIL PROTE

Re: [PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
Ok, I should have read php.ini information. The first paragraph notifies: "...Instead of using $foo, you must use $_REQUEST["foo"]..." Now it´s working. Thanks! - Original Message - From: <[EMAIL PROTECTED]> To: "Laura Silveira Mastella" <[EMAIL PROTECTED]> Sent: Friday, February 01, 2

[PHP-INST] problem with form variables

2002-02-01 Thread Laura Silveira Mastella
Well, now PHP is being parsed, but I have a problem with variables: they are not being automatically set by PHP. I have created a very simple html form (copied from php.net) index.html --- Your name: You age: --

[PHP-INST] PHP 4.0.6 with Oracle9 on Linux/VM

2002-02-01 Thread Richard Hillström (GIS)
Hi, Am tryin to compile PHP to support Oracle9, but it continues to crash with the following debug.log. PHP 4.0.6 is patched to recognise Oracle9, and I have set $ORACLE_HOME and added $ORACLE_HOME/lib to $LD_LIBRARY_PATH. I have put $ORACLE_HOME/lib in ld.so.conf and run ldconfig. This is

[PHP-INST] DSO problem

2002-02-01 Thread Olivier PRENANT
I have this problem : System: Unixware711 (udk 711b) apache: 1.3.23 php: 4.1.1 as DSO module Both compile fine. But when launche apache with php module, it fails with "symbol not found pow. Adding the libraries to apache helps but it doesn't seem the right thing to do. dlopen should look for a

RE: [PHP-INST] Re: Newby -- Browser won't run php

2002-02-01 Thread Richard Hillström (GIS)
Hi, It should be Best Regards Richard Hillström -Original Message- From: Mike Frazer [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 9:49 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Re: Newby -- Browser won't run php Are you looking for rather than ? Also, make absol