hello
MySQL was messly installed on my FreeBSD 6.2 and I'm having troubles now because of that
1) MySQL server was installed manually (downloading .tar.gz from mysql site and installing)
2) bsdpan-DBD-mysql-4.005 is installed on the server, but it seems it's not fully compatible with this MySQL server version, because when I run mysqlhotcopy (which comes with mysql .tar.gz), I get:
3) /usr/ports/databases/p5-DBD-mysql# make 2>&1 | grep error: | wc -l
402
so, any ideas on how to fix that?
thanks
MySQL was messly installed on my FreeBSD 6.2 and I'm having troubles now because of that
1) MySQL server was installed manually (downloading .tar.gz from mysql site and installing)
2) bsdpan-DBD-mysql-4.005 is installed on the server, but it seems it's not fully compatible with this MySQL server version, because when I run mysqlhotcopy (which comes with mysql .tar.gz), I get:
Code:
/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/mysql/mysql.so: Undefined symbol "mysql_server_init"
3) /usr/ports/databases/p5-DBD-mysql# make 2>&1 | grep error: | wc -l
402
so, any ideas on how to fix that?
thanks