Re: [PHP] PHp Install problems on debian linux

2007-04-11 Thread Robert Cummings
Despite the fact this question involves installing PHP5, it's actually a question about installing Debian packages. Maybe you should look into package managers for Debian. Personally I use dselect, and it usually auto selects any dependencies not already installed. PHP though, I install from source

Re: [PHP] PHP Install problem

2005-11-14 Thread Richard Lynch
On Mon, November 14, 2005 1:15 pm, russbucket wrote: > On Monday 14 November 2005 10:47, Curt Zirzow wrote: >> On Mon, Nov 14, 2005 at 10:06:17AM -0800, russbucket wrote: >> > Trying to get apache2, php5 and mysql running. get the following >> error >> > when opening phpMyAdmin. Can someone explain

Re: [PHP] PHP Install problem

2005-11-14 Thread Ben
russbucket said the following on 11/14/2005 11:15 AM: Clicking on the config.inc.php gives following error. Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown: Failed opening '/srv/www/htdocs/phpMyAdmin/config.inc.php' for inclusion (include_pat

Re: [PHP] PHP Install problem

2005-11-14 Thread russbucket
On Monday 14 November 2005 10:47, Curt Zirzow wrote: > On Mon, Nov 14, 2005 at 10:06:17AM -0800, russbucket wrote: > > Trying to get apache2, php5 and mysql running. get the following error > > when opening phpMyAdmin. Can someone explain what it means. There is an > > include path in php.ini. > >

Re: [PHP] PHP Install problem

2005-11-14 Thread Curt Zirzow
On Mon, Nov 14, 2005 at 10:06:17AM -0800, russbucket wrote: > Trying to get apache2, php5 and mysql running. get the following error when > opening phpMyAdmin. Can someone explain what it means. There is an include > path in php.ini. I think you forgot to include the error message. curt. -- -

RE: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Hans Zaunere
Martin McGinn wrote: > I installed MySQL 4.23 using SuSE provided rpms so it loads > to /usr/lib64 > > > How do I configure the php 5.0 configure script so that it > finds the mysql > client in here while finding other objects in the /urs/local/. > > Currently the link fails as it does

Re: [PHP] PHP Install with MySQL in 64 bit libraries.

2005-08-08 Thread Joseph Oaks
Martin, Make a symlink from /usr/lib64 to /usr/lib and it should work just fine. Joe Martin McGinn ([EMAIL PROTECTED]) wrote: > > I installed MySQL 4.23 using SuSE provided rpms so it loads to /usr/lib64 > > > How do I configure the php 5.0 configure script so that it finds the mysql > clie

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-10 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show re

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-10 Thread John Nichel
Mark Sargent wrote: John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort loggi

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort logging in mysql. Snort/M

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread John Nichel
Mark Sargent wrote: http://www.php.net/manual/en/install.unix.php it has 2 examples, 4-1 and 4-2. Little confused with what shared and static modules are and which 1 pertains to me. I was wanting to get php running to allow base to show results of snort logging in mysql. Snort/Mysql/Base etc are i

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Jason Wong
On Saturday 09 April 2005 21:27, Mark Sargent wrote: > >> I did a source install, of which I'm a newb at, and then created a > >> index.php file containing the following, > >> > >> >> phpinfo(); ?> > >> > >> but, that shows in the browser, Firefox, when typing > > > > > > > > You need to tell Ap

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Mark Sargent
John Nichel wrote: Mark Sargent wrote: Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, but, that shows in the browser, Firefox, when typing You need to tell Apache how to handle php files. Hi All, sorry guys, quite new to all

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread John Nichel
Mark Sargent wrote: Hi All, I did a source install, of which I'm a newb at, and then created a index.php file containing the following, but, that shows in the browser, Firefox, when typing You need to tell Apache how to handle php files. -- By-Tor.com ...it's all about the Rush http://www.by-t

Re: [PHP] [PHP-INSTALL] Install Problems on Fedora 3

2005-04-09 Thread Jason Wong
On Saturday 09 April 2005 20:17, Mark Sargent wrote: > I did a source install, of which I'm a newb at, and then created a > index.php file containing the following, > > phpinfo(); ?> > > > > but, that shows in the browser, Firefox, when typing > localhost/index.php. I've confirmed that httpd is r

Re: [PHP] PHP install - what features?

2002-07-13 Thread Jason Wong
On Saturday 13 July 2002 16:15, olinux wrote: > I have searched the archive for a message subject > something like "PHP Wish List" and was unsuccessful. I doubt whether someone else's wishlist is of much use to _you_. Their needs are most likely different to yours. > I am going to have our new

Re: [PHP] php install

2002-07-01 Thread Matt Williams
On Monday 01 July 2002 11:20, Nigel George wrote: > Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the > following error message > > checking lex output file root... ./configure: lex: command not found > configure: error: cannot find output from lex; giving up > > any ideas? inst

Re: [PHP] PHP INSTALL

2001-08-07 Thread Tyler Longren
I suggest you uninstall everything that apache installed and do it all from source. It always seems to be much easier that way. Good luck, Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Tue, 7 Aug 2001 12:06:57 -0700 (PDT) Christian Cresante <[EMAIL PROTECT

Re: [PHP] PHP INSTALL

2001-08-07 Thread Christian Cresante
ok, can i do this? build it with all the --enable-blahs, so i wouldn't need to recompile apache since it already knows about php (i would use the same version). would this be a mess? redhat installs in wierd places. i installed php from the source in 6.1 and it worked fine. now, it seems a

Re: [PHP] PHP INSTALL (please, im too young to die!!!)

2001-08-01 Thread Philip Olson
Maybe you should just install a package, much easier. Check out : http://hotscripts.com/PHP/Scripts_and_Programs/Installation_Kits/ phpTriad and nusphere are popular, as are others. Once it's setup play with the configurations, etc. Usually mysql/apache/php will be installed. Regards, Philip

RE: [PHP] PHP INSTALL (please, im too young to die!!!)

2001-08-01 Thread scott [gts]
get the windows ZIP > -Original Message- > From: Kyle Smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 11:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP INSTALL (please, im too young to die!!!) > > > ok i really need to get this sorted quickly so could somebody pl

RE: [PHP] php install issues on IIS

2001-04-23 Thread Martin Gottlieb
You probably need to go into the IIS console ( mmc ) and go to properties on the directory in question and make sure either the "execute" or "script" checkbox is checked. You may also need to verify the actual file permissions, but I believe this is more of a configuration issue. Martin Gottli