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