Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#20010 closed defect (fixed)

oracle instantclient: missing symlink to occi shared lib

Reported by: petr@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: oracle shared library occi Cc:
Port: oracle-instantclient

Description

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

Attachments (1)

Portfile.diff (558 bytes) - added by petr@… 15 years ago.
Patch for oracle-instantclient Portfile

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to ryandesign@…

comment:2 Changed 15 years ago by petr@…

Cc: petr@… added

Cc Me!

comment:3 Changed 15 years ago by tobypeterson

Cc: petr@… removed
Version: 1.7.1

Changed 15 years ago by petr@…

Attachment: Portfile.diff added

Patch for oracle-instantclient Portfile

comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Status: newassigned

comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Done in r57022.

comment:6 in reply to:  5 Changed 15 years ago by petr@…

tested. It's working perfectly now. Thanks a lot.

Note: See TracTickets for help on using tickets.