I am running CentOS 5.3 i386... I have installed the SQL Anywhere 11.0.1 Developer Edition for Linux into /opt/sqlanywhere11 but the "perl Makefile.pl" for the DBD-ASAny module still fails:
** Unable to find Adaptiver Server Anywhere installation
** Please set the ASANY environment variable.
So I added some debug output to the Makefile.pl, got the following:
platform is UNIX
ASANY ENV is: /opt/sqlanywhere11
So I know it is detecting the proper platform and that ASANY env var is set to the install directory, but the "perl Makefile.pl" is still failing. I am trying to build the module with the client installed and not the server.
My LD path does have the Sybase libraries dir (/opt/sqlanywhere11/lib32) will "SQL Anywhere 11.0.1 Developer Edition" not work for the use of the perl module?