PDA

View Full Version : this is a really dumb question


Papsomax
03-20-04, 11:23 PM
ok, yes i'm a fledgling n00b to linux, however i have oracle 9si/ax that i want to install...i know you just can't click on the cd-rom icon and the install iso to start the install process....so how do you????????????

hooah

Christoph
03-21-04, 12:32 AM
Look around in the root directory of the CD for an install script. it should be obviously named.

Papsomax
03-21-04, 07:30 PM
Yes there are two install scripts, however I know you just can't click on them to make the, work. I tried but nothing happen.

{PMS}fishy
03-21-04, 07:58 PM
Try something like ./installname.sh

Christoph
03-21-04, 08:15 PM
You'll need to run the script on the CLI, eg in a terminal emulator like konsole or xterm.

Papsomax
03-21-04, 09:57 PM
OK, did that and this is error message I get:

[richard@localhost cdrom]$ ./runInstaller
[richard@localhost cdrom]$ Initializing Java Virtual Machine from ../../stage/Co mponents/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java. Pleas e wait...
/mnt/cdrom/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/li nux/bin/i386/native_threads/java: error while loading shared libraries: libstdc+ +-libc6.1-1.so.2: cannot open shared object file: No such file or directory


Next help???

Thanks

Christoph
03-21-04, 11:00 PM
You need to install a package with libstdc++ and libc6. Which distro are you using?

{PMS}fishy
03-22-04, 12:14 AM
Originally posted by Christoph
You need to install a package with libstdc++ and libc6. Which distro are you using?

Mandrake 9.2 I think.

You should be able to use RPM Drake to install those packages off the CDs.

Widukind
03-22-04, 07:02 PM
*mumbles something about administrator permissions*