Martin Mann wrote:
I did the upgrade to DBI-1.604 and this time DBD:Sybase-1.08 fails
during make with a different error but an error non the less... Any help
would be greatly appreciated...


"dbdimp.c", line 800.23: 1506-045 (S) Undeclared identifier
BLK_VERSION_150.

"dbdimp.c", line 804.23: 1506-045 (S) Undeclared identifier
BLK_VERSION_125.

"dbdimp.c", line 808.23: 1506-045 (S) Undeclared identifier
BLK_VERSION_120.

make: 1254-004 The error code from the last command is 1.

Those symbols are missing from the FreeTDS include files.

Edit dbdimp.c, and somewhere near the top add:

#define BLK_VERSION_150 BLK_VERSION_100
#define BLK_VERSION_125 BLK_VERSION_100
#define BLK_VERSION_120 BLK_VERSION_100

Michael
--
Michael Peppler           -                 Peppler Consulting SaRL
[EMAIL PROTECTED]      -                  http://www.peppler.org
Sybase DBA/Developer      -   TeamSybase: http://www.teamsybase.com
Sybase on Linux FAQ       -   http://www.peppler.org/FAQ/linux.html

Reply via email to