diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-09 10:33:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-09 10:33:12 +0200 |
commit | e06424d6e24a6f127afec19a948624eb80f44d72 (patch) | |
tree | b8e3e578652c180184258761339c58da83823244 /README | |
parent | aac00e6dcae1462a76eed2700053d82c94f7d153 (diff) |
oracle: more info in readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -8,3 +8,18 @@ RPM can't be published but are used to build php-oci8, tora, ... Download .zip files from: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html + +One spec file per version / architecture, as upstream sometime release them +at different time, and content may also differ. + + +Differences with upstream packages: + +- installation under /usr/lib64 instead of /usr/lib (x86_64) +- linker configuration to find the libraries +- some documentation (demo) in /usr/share/doc +- no version in package name, as parallel installation + is not supported, so does not make sense +- auto provides/requires enabled +- rtsora not packaged (missing dependency on libcobcrtn64.so) + |