Bug #4858
Modify make install for the headers
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
fixed
Description
Currently if you perform a make install it will install into /usr/local/include/Src which almost never exists.
Instead make install should:
1. mkdir -p /usr/local/include/odbcng
1. install all headers into /usr/local/include/odbcng
Joshua D. Drkae