Dnes je: 23. února 2012

Ostatní

Autor knihy

Oracle Database 11g - Hotová řešení

Kdo je online

Právě připojeni - hostů: 18 a členů: 3 

Přihlásit se




libXp.so.6: cannot (Oracle Audit vault)

 

Problém 61:
[oracle@audvault avserver]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2, enterprise-4 or enterprise-5
Passed
All installer requirements met.
Checking Temp space: must be greater than 80 MB.   Actual 5022 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 4319 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-01-16_02-07-06PM. Please wait ...[oracle@audvault avserver]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-01-16_02-07-06PM/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.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
Řešení:
Pod uživatelem root
/usr/lib
[root@audvault lib]# ls -ltr libXp*
-rwxr-xr-x 1 root root 69316 Jun  6  2007 libXpm.so.4.11.0
lrwxrwxrwx 1 root root    16 Jan 16 10:58 libXpm.so.4 -> libXpm.so.4.11.0
[root@audvault lib]# ln -s libXpm.so.4.11.0 libXp.so.6
[root@audvault lib]# ls -ltr libXp*
-rwxr-xr-x 1 root root 69316 Jun  6  2007 libXpm.so.4.11.0
lrwxrwxrwx 1 root root    16 Jan 16 10:58 libXpm.so.4 -> libXpm.so.4.11.0
lrwxrwxrwx 1 root root    16 Jan 16 14:11 libXp.so.6 -> libXpm.so.4.11.0
Pod uživatelem oracle
[oracle@audvault avserver]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2, enterprise-4 or enterprise-5
Passed
All installer requirements met.
Checking Temp space: must be greater than 80 MB.   Actual 4942 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 4319 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-01-16_02-12-02PM. Please wait ...[oracle@audvault avserver]$

Problém 61:

[oracle@audvault avserver]$ ./runInstallerStarting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2, enterprise-4 or enterprise-5                                      Passed

All installer requirements met.
Checking Temp space: must be greater than 80 MB.   Actual 5022 MB    PassedChecking swap space: must be greater than 150 MB.   Actual 4319 MB    PassedChecking monitor: must be configured to display at least 256 colors.    Actual 16777216    PassedPreparing to launch Oracle Universal Installer from /tmp/OraInstall2012-01-16_02-07-06PM. Please wait ...[oracle@audvault avserver]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-01-16_02-07-06PM/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.<clinit>(Unknown Source)        at java.awt.Component.<clinit>(Unknown Source)

Řešení:

Pod uživatelem root

 

[root@audvault lib]# pwd/usr/lib[root@audvault lib]# ls -ltr libXp*-rwxr-xr-x 1 root root 69316 Jun  6  2007 libXpm.so.4.11.0lrwxrwxrwx 1 root root    16 Jan 16 10:58 libXpm.so.4 -> libXpm.so.4.11.0

[root@audvault lib]# ln -s libXpm.so.4.11.0 libXp.so.6

[root@audvault lib]# ls -ltr libXp*-rwxr-xr-x 1 root root 69316 Jun  6  2007 libXpm.so.4.11.0lrwxrwxrwx 1 root root    16 Jan 16 10:58 libXpm.so.4 -> libXpm.so.4.11.0lrwxrwxrwx 1 root root    16 Jan 16 14:11 libXp.so.6 -> libXpm.so.4.11.0

Pod uživatelem oracle

 

[oracle@audvault avserver]$ ./runInstallerStarting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2, enterprise-4 or enterprise-5                                      Passed

All installer requirements met.
Checking Temp space: must be greater than 80 MB.   Actual 4942 MB    PassedChecking swap space: must be greater than 150 MB.   Actual 4319 MB    PassedChecking monitor: must be configured to display at least 256 colors.    Actual 16777216    PassedPreparing to launch Oracle Universal Installer from /tmp/OraInstall2012-01-16_02-12-02PM. Please wait ...[oracle@audvault avserver]$

 

 

Anketa

Využívají vaše databáze pro ukládání souborů ASM? (automatic storage management)
 

Certifikát Oracle Certifikát Oracle Certifikát Oracle Certifikát Oracle Certifikát Oracle Certifikát Oracle

Partnerské internetové stránky:
www.oracledba.cz www.asktom.cz www.tomas-solar.cz