I have seen on Mac OS X Hints, and various other places, a lot of trouble getting DBD::mysql installed. Here is how to install it on Mac OS X Server v10.3.3.
- A previous hint explained how to update the config.pm file. Follow the steps in that hint.
- Download and compile DBI-1.42.tar
- Downloaded DBD-mysql-2.9003
- Extract it and change into the created directory.
- Run perl Makefile.PL
- Using BBEdit, edit out the -arch i386 entries in Makefile
- Then run make and make install
[
robg adds: I haven't tested this one...]