installing perl DBI with ODBC on Solaris
chris.voth_at_gmail.com
Date: 02/27/05
- Next message: Lincoln A. Baxter: "Re: parsing a file"
- Previous message: Susan Lam: "Re: parsing a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Feb 2005 06:55:41 -0800
I'm having a problems gettind the ODBC connector to work.
I have alredy installed perl 5.8.6
I've replaced the c compiler with gcc (current version)
I'm managed to get the DBI module installed.
I think I've managed to get the ODBC module installed.
I have a program that works on a windows machine but I need it to run
on this Solaris box for political reasons (the best reason to do
anything right!)
th message I get when I run my perl script (which just pullls records
based on a select statement from an MS SQL database and dumps them
into a ,csv file) is Install_driver(ODBC) filed: Can't locate
DBD/ODBC.pm in @INC
if I attempt to install DBD::ODBC useing perl -MCPAN -e shell
I get a message about needing to install ODBC drivers or point it at
the ODBC.ini file
I have an ODBC.ini file and the enviroment variable points to it
I'm not a %100 sure it is correct as I was unabel to find a good
example so I based it off of an Orcale ODBC.ini file
Can anybody help me?
- Next message: Lincoln A. Baxter: "Re: parsing a file"
- Previous message: Susan Lam: "Re: parsing a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|