Hi all,
I've just finished to install SAS 9.4 on a HP-UX server. As per detailed on configuration document, http://support.sas.com/documentation/installcenter/en/ikfdtnunxcg/66380/PDF/default/config.pdf, I setting the ODBCHOME environment variable and edit the odbc.ini.
After that, when I tried to define a SQL Server library, the following error appear:
ERROR: Could not load /sas9/software/SASFoundation/9.4/sasexe/sassqsrv (98 images loaded)
ERROR: Unable to find library 'libodbc.so'.
I verify and the 'libodbc.so' is located on "/sas9/software/AccessClients/9.4/SQLServer/lib". The currents environments variables are:
$ echo $ODBCHOME
/sas9/software/AccessClients/9.4/SQLServer
$ echo $ODBCINI
/sas9/software/AccessClients/9.4/SQLServer/odbc.ini
$ echo $SHLIB_PATH
/sas9/software/AccessClients/9.4/SQLServer/lib:/oracle/app/oracle/product/11.1.0/client_1/lib
Any idea?