Sponsored Content
Top Forums UNIX for Dummies Questions & Answers oracle installation on redhat 7.0/7.1 Post 5604 by patvdv on Friday 17th of August 2001 12:52:59 PM
Old 08-17-2001
compat-glibc

The fix is to install the older compat libraries. There is a README file covering installing Oracle in the root directory of the installer CD
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mysql installation error using redhat 7.2

i am a newbie to unix admin stuff so bare with me. -- i get this message when executing mysql_install_db during the installation of mysql. what is the cause of this and how can it be fixed. btw - i have tried installing as root and other accounts also. scripts/mysql_install_db:... (6 Replies)
Discussion started by: theDirtiest
6 Replies

2. UNIX for Advanced & Expert Users

Redhat 7.3 Installation

Hi, I am trying to install Redhat 7.3 on a Compaq Proliant Server but after booting from CD1 it gives following "SYSLINUX 1.52 Unknown Keyword in Syslinux.cfg Could not find Kernel Image boot: I don't know what this means. I tried the same CD on a... (4 Replies)
Discussion started by: s_aamir
4 Replies

3. Filesystems, Disks and Memory

re-partiton / re-installation on Redhat 7.3

Hello, me and a friend currently operate a dedicated server our /dev/hda2 is starting to get full and we have a lot of information in there we would like to keep, so we are thinking about adding an additional 120GB HD then reinstall the OS to re-partition the partitions, our current setup looks... (3 Replies)
Discussion started by: shaft
3 Replies

4. Red Hat

Python Installation problems on Redhat Enterprise Linux.

Hi All, I have to upgrade python installed on my Redhat enterprise Linux 4. I downloaded the latest python package from python website but not able to install the new package as the make command itself goes on running for more than a day. Can some help me regarding this. Is ther any method to... (2 Replies)
Discussion started by: Praveen H
2 Replies

5. Red Hat

remote redhat installation

Hi guys! I have fedora6 on server and i want redhell5 to be on it. The problem is that the server is located from me several hundred kilometers away. So the only access i have is ssh. On my notebook i have iso-image with redhell5. How can install redhell5 on it and deinstall fedora6? Thanks in... (8 Replies)
Discussion started by: smallman
8 Replies

6. Shell Programming and Scripting

Perl connect to remote oracle db without local oracle installation

I want to use Perl to connect to a remote Oracle DB I have no oracle installation on my server (and dont plan on installing one) I am using solaris 9 on x86 server. Is this possible? I basically want to run some basic sql queries on the remote oracle db which I have access to using perl on my... (0 Replies)
Discussion started by: frustrated1
0 Replies

7. Red Hat

Help with Redhat installation problem

Hello; I have 4 servers with RedHat Enterprise server 32-bit installed. i'm trying to install 64-bit system instead but the hardware has only CD drive (not DVD). When i tried to use external DVD drive and connect it to the USB to install the 64-bit system, it starts ok but then it ask for the... (2 Replies)
Discussion started by: Katkota
2 Replies

8. Red Hat

Redhat 9 installation problem

All, I am trying to install redhat9 to my system. I have 26 GB of unpartitioned space, and I do have xp-2 already installed on my system in c: . I am using external DVD-RW to install linux. I have booted the CD, chosen Graphical mode and now installation frizzed with below message: ... (5 Replies)
Discussion started by: joshilalit2004
5 Replies

9. UNIX for Beginners Questions & Answers

Redhat installation

Hi everyone, i am new to unix system. i got a project to install a web server (grafana)and database(influxdb) to install in redhat 7. The alloted space for my virtual machine is 1.3 TB . i don't have any idea how to allocate this space for redhat directories. DO i have to continue with the basic... (1 Reply)
Discussion started by: munnancs
1 Replies

10. Red Hat

Dependency Error for OpenSSL i686 installation in Redhat 7.4 x64

Hi, I am unable to install openssl package due to some of the dependencies: # rpm -i openssl098e-0.9.8e-29.el7_2.3.i686.rpm warning: openssl098e-0.9.8e-29.el7_2.3.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY error: Failed dependencies: libcom_err.so.2 is needed by... (0 Replies)
Discussion started by: rsimpossible86
0 Replies
DH_INSTALLDOCS(1)						     Debhelper							 DH_INSTALLDOCS(1)

NAME
       dh_installdocs - install documentation into package build directories

SYNOPSIS
       dh_installdocs [debhelperoptions] [-A] [-Xitem] [file...]

DESCRIPTION
       dh_installdocs is a debhelper program that is responsible for installing documentation into usr/share/doc/package in package build
       directories.

       In compat 10 and earlier, dh_install(1) may be a better tool for handling the upstream documentation, when upstream's own build system
       installs all the desired documentation correctly.  In this case, dh_installdocs is still useful for installing packaging related
       documentation (e.g. the debian/copyright file).

       From debhelper compatibility level 11 on, dh_install will fall back to looking in debian/tmp for files, if it does not find them in the
       current directory (or wherever you've told it to look using --sourcedir).

       In compat 11 and later, dh_installdocs offers many of the features that dh_install(1) also have.  Furthermore, dh_installdocs also supports
       the nodoc build profile to exclude documentation (regardless of compat level).

FILES
       debian/package.docs
	   List documentation files to be installed into package.

       debian/copyright
	   The copyright file is installed into all packages, unless a more specific copyright file is available.

       debian/package.copyright
       debian/package.README.Debian
       debian/package.TODO
	   Each of these files is automatically installed if present for a package.

       debian/README.Debian
       debian/TODO
	   These files are installed into the first binary package listed in debian/control.

	   Note that README.debian files are also installed as README.Debian, and TODO files will be installed as TODO.Debian in non-native
	   packages.

       debian/package.doc-base
	   Installed as doc-base control files. Note that the doc-id will be determined from the Document: entry in the doc-base control file in
	   question. In the event that multiple doc-base files in a single source package share the same doc-id, they will be installed to
	   usr/share/doc-base/package instead of usr/share/doc-base/doc-id.

       debian/package.doc-base.*
	   If your package needs to register more than one document, you need multiple doc-base files, and can name them like this. In the event
	   that multiple doc-base files of this style in a single source package share the same doc-id, they will be installed to
	   usr/share/doc-base/package-* instead of usr/share/doc-base/doc-id.

OPTIONS
       -A, --all
	   Install all files specified by command line parameters in ALL packages acted on.

       -Xitem, --exclude=item
	   Exclude files that contain item anywhere in their filename from being installed. Note that this includes doc-base files.

       --sourcedir=dir
	   Look in the specified directory for files to be installed.  This option requires compat 11 or later (it is silently ignored in compat
	   10 or earlier).

	   Note that this is not the same as the --sourcedirectory option used by the dh_auto_* commands. You rarely need to use this option,
	   since dh_installman automatically looks for files in debian/tmp in debhelper compatibility level 11 and above.

       --doc-main-package=main-package
	   Set the main package for a documentation package.  This is used to install the documentation of the documentation package in
	   /usr/share/doc/main-package as recommended by the Debian policy manual 3.9.7 in S12.3.

	   In compat 11 (or later), this option is only useful if debhelper's auto-detection of the main package is wrong.  The option can also be
	   used to silence a warning from debhelper when the auto-detection fails but the default happens to be correct.

	   This option cannot be used when dh_installdocs is instructed to act on multiple packages.  If you need this option, you will generally
	   need to combine it with -p to ensure exactly one package is acted on.

	   Please keep in mind that some documentation (the copyright file, README.Debian, etc.) will be unaffected by this option.

       --link-doc=package
	   Make the documentation directory of all packages acted on be a symlink to the documentation directory of package. This has no effect
	   when acting on package itself, or if the documentation directory to be created already exists when dh_installdocs is run. To comply
	   with policy, package must be a binary package that comes from the same source package.

	   debhelper will try to avoid installing files into linked documentation directories that would cause conflicts with the linked package.
	   The -A option will have no effect on packages with linked documentation directories, and copyright, changelog, README.Debian, and TODO
	   files will not be installed.

	   (An older method to accomplish the same thing, which is still supported, is to make the documentation directory of a package be a
	   dangling symlink, before calling dh_installdocs.)

	   Please note that this option only applies to the documentation directory for the package itself.  When the package ships documentation
	   for another package (e.g. see --doc-main-package), it will not use a symlink for the documentation of the other package.

	   CAVEAT 1: If a previous version of the package was built without this option and is now built with it (or vice-versa), it requires a
	   "dir to symlink" (or "symlink to dir") migration.  Since debhelper has no knowledge of previous versions, you have to enable this
	   migration itself.

	   This can be done by providing a "debian/package.maintscript" file and using dh_installdeb(1) to provide the relevant maintainer script
	   snippets.

	   CAVEAT 2: The use of --link-doc should only be done when the packages have same "architecture" type.  A link from a architecture
	   independent package to a architecture dependent package (or vice versa) will not work.  Since compat 10, debhelper will actively reject
	   unsupported combinations.

       file ...
	   Install these files as documentation into the first package acted on. (Or in all packages if -A is specified).

EXAMPLES
       This is an example of a debian/package.docs file:

	 README
	 TODO
	 debian/notes-for-maintainers.txt
	 docs/manual.txt
	 docs/manual.pdf
	 docs/manual-html/

NOTES
       Note that dh_installdocs will happily copy entire directory hierarchies if you ask it to (similar to cp -a). If it is asked to install a
       directory, it will install the complete contents of the directory.

SEE ALSO
       debhelper(7)

       This program is a part of debhelper.

AUTHOR
       Joey Hess <joeyh@debian.org>

11.1.6ubuntu2							    2018-05-10							 DH_INSTALLDOCS(1)
All times are GMT -4. The time now is 04:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy