Summary and reference cases of common Oracle Installation errors in Linux

Source: Internet
Author: User

Common Oracle Installation errors in Linux:

/Tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt. so: libXp. so.6: cannot open shared object file: No such file or directory occurred ..

The reason is: the graphical dynamic link library libXp. so.6 that supports printing is missing

This error is due to the lack of the system installation package, in versions earlier than RHEL5, you can install the xorg-x11-deprecated-libs package, this installation package can be found in the third Disk of the system Cd (for RedHat as4.2, redhat as4.4 is the fourth installation disc)

IXDBA. NET Technical Community

The downloaded file is as follows:

Xorg-x11-deprecated-libs-6.8.2-31.i386.rpm


Error 2:

Exception: java. lang. unsatisfiedLinkError:/usr/java/j2sdk1.4.2 _ 06/jre/lib/i386/libawt. so: libXt. so.6: cannot open shared object file: No such file or directory
This error is also caused by the lack of the system installation package, you only need to install the XFree86-libs package, this installation package can be found in the system disc.

If the preceding two errors occur in redhat as5, the solution is as follows:

The above package in RHEL5 is replaced by libXp, so the rpm-ivh libXp-1.0.0-8.i386.rpm can solve the problem after marking the package.

Error 3:

Error while loading shared libraries: libstdc ++-libc6.1-1. so.2

Perform the following operations only: ln-s libstdc ++-libc6.2-2. so.3 libstdc ++-libc6.1-1. so.2

  • 1
  • 2
  • Next Page

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.