-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Spatial latest OCI requires adding libnnz18 to the FindOracle.cmake script #5796
Comments
Another option would be to add to the OCI plugin documentation to create a symbolic link for the libnnz18( or any future version number) to a generic libnnz name. That way you don't have to update the source code for each new iteration of the OCI library files. I can provide a pull request for either one. Thoughts? |
I'm not sure how your second option would work for all versions. However a pull request for either option is encouraged :) |
Added version specific libnnz name to the ORACLE_NNZ_NAMES list
Issue #5796 - Latest OCI library files not found
Merged into master and branch-7-4 Thanks @bmulcahy |
Line 40 of the mapserver/cmakeFindOracle.cmake macro needs to have an additional file name added to support the latest Instant Client which uses libnnz18 and not libnnz12
to
The text was updated successfully, but these errors were encountered: