| View previous topic :: View next topic |
| Author |
Message |
mleair
Joined: 19 Jul 2004 Posts: 67 Location: Portland Group
|
|
| Back to top |
|
 |
Catherine Moroney
Joined: 05 Jun 2006 Posts: 22
|
Posted: Fri Jun 16, 2006 10:18 am Post subject: |
|
|
My sysadmin just re-installed the pgi software and performed the
"chcon" commands listed in the other thread, but I'm still having
problems:
System specs: AMD Opteron CPU's, Processor 852
Fedora Core 5 OS
PGDBG 6.1-6 x86-64 (Workstation, 4 CPU)
Copyright 1989-2000, The Portland Group, Inc. All Rights Reserved.
Copyright 2000-2006, STMicroelectronics, Inc. All Rights Reserved.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at splashLoader$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.UnsatisfiedLinkError: /usr/pgi/linux86-64/6.1/lib/libjpgdbg.so: /usr/pgi/linux86-64/6.1/lib/libjpgdbg.so: cannot restore segment prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:967)
at jpgdbg.main(Unknown Source)
... 6 more
Help?
Catherine |
|
| Back to top |
|
 |
mleair
Joined: 19 Jul 2004 Posts: 67 Location: Portland Group
|
Posted: Mon Jun 19, 2006 2:17 pm Post subject: SELinux |
|
|
As an experiment, can you try disabling SELINUX by setting SELINUX=disabled in your system's /etc/sysconfig/selinux file and rebooting?
That should at least tell us that the problem is with SELinux and not something else.
Thanks,
-Mark |
|
| Back to top |
|
 |
|