Re: [PHP] phpinfo ?

2001-01-26 Thread Wayne Topa


Subject: [PHP] phpinfo ?
Date: Fri, Jan 26, 2001 at 03:23:16PM -

In reply to:kaab kaoutar

Quoting kaab kaoutar([EMAIL PROTECTED]):
> Hi there!
> 
> I'm sure it's a stupid problem but the phpinfo does work while trying the 
> following html code:
> 
> PHP Test
> 
> 
> 
> 
> 
> the result is a blank page!

I'm just getting into PHP but I think your messing a ;.
ie 

:-) HTH, YMMV, HAND :-)

-- 
A bug in the code is worth two in the documentation.
___

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Wayne Topa


Subject: [PHP] HELP...Installation of PHP on Debian Linux!
Date: Mon, Apr 09, 2001 at 11:48:17AM -0500

In reply to:Frank K

Quoting Frank K([EMAIL PROTECTED]):
> 
> I am having trouble installing PHP4 on my linux machine. I downloaded to source
> and i did a ./configure then a make then a make install. That all went good.

Why?

> Now i am trying to find the libphp4.so file. I did a couple search commands but
> it could not find it. Can anyone help me with finding this file...like where it
> was installed on your machine. I uncompressed it in my home directory
> /home/username 
> 
> Thanks,
> -Frank

On debian (2.0 and above) an 'apt-get install php4' is all you have to
do.  Apt-get installs all of the dependices.

dpkg -S libphp4.so  gives
php4: /usr/lib/apache/1.3/libphp4.so

no need to bother with getting the source, etc, on Debian.  It's not
like Slackware!

-- 
Will the information superhighway have any rest stops?
___

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]