|
From: Jamie M. <ja...@mc...> - 2006-08-14 20:26:07
|
jes...@gm... (Jesse Lee) writes: > [root@solidot ]# mysql -u root -h localhost > -bash: mysql: command not found >=20 > I'm checking this issuce. OK, that means you don't have the mysql command line client on that system. That in itself is not necessarily what's preventing DBD::mysql's tests from passing. But you should probably go ahead and install that command line client anyway, it's a useful tool and you may need it in future. Also, if you are missing any libraries that DBD::mysql would need, your package manager may add them when you add the client. --=20 Jamie McCarthy http://mccarthy.vg/ ja...@mc... |