[rhn-users] two products in one pc

Brian R Smith brian at cypher.acomp.usf.edu
Tue May 10 00:40:59 UTC 2005


Ahmed,

For your last two errors, you are missing the Java Virtual Machine 
library.  Perhaps it is on your system and you have not correctly added 
it to your library path.

First, try this

# updatedb && locate libjvm.so

If this does not point you to the location of the libjvm.so file, then 
you need to get the Java JRE from http://java.sun.com

If it does find libjvm.so, you can do one of two things, the latter 
being recommended:

1) Before running f90genm or rwbuilder, execute the following command:

# export LD_LIBRARY_PATH=<PATH_TO_JVM>/libjvm.so

where PATH_TO_JVM is the path you got from the 'locate' command above

2) (Preferred method) For a permanent fix, add the line

<PATH_TO_JVM>

to the file /etc/ld.so.conf and run /sbin/ldconfig as root, where 
PATH_TO_JVM is the same path from the above method.

As for your first problem, I've never been exposed to oracle so I could 
not help you with that.  Perhaps your installation is mis-configured?


-Brian


ahmed_s at scsj.org wrote:

>>hi
>>
>>i would like to ask if anyone can help
>>1-
>>how to run two oracle products in the same time for eg (the database 10g
>>and developer suite 10g)
>>
>>and how to do that.
>>
>>2-
>>when i tried to run the forms and report builder
>>i got this errors
>>
>>[oracle@~ bin]$ ./f90desm.sh
>>./f90desm.sh: line 112: /ds10g/app/oracle/DS10g/bin/f90desm:
>>   No such file or directory
>>and
>>
>>[oracle@~ bin]$ ./f90genm
>>./f90genm: error while loading shared libraries: libjvm.so:
>>   cannot open shared object file: No such file or directory
>>
>>and
>>
>>[oracle at rhdb bin]$ ./rwbuilder
>>./rwbuilder: error while loading shared libraries: libjvm.so:
>>  cannot open shared object file: No such file or directory
>>
>>i am new to oracle on linux
>>
>>and i am using RHEL ES 4
>>
>>please  i need your help
>>
>>thanks and best regards
>>
>>    
>>
>
>_______________________________________________
>rhn-users mailing list
>rhn-users at redhat.com
>https://www.redhat.com/mailman/listinfo/rhn-users
>  
>




More information about the rhn-users mailing list