Hello,

I am nagging on an error which has been posted here several times, but as far
as I can see nobody found a solution.
Well, I am using the Reportmanager, running in a Linux-Box. The program uses
dbexpress2odbc using the installed unixODBC Drivers. When I use the program
locally on the system and connect to a remote server, running a SAPDP,
everything works well. When I use a Windows-Client, connecting remotely to the
Reportmanager-Server, I am getting the following error :

05/03/2003 10:01:48 - Error - Error returned from ODBC function
SQLDriverConnect (NoPrompt)
ODBC Return Code: -1: SQL_ERROR

ODBC SqlState:        01000
[unixODBC][Driver Manager]Can't open lib '/usr/local/lib/libsqlod.so' :
/usr/local/lib/libsqlod.so: undefined symbol: __fpclassify

Connection string: DSN=SAPDB;UID=TEST;PWD=***;

05/03/2003 10:01:42 - Authorization ok
ODBC SqlState:        01000


As far as I can see in the history of this list, this error occurs in other
environments (e.g. PHP) also.
It seems that an execution of libsqlod.so is not loading libm.so, wehere
__fpclassify is located.
After doing a little debugging of  libsqlod.so it seems that it might have been
forgotten to link it with -lm.

Any clues ?


Thomas

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to