stevenriz
IS-IT--Management
- May 21, 2001
- 1,069
This isn't urgent, I may just reinstall Fedora with the needed packages. But.... I am trying to connect to X Windows on a Fedora server to install Oracle 10g and receive these errors which tell me something is wrong with X Windows.....
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-07-13_09-19-34AM. Please wait ...[oracle@fedora1 Disk1]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-07-13_09-19-34AM/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)
BLA BLA BLA BLA BLA
So I look for the package and find it...
[root@fedora1 Apps]# rpm -q xorg-x11-xfs
xorg-x11-xfs-6.8.1-12
Then I try to Update it... Says it is already installed...
[root@fedora1 Apps]# rpm -Uvh xorg-x11-xfs-6.8.1-12.i386.rpm
warning: xorg-x11-xfs-6.8.1-12.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
package xorg-x11-xfs-6.8.1-12 is already installed
[root@fedora1 Apps]#
Then I try to remove it to maybe install a newer one....
[root@fedora1 Apps]# rpm -ev xorg-x11-xfs
error: Failed dependencies:
xfs is needed by (installed) chkfontpath-1.10.0-2.i386
[root@fedora1 Apps]#
And I am now it a vicious cycle where each package is dependent on another so what do you suggest I do? I am definately gonig to reinstall the OS, I am just confused as to why this isn't working. Thanks!
Steve
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-07-13_09-19-34AM. Please wait ...[oracle@fedora1 Disk1]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-07-13_09-19-34AM/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)
BLA BLA BLA BLA BLA
So I look for the package and find it...
[root@fedora1 Apps]# rpm -q xorg-x11-xfs
xorg-x11-xfs-6.8.1-12
Then I try to Update it... Says it is already installed...
[root@fedora1 Apps]# rpm -Uvh xorg-x11-xfs-6.8.1-12.i386.rpm
warning: xorg-x11-xfs-6.8.1-12.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
package xorg-x11-xfs-6.8.1-12 is already installed
[root@fedora1 Apps]#
Then I try to remove it to maybe install a newer one....
[root@fedora1 Apps]# rpm -ev xorg-x11-xfs
error: Failed dependencies:
xfs is needed by (installed) chkfontpath-1.10.0-2.i386
[root@fedora1 Apps]#
And I am now it a vicious cycle where each package is dependent on another so what do you suggest I do? I am definately gonig to reinstall the OS, I am just confused as to why this isn't working. Thanks!
Steve