> > Hello, > > I feel as though I am getting very close to finally having > this things setup but I do not know what the following means > and how to fix it...any help would be greatly appreciated! > > Burke Squires > > [BS-PBG4:~] squiresb% listdsns.pl > Driver: ExampleP > Data Source is dbi:ExampleP:dir=. > > Driver: ODBC > dyld: perl Undefined symbols: > _SQLAllocEnv > _SQLAllocHandle > _SQLBindCol > _SQLBindParameter > _SQLCancel > _SQLColAttributes > _SQLColumns > _SQLConnect > _SQLDataSources > _SQLDescribeCol > _SQLDescribeParam > _SQLDisconnect > _SQLDriverConnect > _SQLEndTran > _SQLError > _SQLExecDirect > _SQLExecute > _SQLFetch > _SQLForeignKeys > _SQLFreeEnv > _SQLFreeHandle > _SQLFreeStmt > _SQLGetConnectOption > _SQLGetCursorName > _SQLGetData > _SQLGetFunctions > _SQLGetInfo > _SQLGetTypeInfo > _SQLMoreResults > _SQLNumResultCols > _SQLParamData > _SQLPrepare > _SQLPrimaryKeys > _SQLPutData > _SQLRowCount > _SQLSetConnectOption > _SQLSetEnvAttr > _SQLSetStmtAttr > _SQLSpecialColumns > _SQLStatistics > _SQLTables > Trace/BPT trap
This means that DBD::ODBC is not linking to your driver manager. Jeff
