File: README.osx

package info (click to toggle)
libdbd-odbc-perl 1.37-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,272 kB
  • sloc: perl: 7,932; ansic: 5,991; makefile: 33; sql: 8
file content (13 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
$Id: README.osx 13987 2010-05-14 16:03:36Z mjevans $

A few people have reported the following error when running DBD::ODBC
on MAC OS X 10.5 (Leopard):

install_driver(ODBC) failed: Can't load '/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/ODBC/ODBC.bundle' for module DBD::ODBC: dlopen(/Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/ODBC/ODBC.bundle, 1): Symbol not found: ___CFConstantStringClassReference
  Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/ODBC/ODBC.bundle
  Expected in: dynamic lookup

A possible workaround for this is to add "-framework CoreFoundation"
to the Makefile for the LDLOADLIBS and EXTRALIBS symbols.

Since DBD::ODBC post 1.16, this has been automated.