Can not install piwik for xampp 1.7.0!

Can not install piwik for xampp 1.7.0 for windows !! After i complete the last step of install, when I access the http://localhost/piwik, there is not any response!!

do yo have an error in your apache/logs/error.log ?

me to,and show this error
[attachment=19:piwik_error.png]
http://023time.net78.net/pic/piwik_error.png

and this is the apache log,seems the apache server restarted

[Tue Mar 03 23:01:10 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Mar 03 23:01:11 2009] [notice] Digest: generating secret for digest authentication ...
[Tue Mar 03 23:01:11 2009] [notice] Digest: done
[Tue Mar 03 23:01:11 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 mod_jk/1.2.27 configured -- resuming normal operations
[Tue Mar 03 23:01:11 2009] [notice] Server built: Dec 10 2008 00:10:06
[Tue Mar 03 23:01:11 2009] [notice] Parent: Created child process 1180
[Tue Mar 03 23:01:12 2009] [notice] Digest: generating secret for digest authentication ...
[Tue Mar 03 23:01:12 2009] [notice] Digest: done

I find the problem,the PHP MySQL library(libmysql.dll in apache\bin directory) cause this problem,the default library is 5.1.30,
[attachment=22:piwik_mysql.png]
http://023time.net78.net/pic/piwik_mysql.png
stop apache service and change libmysql_5.0.51a.dll to libmysql.dll(make a backup first),and log your phpmyadmin,it will show this tip
[attachment=23:piwik_mysql_1.png]
http://023time.net78.net/pic/piwik_mysql_1.png
and this will be ok

[size=18pt]but this will cause other porblem,so becareful[/size]

I’m having the same problem… Is there any other solution?

error signature:

szAppName : apache.exe     szAppVer : 2.2.11.0     szModName : php_pdo_mysql.dll     szModVer : 5.2.8.8     offset : 0000250a

Apache error log:

[Fri Mar 20 11:11:16 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Fri Mar 20 11:11:16 2009] [warn] module php5_module is already loaded, skipping
[Fri Mar 20 11:11:16 2009] [debug] util_ldap.c(1977): LDAP merging Shared Cache conf: shm=0x73c648 rmm=0x73c678 for VHOST: localhost
[Fri Mar 20 11:11:16 2009] [info] APR LDAP: Built with Microsoft Corporation. LDAP SDK
[Fri Mar 20 11:11:16 2009] [info] LDAP: SSL support unavailable: LDAP: CA certificates cannot be set using this method, as they are stored in the registry instead.
[Fri Mar 20 11:11:16 2009] [info] Init: Seeding PRNG with 136 bytes of entropy
[Fri Mar 20 11:11:17 2009] [info] Loading certificate & private key of SSL-aware server
[Fri Mar 20 11:11:17 2009] [debug] ssl_engine_pphrase.c(469): unencrypted RSA private key - pass phrase not required
[Fri Mar 20 11:11:17 2009] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Fri Mar 20 11:11:17 2009] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Fri Mar 20 11:11:17 2009] [debug] ssl_scache_dbm.c(408): Inter-Process Session Cache (DBM) Expiry: old: 0, new: 0, removed: 0
[Fri Mar 20 11:11:17 2009] [info] Init: Initializing (virtual) servers for SSL
[Fri Mar 20 11:11:17 2009] [info] Configuring server for SSL protocol
[Fri Mar 20 11:11:17 2009] [debug] ssl_engine_init.c(387): Creating new SSL context (protocols: SSLv2, SSLv3, TLSv1)
[Fri Mar 20 11:11:17 2009] [debug] ssl_engine_init.c(583): Configuring permitted SSL ciphers [ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL]
[Fri Mar 20 11:11:17 2009] [debug] ssl_engine_init.c(711): Configuring RSA server certificate
[Fri Mar 20 11:11:17 2009] [debug] ssl_engine_init.c(750): Configuring RSA server private key
[Fri Mar 20 11:11:17 2009] [info] mod_ssl/2.2.11 compiled against Server: Apache/2.2.11, Library: OpenSSL/0.9.8i
[Fri Mar 20 11:11:18 2009] [notice] Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 configured -- resuming normal operations
[Fri Mar 20 11:11:18 2009] [notice] Server built: Dec 10 2008 00:10:06
[Fri Mar 20 11:11:18 2009] [notice] Parent: Created child process 2280
[Fri Mar 20 11:11:18 2009] [debug] mpm_winnt.c(487): Parent: Sent the scoreboard to the child
[Fri Mar 20 11:11:18 2009] [warn] module php5_module is already loaded, skipping
[Fri Mar 20 11:11:18 2009] [info] Init: Seeding PRNG with 136 bytes of entropy

Phpinfo:
http://ekesqueaky.homeip.net:81/xampp/phpinfo.php

Hmm…I see this has been posted to the XAMPP forum with no replies. (On the other hand, it might be helpful if the error message was translated…)

http://www.apachefriends.org/f/viewtopic.p…amp;hilit=piwik

What is evident is that the error message is from Apache and the workaround suggests the problem originates from the mysql client .dll. This could be a bug in the .dll source or a bad build. Either way, this isn’t something we can investigate and resolve at the Piwik application level.

Given that PHP 5.2.9 was recently released, you’ll hopefully soon see an XAMPP update. Maybe they’ll be able to address this problem…

Other things to try: see if installing patch2 and/or the devel version makes a difference.

http://www.apachefriends.org/en/xampp-windows.html

What do you mean by “change”… rename it?