Problems with installing Oracle10g in liunx

Source: Internet
Author: User

Some problems encountered when installing Oracle10g in fedora8

 

1. The most common problems during installation are summarized as follows:

When oracle10201 is installed on the RedHat as4 x86-64, the following error occurs:

First, let's take a look at the error.Information:

Exception in thread "Main" Java. Lang. unsatisfiedlinkerror:

/Tmp/OraInstall2007-12-03_09-02-02AM/JRE/1.4.2/lib/i386/libawt. So:

Libxp. so.6: cannot open shared object file:

No such file or directory

At java. Lang. classloader $ nativelibrary. Load (native method)

At java. Lang. classloader. loadlibrary0 (unknown source)

At java. Lang. classloader. loadlibrary (unknown source)

At java. Lang. runtime. loadlibrary0 (unknown source)

At java. Lang. system. loadlibrary (unknown source)

At sun. Security. Action. loadlibraryaction. Run (unknown source)

At java. Security. accesscontroller. doprivileged (native method)

At sun. AWT. nativelibloader. loadlibraries (unknown source)

At sun. AWT. debughelper. (Unknown source)

At java. AWT. component. (Unknown source)

The missing: libXp-1.0.0-8.i386.rpm package is clearly known from the error prompt, so you need to install the package before installing it

Oracle10g.

 

2. xcb_xlib.c: 50: xcb_xlib_unlock: assertion C-> xlib. Lock failed

(1) Go Back To libx11 of fc7,
When you uninstall the following two packages, you may not be able to uninstall the package due to dependency issues. Add the -- nodeps parameter to the backend to force uninstall the package. Take fedora 8 as an example to unmount the package:

Quote:

LibX11-1.1.3-4.fc8.i386.rpm
LibX11-devel-1.1.3-4.fc8.i386.rpm

Uninstall.

Install the following two RPM packages and download them from the RPM serch website.

Quote:

LibX11-1.0.3-8.fc7.i386.rpm
LibX11-devel-1.0.3-8.fc7.i386.rpm


(2) The above method is collected on the Internet. In fact, the latest libcx package was available in the yum library's latest development. The following uses fedora 8 as an example:

Code:

    yum --enablerepo=development update libxcb
    export LIBXCB_ALLOW_SLOPPY_LOCK=1
This solves the problem,

Code:

    [root@localhost ~]# rpm -qa|grep libxcb
    libxcb-1.1-1.fc9
    libxcb-devel-1.1-1.fc9

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.