I'm having a tough time installing the perl DBI and DBD modules. DBi went fine using a tarball I grabbed from the web, somewhere official. The tarball for DBD didn't work, so I turned to fink. When I tried to install dbd-mysql, fink told me it couldn't resolve a dependancy (for mysql-dev), but a little poking around revealed that fink knew of mysql12-dev. Here's how I learned this.

pyrite:/Library/Perl/DBD-mysql-2.9003 millerj$ sudo fink install mysql12-dev
Information about 1118 packages read in 0 seconds.
The following package will be installed or updated:
mysql12-dev
dpkg -i /sw/fink/dists/stable/main/binary-darwin-powerpc/database/mysql12- dev_4.0.15-21_darwin-powerpc.deb
Selecting previously deselected package mysql12-dev.
(Reading database ... 12042 files and directories currently installed.)
Unpacking mysql12-dev (from .../mysql12-dev_4.0.15-21_darwin-powerpc.deb) ...
Setting up mysql12-dev (4.0.15-21) ...
pyrite:/Library/Perl/DBD-mysql-2.9003 millerj$ sudo fink install dbd-mysql-pm560Information about 1118 packages read in 1 seconds.
WARNING: While resolving dependency "mysql-dev" for package "dbd-mysql-pm560-2.1026-2", package "mysql-dev" was not found.
Failed: Can't resolve dependency "mysql-dev" for package "dbd-mysql-pm560-2.1026-2" (no matching packages/versions found)

Should mysql12-dev satisfy the dependancy for mysql-dev? If so, how can I point fink in the right direction?


Thanks in advance for whatever help you can offer.

Jason E. Miller, Ph.D.
Associate Professor
Division of Mathematics & Computer Science
Truman State University
Kirksville, MO
[EMAIL PROTECTED]
http://vh216801.truman.edu/~millerj/
660.785.7430



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to