- or download this
~$ perl -v
This is perl 5, version 16, subversion 0 (v5.16.0) built for darwin-2l
+evel
- or download this
~$ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
...
mysql> exit
Bye
- or download this
~$ sudo cpan DBD::mysql
Password:
...
Running make install
make test had returned bad status, won't install without force
~$
- or download this
~$ echo $DYLD_LIBRARY_PATH
/usr/local/mysql/lib
- or download this
~$ cd /usr/local/mysql/lib
/usr/local/mysql/lib$ ls
...
libmysqlclient_r.a plugin
/usr/local/mysql/lib$