Problems installing PA v2.6 on cacti 0.8.7e on Ubuntu 10.4

Support for the Plugin Architecture

Moderators: Developers, Moderators

Post Reply
hhammerl
Posts: 1
Joined: Sat Mar 05, 2011 12:31 pm

Problems installing PA v2.6 on cacti 0.8.7e on Ubuntu 10.4

Post by hhammerl »

I've installed cacti version 0.8.7e and the PA architecture PA v2.6 on a fresh installed Ubuntu 10.4

I followed the instructions i found in this forum

What I did:

1. Installed cacti version 0.8.7e and cacti spine
2. updates the cacti sql database with mysql cacti < pa.sql -u root -p
3. copied all php files from the PA to /usr/share/cacti/site
4. modified the global.php in the include directory with the following changes:

$config["rra_path"] = $config["base_path"]."/rra";
change it to:
$config["rra_path"] = "/var/lib/cacti/rra";

include($config["library_path"]."/adodb/adodb.inc.php");
change it to:
include("/usr/share/php/adodb/adodb.inc.php");

$config['url_path'] = '/';
to:
$config['url_path'] = '/cacti/';

5. I opened cacti with firefox the first time, I got the cacti welcome screen and chosed new installation on Apache2

The last screen I can see is the User login screen of cacti. The problem is, I can only enter a user-name. There is no input box to enter the password

Does anybody can help me?

Another question,
Is it also possible to install the PA on a running cacti without fresh installation?

Regards,

Harald
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests