Hello ! My problem is to connect from Linux (Slackware 9.0) to SAP database. To do it i've compiled and installed latest available manager iODBC (libiodbc-3.51.0-i386-1) and libraries from sap site (sapdb-odbc-linux-i386-7.4.03.pre11.tgz). To be sure required files odbc.ini and odbcinst.ini i've create using program called iobcadm-gtk (from iODBC). Probably problem is not in this files but for sure i list them hier:
/etc/odbc.ini - --------------------------------------------- " [ODBC Data Sources] SAP=SAPDB [SAP] Driver=/usr/local/lib/sapdb/lib/libsqlod.so Description=Baza SAP-owska ServerDB=BAZA_DUZA ServerNode=10.0.0.1 " --------------------------------------------- /etc/odbcinst.ini: --------------------------------------------- [ODBC Drivers] SAPDB=Installed [ODBC Connection Pooling] PerfMon=0 Retry Wait= [SAPDB] Driver=/usr/local/lib/sapdb/lib/libsqlod.so Setup=/usr/local/lib/sapdb/lib/libsqlod.so --------------------------------------------- then i've set enviroment variables: ODBCHOME=/usr/local/lib/sapdb ODBCINI=/etc/odbc.ini ODBCINSTINI=/etc/odbcinst.ini Problem: when i'm connecting with iodbctest: [iODBC][Driver Manager]Specified driver could not be loaded,SQLSTATE=IM003 [iODBC][Driver Manager]/usr/local/lib/sapdb/lib/libsqlod.so: undefined symbol: __fpclassify, SQLSTATE=00000 The problem witch i've got was described in following emails: http://listserv.sap.com/pipermail/sapdb.general/2002-August/007401.html http://listserv.sap.com/pipermail/sapdb.general/2003-March/012993.html http://listserv.sap.com/pipermail/sapdb.general/2002-August/007407.html http://listserv.sap.com/pipermail/sapdb.general/2002-May/006254.html but resolve found in: http://listserv.sap.com/pipermail/sapdb.general/2003-March/013016.html don't works :( When i'm connectin now after reading above mail and applying to my system (recompilataion of libsqlod.so library) i've got , SQLSTATE= and nothing happen. _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
