Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdbd-oracle-perl
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Perl Group
modules
packages
libdbd-oracle-perl
Commits
6384efdb
Commit
6384efdb
authored
8 years ago
by
Alex Muntada
Browse files
Options
Downloads
Patches
Plain Diff
debian/README*: improve documentation
Closes: #833119 Thanks: Christoph Biedl
parent
750cebd0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/README
+19
-8
19 additions, 8 deletions
debian/README
debian/README.source
+13
-5
13 additions, 5 deletions
debian/README.source
with
32 additions
and
13 deletions
debian/README
+
19
−
8
View file @
6384efdb
libdbd-oracle-perl for Debian
-----------------------------
--
-----------------------------
To install this package, you need to install the Oracle Instant Client.
This can be downloaded free of cost (but registration required) from
Oracle:
This can be downloaded free of cost but an "Oracle Account" is required:
<http://www.oracle.com/technology/software/tech/oci/instantclient/index.html>
and get the RPM package for your respective architecture:
Click to "Instant Client for Linux x86-64" (amd64) or
"Instant Client for Linux x86" (i386), accept the license
agreement for Instant Client and get the RPM package (no other
architectures are supported):
- Basic (oracle-instantclient12.1-basic-*.rpm)
Convert it to Debian package using Alien:
Optional: You can use Basic-Lite instead of Basic
(oracle-instantclient12.1-basiclite-*.rpm)
$ fakeroot alien oracle-instantclient12.1-basic-*.rpm
Make sure you have these packages installed to convert the
RPM files to Debian:
Install it as root:
- fakeroot
- alien
# dpkg -i oracle-instantclient12.1-basic_*.deb
Convert them to Debian packages:
$ fakeroot alien oracle-instantclient12.1-*.rpm
Install them as root:
# dpkg -i oracle-instantclient12.1-*.deb
and then you are ready to install this package.
...
...
This diff is collapsed.
Click to expand it.
debian/README.source
+
13
−
5
View file @
6384efdb
...
...
@@ -2,20 +2,28 @@ 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:
This can be downloaded free of cost but an "Oracle Account" is required:
<http://www.oracle.com/technology/software/tech/oci/instantclient/index.html>
and get the RPM packages for your respective architecture:
Click to "Instant Client for Linux x86-64" (amd64) or
"Instant Client for Linux x86" (i386), accept the license
agreement for Instant Client and get the RPM package (no other
architectures are supported):
- Basic (oracle-instantclient12.1-basic-*.rpm)
- SDK (oracle-instantclient12.1-devel-*.rpm)
Optional: You can use Basic-Lite instead of Basic
Optional: You can use Basic-Lite instead of Basic
(oracle-instantclient12.1-basiclite-*.rpm)
Convert them to Debian packages using Alien:
Make sure you have these packages installed to convert the
RPM files to Debian:
- fakeroot
- alien
Convert them to Debian packages:
$ fakeroot alien oracle-instantclient12.1-*.rpm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment