I've installed this:
httpd:
Code: Select all
Installed Packages
Name : httpd
Arch : i686
Version : 2.2.15
Release : 1.fc12.2
Size : 2.8 M
Repo : installed
From repo : updates
Summary : Apache HTTP Server
URL : http://httpd.apache.org/
License : ASL 2.0
Description : The Apache HTTP Server is a powerful, efficient, and extensible
: web server.
Code: Select all
Installed Packages
Name : php
Arch : i686
Version : 5.3.3
Release : 1.fc12
Size : 3.3 M
Repo : installed
From repo : updates
Summary : PHP scripting language for creating dynamic web sites
URL : http://www.php.net/
License : PHP
Code: Select all
Installed Packages
Name : php-mysql
Arch : i686
Version : 5.3.3
Release : 1.fc12
Size : 188 k
Repo : installed
From repo : updates
Summary : A module for PHP applications that use MySQL databases
URL : http://www.php.net/
License : PHP
Code: Select all
Installed Packages
Name : php-snmp
Arch : i686
Version : 5.3.3
Release : 1.fc12
Size : 25 k
Repo : installed
From repo : updates
Summary : A module for PHP applications that query SNMP-managed devices
URL : http://www.php.net/
License : PHP
Code: Select all
Installed Packages
Name : php-xml
Arch : i686
Version : 5.3.3
Release : 1.fc12
Size : 272 k
Repo : installed
From repo : updates
Summary : A module for PHP applications which use XML
URL : http://www.php.net/
License : PHP
Code: Select all
Installed Packages
Name : mysql
Arch : i686
Version : 5.1.47
Release : 2.fc12
Size : 2.3 M
Repo : installed
From repo : updates
Summary : MySQL client programs and shared libraries
URL : http://www.mysql.com
License : GPLv2 with exceptions
Code: Select all
Installed Packages
Name : mysql-server
Arch : i686
Version : 5.1.47
Release : 2.fc12
Size : 24 M
Repo : installed
From repo : updates
Summary : The MySQL server and related files
URL : http://www.mysql.com
License : GPLv2 with exceptions
Code: Select all
Installed Packages
Name : net-snmp
Arch : i686
Epoch : 1
Version : 5.4.2.1
Release : 19.fc12
Size : 789 k
Repo : installed
From repo : updates
Summary : A collection of SNMP protocol tools and libraries
URL : http://net-snmp.sourceforge.net/
License : BSD and MIT
Code: Select all
[root@fedora ~]# service httpd start
Starting httpd: [ OK ]
[root@fedora ~]# service mysqld start
Starting MySQL: [ OK ]
[root@fedora ~]# service snmpd start
Starting snmpd: [ OK ]
Code: Select all
[root@fedora ~]# mysqladmin --user=root password somepassword
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
Thanks in advance.
P.S.
I used this tutorial:
http://docs.cacti.net/manual:087:1_inst ... stall_unix