LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem to run the file (https://www.linuxquestions.org/questions/linux-software-2/problem-to-run-the-file-4175543633/)

Huamin 05-26-2015 08:09 AM

Problem to run the file
 
Hi,
Any advice to these problem?

[oracle@localhost ~]$ cd /home/oracle/Downloads
[oracle@localhost Downloads]$ ./oepe-12.1.3-kepler-installer-linux-gtk.bin
0%.................................................................................................. ..100%
Error: dl failure on line 863
Error: failed /tmp/sfx_7oqEbv/oracle.jdk/jdk/jre/lib/i386/client/libjvm.so, because /tmp/sfx_7oqEbv/oracle.jdk/jdk/jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Permission denied
** Error during execution, error code = 1536.
[oracle@localhost Downloads]$ su -
Password:
[root@localhost ~]# cd /home/oracle/Downloads
[root@localhost Downloads]# ./oepe-12.1.3-kepler-installer-linux-gtk.bin
0%.................................................................................................. ..100%
Error: dl failure on line 863
Error: failed /tmp/sfx_Krq5NT/oracle.jdk/jdk/jre/lib/i386/client/libjvm.so, because /tmp/sfx_Krq5NT/oracle.jdk/jdk/jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: Permission denied
** Error during execution, error code = 1536.
[root@localhost Downloads]#

pan64 05-26-2015 11:00 AM

http://www.easysoft.com/support/kb/kb00976.html
if the above did not help you can try:
http://thompsonng.blogspot.hu/2012/0...rot-after.html

Huamin 05-27-2015 06:56 AM

Sorry, I get these
[root@localhost ~]# chcon -t texrel_shlib_t
chcon: too few arguments
Try `chcon --help' for more information.
[root@localhost ~]# /usr/sbin/setenforce 0
[root@localhost ~]# cd /home/oracle/Downloads
[root@localhost Downloads]# ./oepe-12.1.3-kepler-installer-linux-gtk.bin
0................................................................................................... .100%
Launcher log file is /tmp/OraInstall2015-05-27_07-39-54PM/launcher2015-05-27_07-39-54PM.log.
Java HotSpot(TM) Client VM warning: You have loaded library /tmp/sfx_cdoa0p/Disk1/install/linux/libjni.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
The current user is root or has superuser privilege.
The Oracle Universal Installer cannot continue installation.
** Error during execution, error code = 256.
[root@localhost Downloads]#

TB0ne 05-27-2015 08:29 AM

Quote:

Originally Posted by Huamin (Post 5368114)
Sorry, I get these
[root@localhost ~]# chcon -t texrel_shlib_t
chcon: too few arguments
Try `chcon --help' for more information.
[root@localhost ~]# /usr/sbin/setenforce 0
[root@localhost ~]# cd /home/oracle/Downloads
[root@localhost Downloads]# ./oepe-12.1.3-kepler-installer-linux-gtk.bin
0................................................................................................... .100%
Launcher log file is /tmp/OraInstall2015-05-27_07-39-54PM/launcher2015-05-27_07-39-54PM.log.
Java HotSpot(TM) Client VM warning: You have loaded library /tmp/sfx_cdoa0p/Disk1/install/linux/libjni.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
The current user is root or has superuser privilege.
The Oracle Universal Installer cannot continue installation.
** Error during execution, error code = 256.
[root@localhost Downloads]#

As you've been told before, unless you provide DETAILS, we can't help, and we hate to guess and ask for each small thing. You don't tell us what version/distro of Linux, and are only now hinting that this might be a VM server, and don't even tell us what VM (Virtualbox? KVM? VMware ESX? What???) you're using.

Since you've been asking about how to 'refer' to a file:
http://www.linuxquestions.org/questi...le-4175543582/
http://www.linuxquestions.org/questi...le-4175542731/

...and since you've been asking about Oracle since last year:
http://www.linuxquestions.org/questi...ad-4175512116/

...have you done as suggested back then?? Oracle is NOT FREE...either pay for it, or use something else. If you are paying, then do as suggested and contact Oracle support, since that's one of the things you're paying them for.

Huamin 05-27-2015 09:17 AM

Thanks a lot.
This is Oracle Linux 5.9 which is Red-hat, and it is running under Virtual box.

Here is the version I get

Red Hat Enterprise Linux Server release 5.11 (Tikanga)
[oracle@localhost ~]$

from the OS. Please only check this if available. Thanks again.

TB0ne 05-27-2015 09:57 AM

Quote:

Originally Posted by Huamin (Post 5368175)
Thanks a lot.
This is Oracle Linux 5.9 which is Red-hat, and it is running under Virtual box.

Here is the version I get

Red Hat Enterprise Linux Server release 5.11 (Tikanga)

from the OS. Please only check this if available. Thanks again.

..and AGAIN..HAVE YOU CONTACTED ORACLE SUPPORT?????

Again, having to ask things over and over, and keep asking for details, isn't pleasant.

John VV 05-27-2015 03:26 PM

also BE AWARE that
RHEL 5 ( and the clone oracle 5 ) are legacy hardware /software operating systems


the current is 5.11
GREAT for OLD ( 10+ year old hardware) or if you NEED !!! to run OLD software

5 is however NOT a good Operating System if you DO NOT need to use old hardware or software

and oracle5 is NOT a good choice for the current 12c database

for that
i would use the CURRENT os
RHEL 7.1 or for oracles DB -- the BEST os for 12c is Oracle linux 7.0


the MAIN issue with this JAVA tool will be java 1.7

rhel5 uses java 1.5 and 1.6

you need the 1.7 java sdk

install RHEL 6.6 or 7.1 ( or the oracle clone )

Huamin 05-28-2015 07:39 PM

Thanks a lot all.

TB0ne 05-29-2015 12:13 PM

Quote:

Originally Posted by Huamin (Post 5369087)
Thanks a lot all.

So did you resolve this? If so, HOW?? You came to the community asking for help...why don't you post what you did to get this working, so others can benefit?


All times are GMT -5. The time now is 02:55 AM.