1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
libdbd-oracle-perl for Debian
-------------------------------
To build this module, you need to install the Oracle Instant Client.
This can be downloaded free of cost (but registration required) from
Oracle:
<http://www.oracle.com/technology/software/tech/oci/instantclient/index.html>
and get the RPM packages for your respective architecture:
- Basic (oracle-instantclient11.2-basic-*.rpm)
- SDK (oracle-instantclient11.2-devel-*.rpm)
Optional: You can use Basic-Lite instead of Basic
(oracle-instantclient11.2-basiclite-*.rpm)
Convert them to Debian packages using Alien:
$ fakeroot alien oracle-instantclient-*.rpm
Install them as root:
# dpkg -i oracle-instantclient11.2-*.deb
and then you are ready to build this package.
-- Peter Eisentraut, Feb. 2008
-- Julián Moreno Patiño, Jun. 2010-2012
|