|
From: Hackin C. <ha...@ch...> - 2006-05-26 12:32:10
|
Hi! I'm new to this list and big hello to y'all! I've been using Fink for a good 9 months now and it's been great. I'm trying to do something a bit more advanced and finding myself a newbie again and happy to find this list after not finding my answer in documentation and FAQs. i'll use a template (thanks to the plone folks) so u get exactly what I'm trying to do: 1) big picture - hot copy a MySQL database in a MAMP installation 2) environment - Mac OS X 10.3.9. MAMP 1.2.1 3) steps to reproduce error: 1. install MAMP 2. create a mysql database 'amana' 3. fink install dbi-pm581 4. fink install dbd-mysql-pm581 5. /Applications/MAMP/Library/bin/mysqlhotcopy amana 4) expected result: perl script runs with fink installed DBI::mysql 5) actual result: dyld: perl can't open library: /sw/lib/mysql/libmysqlclient.12.dylib (No such file or directory, errno = 2) Trace/BPT trap ---more info--- $ ls -l /sw/lib/mysql/ total 4384 -rwxr-xr-x 1 root admin 1113704 23 Apr 2005 libmysqlclient.14.0.0.dylib lrwxr-xr-x 1 root admin 27 25 May 14:21 libmysqlclient.14.dylib -> libmysqlclient.14.0.0.dylib -rwxr-xr-x 1 root admin 1120032 23 Apr 2005 libmysqlclient_r.14.0.0.dylib lrwxr-xr-x 1 root admin 29 25 May 14:21 libmysqlclient_r.14.dylib -> libmysqlclient_r.14.0.0.dylib |