> I am trying to install DBD::ODBC-0.41, but it is 
> not able to find out the ODBC driver manager installed 
> with sap.

Set the environment variable $ODBCHOME such that
$ODBCHOME/lib/libsqlod.a points to libsqlod.a from 
the SAP DB installation.

Then run Makefile.PL from DBD::ODBC.

If that fails, have a look at Makefile.PL to
see what is required for the following lines
to be successful:

    $myodbc = 'sapdb'
                if -f "$odbchome/lib/libsqlod.a";

Daniel Dittmar

--
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to