Meldung nach Mysql Update

MySQL, PostgreSQL, SQLite
Post Reply
insomnia
Posts: 30
Joined: 2003-10-30 12:53
 

Meldung nach Mysql Update

Post by insomnia »

Habe soeben MySql 4.0.16 installiert. Läuft auch super aber ich bekomme nun vom Confix Cron folgende mail:

Code: Select all

Can't load '/tmp/mysql.so' for module DBD::mysql: libmysqlclient.so.10: cannot open shared object file: No such file or directory at PERL2EXE_STORAGE/DynaLoa
der.pm line 206.
 at confixx_counterscript.pl line 37
Compilation failed in require at confixx_counterscript.pl line 37.
BEGIN failed--compilation aborted at confixx_counterscript.pl line 37.
kann jemand damit 'was anfangen ??

THX
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Meldung nach Mysql Update

Post by Joe User »

Du musst das DBD:mysql Perl-Modul rekompilieren und es dabei gegen die neuen MySQL-Header linken.
insomnia
Posts: 30
Joined: 2003-10-30 12:53
 

Re: Meldung nach Mysql Update

Post by insomnia »

hast du ne info wie das am besten gemacht wird ???

1000 dank
User avatar
Joe User
Project Manager
Project Manager
Posts: 11191
Joined: 2003-02-27 01:00
Location: Hamburg
Contact:
 

Re: Meldung nach Mysql Update

Post by Joe User »

Modul deinstallieren, Source besorgen, Source entsprechend der beiliegenden Dokumentation kompilieren, fertig.
insomnia
Posts: 30
Joined: 2003-10-30 12:53
 

Re: Meldung nach Mysql Update

Post by insomnia »

problem behoben indem ich per Yast das Modul perl-mysql-mysql-modules reinstalliert habe.
Post Reply