Hallo Leute,
ich wollte mein ispCP von Version 1.0.5 auf 1.0.7 updaten und bin der nachfolgenden Updateanleitung auch gefolgt.
http://isp-control.net/documentation/sta...ade/debian
Als ich dann folgenden Befehl ausgeführt habe:
Code:
# perl ispcp-update
Kam bei mir folgende Fehlermeldung:
Quote:[FATAL] Module [DBD::mysql] WAS NOT FOUND !
Modules [DBD::mysql] WAS NOT FOUND in your system...
Beim Versuch DBD::mysql über cpan zu installieren bekam ich auch nur nachfolgenden Fehler:
Quote: cpan[2]> install DBD::mysql
Running install for module 'DBD::mysql'
Running make for C/CA/CAPTTOFU/DBD-mysql-4.018.tar.gz
Checksum for /root/.cpan/sources/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.018.tar.gz ok
Scanning cache /root/.cpan/build for sizes
............................................................................DONE
CPAN.pm: Going to build C/CA/CAPTTOFU/DBD-mysql-4.018.tar.gz
Can't exec "mysql_config": No such file or directory at Makefile.PL line 82.
Cannot find the file 'mysql_config'! Your execution PATH doesn't seem
not contain the path to mysql_config. Resorting to guessed values!
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
PLEASE NOTE:
For 'make test' to run properly, you must ensure that the
database user 'root' can connect to your MySQL server
and has the proper privileges that these tests require such
as 'drop table', 'create table', 'drop procedure', 'create procedure'
as well as others.
mysql> grant all privileges on test.* to 'root'@'localhost' identified by 's3kr1t';
You can also optionally set the user to run 'make test' with:
perl Makefile.PL --testuser=username
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Can't exec "mysql_config": No such file or directory at Makefile.PL line 464.
Can't find mysql_config. Use --mysql_config option to specify where mysql_config is located
Failed to determine directory of mysql.h. Use
perl Makefile.PL --cflags=-I<dir>
to set this directory. For details see the INSTALL.html file,
section "C Compiler flags" or type
perl Makefile.PL --help
Warning: No success on command[/usr/local/bin/perl Makefile.PL]
CAPTTOFU/DBD-mysql-4.018.tar.gz
/usr/local/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Failed during this command:
CAPTTOFU/DBD-mysql-4.018.tar.gz : writemakefile NO '/usr/local/bin/perl Makefile.PL' returned status 512
Ich habe google benutzt und sämtliche Dinge durchprobiert, wie zum Beispiel das manuelle installieren.
Das Problem ist ich bekomme e-Mails raus aber dadurch aktuell auch keine rein.
Da hier mehrere betroffen sind erhoffe ich mir das mir schnell jemand helfen kann.
Besten Dank
Blizzard2007