I am having issues with opening an odbc connection with Vertica from my machine (running centOS)
as far as i understand i have all possible packages installed for this to work but i am still missing some driver file.
here is the error i am getting:
PHP Warning: odbc_connect(): SQL error: [unixODBC][Driver Manager]Can't open lib '/opt/vertica/lib64/libverticaodbc_unixodbc.so' : /opt/vertica/lib64/libverticaodbc_unixodbc.so: cannot open shared object file: No such file or directory, SQL state 01000 in SQLConnect in /var/www/html/* * * *.php on line 149
here are my installed packages:
php53-odbc.x86_64
vertica-odbc.x86_64
php-odbc.x86_64
unixODBC-libs.i386
unixODBC-libs.x86_64
vertica-client.x86_64
vertica-odbc.x86_64
none of these produced that driver file -> libverticaodbc_unixodbc.so
Thanks.