After some snooping around, I found the mysql.sql to create the database 
manually.
So the error of the missing sql driver doesn't seem that import anymore.

However, when I try to open the webpage I get the following error in the 
httpd-error-log:

PHP Fatal error:  Uncaught exception 'AgaviConfigurationException' with message 
'Invalid configuration settings: actions.login_module "AppKit", 
actions.login_action "AjaxLogin"' in 
/usr/local/icinga-web/app/cache/config/compile.xml_development__033d402eaeb08f42e4e3d5f8474e444805e2c7c6.php:890\nStack
 trace:\n#0 
/usr/local/icinga-web/lib/agavi/src/filter/AgaviSecurityFilter.class.php(80): 
AgaviExecutionContainer->createSystemActionForwardContainer('login')\n#1 
/usr/local/icinga-web/app/cache/config/compile.xml_development__033d402eaeb08f42e4e3d5f8474e444805e2c7c6.php(1255):
 AgaviSecurityFilter->execute(Object(AgaviFilterChain), 
Object(AgaviExecutionContainer))\n#2 
/usr/local/icinga-web/app/cache/config/compile.xml_development__033d402eaeb08f42e4e3d5f8474e444805e2c7c6.php(1697):
 AgaviFilter->executeOnce(Object(AgaviFilterChain), 
Object(AgaviExecutionContainer))\n#3 
/usr/local/icinga-web/app/cache/config/compile.xml_development__033d402eaeb08f42e4e3d5f8474e444805e2c7c6.php(870):
 AgaviFilterChain->execute(Object(AgaviExecutionContainer) in 
/usr/local/icinga-web/app/cache/config/compile.xml_development__033d402eaeb08f42e4e3d5f8474e444805e2c7c6.php
 on line 890

I've cleaned the cache, restarted httpd and still I get those errors....



> Date: Wed, 30 Jun 2010 22:06:16 +0200
> From: [email protected]
> To: [email protected]
> Subject: Re: [icinga-users] Icinga-Web 1.0.1 database
> 
> St, čen 30, 2010 ve 09:55:40 +0200, e b napsal:
> > 
> > Unfortunately I already followed the commands mentioned....
> > My OS is CentOS 5.4.
> > 
> > I don't know how to install the individual php-components, nor do I have a 
> > clue how to resolve the php5-pdo-mysql issue...
> > 
> > 
> > Regards,
> > Elger 
> > 
> > > Date: Wed, 30 Jun 2010 21:29:23 +0200
> > > From: [email protected]
> > > To: [email protected]
> > > Subject: Re: [icinga-users] Icinga-Web 1.0.1 database
> > > 
> > > Wed, Jun 30, 2010 ve 09:22:52PM +0200, e b napsal:
> > > > 
> > > > I have icinga 1.0.2 up and running (including php and mysql).
> > > > 
> > > > 
> > > > I'm trying to install the database for icinga-web.
> > > > When I run the 'make testdeps' I get the following response.
> > > > -----------------------------------------------------------
> > > > PHP (core) tests
> > > >         1/20 Test php version >= 5.2.3 (REQUIRED) ... (version 5.2.9 >= 
> > > > 5.2.3) OK
> > > >         2/20 Test for PEAR (REQUIRED) ... OK
> > > > 
> > > > PHP extensions
> > > >         3/20 Test php5-xsl (REQUIRED) ... (Extension xsl does not 
> > > > exist) FAIL
> > > >         4/20 Test php5-ldap ... (Extension ldap does not exist) FAIL
> > > >         5/20 Test php5-pdo (REQUIRED) ... (PDO found v1.0.4dev) OK
> > > >         6/20 Test php5-dom (REQUIRED) ... (dom found v20031129) OK
> > > >         7/20 Test php5-session (REQUIRED) ... (session found) OK
> > > >         8/20 Test php5-spl (REQUIRED) ... (SPL found v0.2) OK
> > > >         9/20 Test php5-pcre (REQUIRED) ... (pcre found) OK
> > > >         10/20 Test php5-tokenizer (REQUIRED) ... (tokenizer found v0.1) 
> > > > OK
> > > >         11/20 Test php5-libxml (REQUIRED) ... (libxml found) OK
> > > >         12/20 Test php5-reflection (REQUIRED) ... (Reflection found 
> > > > v0.1) OK
> > > >         13/20 Test php5-gettext (REQUIRED) ... (Extension gettext does 
> > > > not exist) FAIL
> > > > 
> > > > Optional pdo drivers
> > > >         14/20 Test php5-pdo-mysql ... (Extension pdo_mysql does not 
> > > > exist) FAIL
> > > >         15/20 Test php5-pdo-pgsql ... (Extension pdo_pgsql does not 
> > > > exist) FAIL
> > > > 
> > > > Optional php extension
> > > >         16/20 Test php5-soap ... (soap found) OK
> > > >         17/20 Test php5-xmlrpc ... (Extension xmlrpc does not exist) 
> > > > FAIL
> > > >         18/20 Test php5-iconv ... (iconv found) OK
> > > >         19/20 Test php5-gd ... (Extension gd does not exist) FAIL
> > > >         20/20 Test php.ini memory_limit ... (memory_limit='134217728') 
> > > > OK
> > > > 
> > > > ----------------------------------------------------------------
> > > > 
> > > > 
> > > > How do I install the failing components and when I try to run 'make 
> > > > db-initialize' I get the following error
> > > > 
> > > > > Couldn't locate driver named mysql
> > > > 
> > > > How can I resolve this, I guess this has something to do with the 
> > > > failing pdo mysql driver?
> > > > 
> > > 
> > > Hi,
> > > 
> > > it depends on your distribution. If you check page 
> > > http://docs.icinga.org/latest/en/icinga-web-scratch.html there are
> > > some commands for ubuntu, debian, rhel derivated and opensuse.
> > > 
> > > If you need further help, send more info about your system. What OS,
> > > if Linux than what distribution...
> > > 
> 
> Take a look at http://www.jasonlitka.com/yum-repository/ there are
> instructions for some php unofficial repo which is recommended in
> icinga docs. I have no exact knowledge of what packages are
> available in centos, I have to have access to some centos system to
> try.
> 
> I found some promising howto at
> http://karoshiethos.com/2008/07/24/installing-pdo_mysql-on-centos/
> 
> Maybe it helps
> 
> -- 
>  .''`. Ondra 'Kepi' Kudlik
> : :' : Debian GNU/Linux User
> `. `'
>   `-   http://www.nosoftwarepatents.com/cz/m/intro/index.html 
> 
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> icinga-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/icinga-users
                                          
_________________________________________________________________
Download nu eenvoudig leuke Emoticons voor je Messenger GRATIS
http://www.rulive.nl/aspx/emoticons.aspx
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to