http://www.perlmonks.org?node_id=1059892


in reply to Re: Perl ODBC error
in thread Perl ODBC error

Yes. I have the module installed.
[edwdev2:u210502] /u001/dev/edw/common/ul/perl5/lib/site_perl/5.8.0/ai +x-64all/auto/DBD $ ls -lrt total 0 drwxrwxr-x 3 edw01 edwprocs 256 Jul 09 2007 DB2 drwxrwxr-x 2 edw01 edwprocs 256 Sep 04 2008 ODBC drwxr-xr-x 2 edw01 edwprocs 256 Jul 23 2012 SQLite [edwdev2:u210502] /u001/dev/edw/common/ul/perl5/lib/site_perl/5.8.0/ai +x-64all/auto/DBD $ cd ODBC;ls -lrt total 328 -r--r--r-- 1 edw01 edwprocs 0 May 04 2007 ODBC.bs -r-xr-xr-x 1 edw01 edwprocs 164149 Sep 04 2008 ODBC.so

Replies are listed 'Best First'.
Re^3: Perl ODBC error
by mje (Curate) on Oct 28, 2013 at 09:17 UTC

    That is not what marto was pointing you at. Have you installed unixODBC? unixOBDC is the ODBC driver manager and it is an opensource project. Also, how did you install DBD::ODBC? Let us see the output of when you ran "perl Makefile.PL for DBD::ODBC.

      After various /msgs back and fourth I was given no more information other than they didn't set anything up, it's a "preinstalled" environment, the sysadmin installs everything, they can't install anything. I advised the speak to the sysadmin.

Re^3: Perl ODBC error
by runrig (Abbot) on Oct 28, 2013 at 21:16 UTC

    Original parent post content:

    Yes. I have the module installed.
    [edwdev2:u210502] /u001/dev/edw/common/ul/perl5/lib/site_perl/5.8.0/ai +x-64all/auto/DBD $ ls -lrt total 0 drwxrwxr-x 3 edw01 edwprocs 256 Jul 09 2007 DB2 drwxrwxr-x 2 edw01 edwprocs 256 Sep 04 2008 ODBC drwxr-xr-x 2 edw01 edwprocs 256 Jul 23 2012 SQLite [edwdev2:u210502] /u001/dev/edw/common/ul/perl5/lib/site_perl/5.8.0/ai +x-64all/auto/DBD $ cd ODBC;ls -lrt total 328 -r--r--r-- 1 edw01 edwprocs 0 May 04 2007 ODBC.bs -r-xr-xr-x 1 edw01 edwprocs 164149 Sep 04 2008 ODBC.so