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
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
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
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.
>
>
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.
--
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo