oracle instantclient: missing symlink to occi shared lib
Oracle Instant client ditribution package for macosx contains a bug. There is no symlink for occi (libocci.dylib) dynamic library.
rimmer:oracle pvanek$ ls -lh
total 195864
-rwxr-xr-x 2 root admin 1.5M Jun 19 08:27 classes12.jar
lrwxr-xr-x 1 root admin 20B Jun 19 08:27 libclntsh.dylib -> libclntsh.dylib.10.1
-rwxr-xr-x 2 root admin 21M Jun 19 08:27 libclntsh.dylib.10.1
-rwxr-xr-x 2 root admin 1.6M Jun 19 08:27 libnnz10.dylib
-rwxr-xr-x 2 root admin 1.1M Jun 19 08:27 libocci.dylib.10.1
-rwxr-xr-x 2 root admin 69M Jun 19 08:27 libociei.dylib
-rwxr-xr-x 2 root admin 104K Jun 19 08:27 libocijdbc10.dylib
-rwxr-xr-x 2 root admin 1.5M Jun 19 08:27 ojdbc14.jar
drwxr-xr-x 3 root admin 102B Jun 19 08:27 sdk
I have to create it manually to allow compile apps with usual dylibs handling:
lrwxr-xr-x 1 root admin 18B Jun 19 09:00 libocci.dylib -> libocci.dylib.10.1
It would be great if it can be handled automagically with port
Cc Me!