SDK install problems on Redhat 7.1

Hi
I'm having problems getting the SDK to work on Redhat 7.1.
My path variable is set up corectly, and get the following errors when I do a java -version
java: /usr/bin/cut: No such file or directory
usr/lib/jdk1.3.0_02/bin/i386/native_threads/java: error loading shared libraries: libjvm.so :cannot load shared object file: No such file or directory
I've tried the following: copying libjvm.so to my /usr/lib directory and creating a "cut" file under /usr/bin. That took care of the error msgs, but now I get a core dump.
Does anybody know why this is happening?? I running the same SDK on SuSE without any problems.
Please help!!

Lots of people talk about this problem with RedHat 7.1
I know this sounds crazy but you could download jBuilder from borland and get a Sun jdk that works.
That's what I did.
I can't figure out what's up with the Sun download but look at the permissions.
For the second guy
If the file had a .bin on the end of it it's a bash script that the permission is screwed up on I bet ??
You might want to move the file off the system and put it back as user. Don't know, seems like if you change the permission as root or run as root you might end up with an unusable jdk (permissions all screwed up) ???

Similar Messages

  • JRE or SDK install problem - installing in non-std dir

    I'm encountering a problem trying to install either the JRE or SDK into a non-standard directory (one that's not the default of c:\j2sdk1.4.2_01 or what have you). This is occuring with both 1.4.2_01 and 1.4.2_02.
    In this case, I'm trying to install it in a directory similar to c:\progra~1\compan~1\produc~1\jre. (Short names b/c I can't figure out how to do long paths silently, but that's a whole different issue).
    The install nears the end and then presents the user with a "Java(TM) Update (1.4.2_01-b06) cannot be installed on this machine because the Java(TM) Virtual Machine is currently running. Please close all running Java(TM) applications, especially browsers. [RETRY] [CANCEL]" message.
    There's definitely not a JVM running at the moment. If I click Cancel, the install finishes up and there is a workable install there. But why the prompt? Since this is a silent install within another install, it will cause concern for my customers.
    The last few lines of my setup file:
    Action start 19:16:59: removesdkpackfiles.
    Action ended 19:17:00: removesdkpackfiles. Return value 1.
    Action start 19:17:00: unzipdemos.
    Action ended 19:17:15: unzipdemos. Return value 1.
    Action start 19:17:15: copysrczip.
    Action ended 19:17:19: copysrczip. Return value 1.
    Action start 19:17:19: patchsdk.
    Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action patchsdk, location: C:\Program Files\Common Files\Java\Update\Base Images\j2sdk1.4.2-b28\patch-j2sdk1.4.2_02-b03\patchsdk.exe, command: -s "C:\PROGRA~1\COMPAN~1\PRODUC~1\jre\"
    Action ended 19:17:35: patchsdk. Return value 3.
    Action ended 19:17:35: INSTALL. Return value 3.
    === Logging stopped: 10/23/2003 19:17:35 ===
    The command line to kick off the install:
    j2sdk-1_4_2_02-windows-i586-p.exe /s /v\"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\progra~1\compan~1\produc~1\jre /L \jresetup.log"
    Has anyone encountered this? I've narrowed it down to the fact that it's an install into a directory that's not the default. If I run the install without specifying the INSTALLDIR, everything works fine. Help is appreciated!

    See the original posting and comments in http://forum.java.sun.com/thread.jsp?forum=14&thread=462167 and the bug http://developer.java.sun.com/developer/bugParade/bugs/4953793.html
    Rebooting has no effect whatsoever on this problem; even if you can now get the SDK installed, a non-administrative account won't be able to use the JRE in it, nor will the user be able to use the other JRE installed in the default location.

  • AM SDK Install Problem - Two server config

    I am using the 2005Q4 release of JES on Solaris 10 zones. I have ds, web, and AM on first zone (zldap) and I have web, and the sdk installed on the second zone (zmail). No problems with the zldap appliations. The zldap apps start and run without issues.
    **zldap zone: /jes/ds, /jes/web, /jes/am (full install), and /jes/da
    **zmail zone: /jes/web, /jes/amsdk (AM SDK)
    I installed the AM SDK on the web server in the zmail zone and it starts up without any errors, however, when I try the"./amadmin -u amadmin -w *** -m http://zldap.domain.com" command it returns errors. I am also trying to install the uwc and get errors and I am assuming that there is a problem with the SDK.
    Below is a cut of my "silient" install file for the amconfig -s silent install. Am I using the wrong values for server?
    DEPLOY_LEVEL=4
    SERVER_PROTOCOL=http
    SERVER_NAME=zldap
    SERVER_HOST=$SERVER_NAME.domain.com
    SERVER_PORT=80
    ADMIN_PORT=8888
    DS_HOST=zldap.domain.com
    DS_DIRMGRPASSWD=*******
    ROOT_SUFFIX="o=isp"
    ADMINPASSWD=*******
    AMLDAPUSERPASSWD=*******
    COOKIE_DOMAIN=.domain.com
    AM_ENC_PWD="xxxxxxxxxxxxxxxxx"
    NEW_OWNER=root
    NEW_GROUP=root
    PAM_SERVICE_NAME=other
    WEB_CONTAINER=WS6
    BASEDIR=/jes/amsdk
    CONSOLE_HOST=$SERVER_HOST
    CONSOLE_PORT=$SERVER_PORT
    CONSOLE_PROTOCOL=$SERVER_PROTOCOL
    CONSOLE_REMOTE=true
    SERVER_DEPLOY_URI=/amserver
    CONSOLE_DEPLOY_URI=/amconsole
    PASSWORD_DEPLOY_URI=/ampassword
    COMMON_DEPLOY_URI=/amcommon
    DIRECTORY_MODE=4
    DS_PORT=389
    DS_DIRMGRDN="cn=Directory Manager"
    USER_NAMING_ATTR=uid
    ORG_NAMING_ATTR=o
    ORG_OBJECT_CLASS=sunismanagedorganization
    USER_OBJECT_CLASS=inetorgperson
    DEFAULT_ORGANIZATION=domain.com
    JAVA_HOME=/usr/jdk/entsys-j2se
    AM_REALM=disabled
    NEW_INSTANCE=false
    WS61_INSTANCE=https-zmail.domain.com
    WS61_HOME=/jes/web
    WS61_PROTOCOL=$SERVER_PROTOCOL
    WS61_HOST=zmail.domain.com
    WS61_PORT=$SERVER_PORT
    WS61_ADMINPORT=$ADMIN_PORT
    WS61_ADMIN="admin"
    Thanks for any suggestions.

    Yes, I can telnet to zldap ports 80, 443, and 389 from zmail. Note, zldap and zmail are Solaris 10 zones on a single V490.
    Here's my differences between the AMConfig.properties on each system. Not sure that to think about the diffs?
    root@mail# diff /tmp/AMConfig-zldap /tmp/AMConfig-zmail
    < com.iplanet.am.defaultOrg=o=isp
    com.iplanet.am.defaultOrg=domain.com,o=isp< com.iplanet.am.notification.url=https://zldap.domain.com:443/amserver/notificationservice
    com.iplanet.am.notification.url=http://zmail.domain.com:80/notificationservice
    < com.iplanet.am.rootsuffix=o=isp
    < com.iplanet.am.domaincomponent=o=isp
    com.iplanet.am.rootsuffix=domain.com,o=isp
    com.iplanet.am.domaincomponent=domain.com,o=isp< com.iplanet.am.admin.cli.certdb.prefix=https-zldap.domain.com-zldap-
    com.iplanet.am.admin.cli.certdb.prefix=https-zmail.domain.com-mail-< com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,o=isp
    com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,domain.com,o=isp< com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,o=isp
    com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,domain.com,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,domain.com,o=isp< com.iplanet.am.installdir=/jes/am/SUNWam
    < com.iplanet.am.install.basedir=/jes/am/SUNWam/web-src/services/WEB-INF
    com.iplanet.am.installdir=/jes/amsdk/SUNWam
    com.iplanet.am.install.basedir=/jes/amsdk/SUNWam/web-src/services/WEB-INF< com.iplanet.am.session.client.polling.enable=false
    com.iplanet.am.session.client.polling.enable=true< com.iplanet.am.console.remote=
    com.iplanet.am.console.remote=true< #com.sun.identity.server.fqdnMap[<invalid-name>]=<valid-name>
    com.sun.identity.server.fqdnMap[zldap.domain.com]=zldap.domain.com< com.sun.identity.webcontainer=WEB_CONTAINER
    com.sun.identity.webcontainer=SUN_WEBSERVER< com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/am/SUNWam/lib/is-html.xsl
    com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-html.xsl< com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/am/SUNWam/lib/is-wml.xsl
    com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-wml.xsl

  • Java install problem under redhat 9

    I download rpm and install it under redhat 9. I can compile program (the class file is generated) but can not run it.
    I checked the path and see /usr/java/j2sdk1.4.2_04. WHen I check the version, it tell me version "1.3.1". It soulds like I have 2 different version of java installed. How can I solve this problem?
    Thanks

    Probably not a mix up. Try to update your path wirh the path to the bin directory of the java version you want to use. Something like :
    export PATH=/usr/java/j2sdk1.4.2_04/bin:$PATH

  • 9i Install Problem on RedHat 7.2

    I got a problem while installing 9i enterprise on RedHat 7.2. The link problem can't find library -lclntch or -lclntsh (can't remember clearly) when making oracle/plsql. Anyone can help me?

    Mike, keep in touch. Perhaps we can benefit from a little mindshare. Perhaps you can describe what you're encountering in more detail.
    For those that are following, I've managed to get the software to install consistently using the above fix thanks!
    [my earlier issues were related to, not suprisingly, a messy attempt at downgrading binutils, which worked out to be unnecessary]
    However, the example database creation hangs. Now, I know it's supposed to take an hour or so, but after 3 or 4 hours it's still at %50 ... Any suggestions? I'm going to try to do the dbcreate manually ...
    Gents, please be detailed about your issues and solutions. Hopefully we can get an impromptu RedHat install guide out of this thread! Don't forget to write it up when you find a fix.
    -E.
    Aside: Is 9i on RH7.1/2 a certified config? Wouldn't that suggest there should be a functional installation procedure or guide? Oracle?

  • Install problem on RedHat 7.2

    Hi,
    I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat 7.2 linux box. The problem occurs during the extraction process. If I run the program as a regular user the error message is:
    /tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
    .100%
    ** Error during extraction, error code = 2.
    If I run the program as root, I get
    [root@med10-apache root]#
    ./weblogic700_linux.bin -mode=console
    Extracting 0%....................................................................................................100%
    /tmp/fileVe6y1r/jdk131_02/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
    ** Error during execution, error code = 32512.
    Thanks in advance
    Matt

    What is the name of your installer file? have you downloaded the one for
    Linux OS?
    make sure you FTPed the installer file in binary mode.
    "matt sweeney" <[email protected]> wrote in message
    news:3d1c718d$[email protected]..
    Hi,
    I'm having a problem installing weblogic server 700 on a Dell 2500 Redhat7.2 linux box. The problem occurs during the extraction process. If I run
    the program as a regular user the error message is:
    >
    /tmp//fileJa7hab/wls7000_linux.jar bad CRC 250071c7 (should be 019fdd07)
    .100%
    ** Error during extraction, error code = 2.
    If I run the program as root, I get
    [root@med10-apache root]#
    ./weblogic700_linux.bin -mode=console
    Extracting0%..........................................................................
    ..........................100%
    /tmp/fileVe6y1r/jdk131_02/bin/i386/native_threads/java: error whileloading shared libraries: libstdc -libc6.1-1.so.2: cannot open shared
    object file: No such file or directory
    ** Error during execution, error code = 32512.
    Thanks in advance
    Matt

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • 1.4.2_03 SDK install problem (WinXP SP1)

    I just installed j2sdk 1.4.2_03 (freshly downloaded), and installed on my WinXP SP1 laptop.
    * The install croaked at the point at which it tried to install the standalone JRE (threw up an error dialog, and if you hit OK on that, it exits the install without installing the JRE).
    * At that point, if I do "c:\j2sdk1.4.2_03\bin\java -version" (to check the version of the JRE contained in the SDK), it says "build 1.4.2-b28" (!!!). (I don't have any other JREs installed anywhere, and verified that it was indeed picking up the JRE from c:\j2sdk1.4.2_03\jre.)
    Did the 1.4.2_03 SDK go out with a bad JRE bundled? The 1.4.2_02 SDK correctly identifies itself (java -version) as "build 1.4.2_02-b03", and I've uninstalled everything and rolled back to that version of both the JRE and SDK, and everything works fine now (installs flawlessly).

    I am seeing the same problem with the j2sdk1.4.2_03 SDK and JRE installers. The error showing up on XP is "Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." The install then exits with the package in a partial state and must be uninstalled. I also see the same problem when installing the older j2sdk1.4.2_03 SDK. Sounds like there is return state that is not being handled correctly in the package installer. Any ideas on how to fix this problem?
    Thanks
    Mark

  • Oracle 9i install problem on Redhat 7.1

    Hi there,
    I have some problems during the installation of Oracle 9i on RedHat 7.1:
    All is ok untill the install of "linking Oracle 9i installation"
    by this time it runs some makefiles to link and install files.
    It requires a library called libclntsh that does not exist.
    I tried to run the genclntsh script to build it, but the load failed with the following errors:
    "/var/opt/oracle/products/9.0.1/lib/libgeneric9.a(skgfr.o): In function `skgfrpini':
    skgfr.o(.text+0x125): undefined reference to `__cmpdi2'
    /lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'
    /lib/libc.so.6: undefined reference to `_dl_dst_substitute@GLIBC_2.1.1'
    /lib/libc.so.6: undefined reference to `_dl_out_of_memory@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_relocate_object@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_clktck@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `__libc_enable_secure@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_catch_error@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_platformlen@GLIBC_2.1.1'
    /lib/libc.so.6: undefined reference to `_dl_lookup_versioned_symbol_skip@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_lookup_versioned_symbol@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_mcount@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_dst_count@GLIBC_2.1.1'
    /lib/libc.so.6: undefined reference to `_dl_initial_searchlist@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_start_profile@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_lookup_symbol@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `__libc_stack_end@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_argv@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_loaded@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_origin_path@GLIBC_2.1.1'
    /lib/libc.so.6: undefined reference to `_dl_check_map_versions@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_map_object@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_main_searchlist@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_debug_mask@GLIBC_2.2.3'
    /lib/libc.so.6: undefined reference to `_dl_load_lock@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_profile@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_debug_state@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_init_all_dirs@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_r_debug@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_unload_cache@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_signal_error@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_debug_printf@GLIBC_2.2.3'
    /lib/libc.so.6: undefined reference to `_dl_init@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_all_dirs@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_map_object_deps@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_nloaded@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_profile_map@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_profile_output@GLIBC_2.1'
    /lib/libc.so.6: undefined reference to `_dl_pagesize@GLIBC_2.2'
    /lib/libc.so.6: undefined reference to `_dl_lookup_symbol_skip@GLIBC_2.0'
    /lib/libc.so.6: undefined reference to `_dl_fpu_control@GLIBC_2.1'
    /usr/lib/libdl.so: undefined reference to `_dl_catch_error'
    /lib/libc.so.6: undefined reference to `_dl_global_scope_alloc@GLIBC_2.1'
    Can anyone help my to solve this ?
    Thanks a lot
    Olivier Blanc
    mailto:[email protected]

    set this with your enivornment and see if it can help?
    export LD_ASSUME_KERNEL=2.2.5 Hi
    I installed 9i to a SuSe 8.0 with the suggested environment variable turned on and I still had the same problem. As the Installer complained I manually linked the modules, for example, by running
    make -f ./ins_ldap.mk odipinstall
    and I had the same error with the message:
    /usr/i486-suse-linux/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [odisrv] Error 1
    It seems that a library missing (libclntsh.a ?)
    Can anyone help?
    Gustav

  • Oracle9iR2 install problem on RedHat 7.1

    I downloaded the new R2 release (9.2) & can not get the installer (OUI) to run.
    It says that it is initializing the JVM, then goes away. A core dump is produced in /tmp
    I was able to install 9.0.1 successfully last year. The OUI from 9.0.1 will not install the new version, so I need to get the new OUI running.
    BTW - Oracle tells me that 9iR2 will only be certified on RedHat Advanced Server 2.1!

    set this with your enivornment and see if it can help?
    export LD_ASSUME_KERNEL=2.2.5 Hi
    I installed 9i to a SuSe 8.0 with the suggested environment variable turned on and I still had the same problem. As the Installer complained I manually linked the modules, for example, by running
    make -f ./ins_ldap.mk odipinstall
    and I had the same error with the message:
    /usr/i486-suse-linux/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [odisrv] Error 1
    It seems that a library missing (libclntsh.a ?)
    Can anyone help?
    Gustav

  • Oracle9i install problems on RedHat 7.1

    Hi!
    I'm having problems installing Oracle9i database on a redhat 7.1 server. I get some permission errors and som "unable to pend Makefile to" (or something). I've tried installing a version of binutils a little below the version that ships with redhat 7.1, but that doesn't do the trick!
    Anyone knows, whats wrong?
    null

    I've now succesfully installed Oracle9i on Red Hat 7.1. The only thing that I needed to do ,was to manualy copy some java files from the local Java dir to where Oracle wanted them on /u01 and Voila!
    null

  • Client install problems on Redhat

    Hello all,
    I am a linux noob, and i need some help getting my oracle client setup. I am trying to set it up so that i can use perl DBI::Oracle. I have downloaded 2 rpm's from Oracle. The Basic and the Developer verions. They appear to install with no problems, but I don't see any .ora files anywhere. Is that something I have to create manually and if so where would I have put these files?
    Thanks Jeff

    Hi
    Iam working as system admin
    iam planinig to go Oracle Database side, i dont know what is market.
    Oracle DBA/Apps DBA.
    plz guide me in which side i have to go.

  • Oracle8 Install Problems on Redhat 5.1 PC

    I just downloaded all the 805ship.* files & started the
    installation with cat 805ship.* | tar -zv . The installation
    quits in the middle & gives me an error. I dont have a clipping
    of the error with me. I see that some of the directories have
    been created under oracle. Am I missing something? Do I need to
    install all the development RPMs before I do this? I've 32
    MB on my PC & a 2.1 GB hard drive.
    Thanks for any feedback.
    null

    Hi!
    I am encountering the same problem... Do you know what to do?
    If you have time, could you please also let me know how the rest
    of the installation go and what was the best support reference
    that you've used.
    Thanks,
    Margaret
    Raj (guest) wrote:
    : I just downloaded all the 805ship.* files & started the
    : installation with cat 805ship.* | tar -zv . The installation
    : quits in the middle & gives me an error. I dont have a clipping
    : of the error with me. I see that some of the directories have
    : been created under oracle. Am I missing something? Do I need to
    : install all the development RPMs before I do this? I've 32
    : MB on my PC & a 2.1 GB hard drive.
    : Thanks for any feedback.
    null

  • 11.5.10r2 install problems on Redhat AS 4.4

    I am trying to install 11.5.10r2 on AS 4.4... I downloaded the files via eDelivery and extracted everything to /stage... that appears to be setup alright. Also,I have checked the appropriate rpm packages and installed binutils (only one missing i believe), and I have done 'set LD_ASSUME_KERNEL=2.4.19' but after step 1 finished I get the following error:
    Errors while running adlnkoh.sh
    There was an error while running the command - /d01/oracle/visdb/9.2.0/temp/VIS_dev01/adrun98.sh APPS APPS
    /d01/oracle/visdb/9.2.0/appsutil/install/adlnkoh.sh: line 198: /d01/oracle/visdb/9.2.0/bin/sqlplus: No such file or directory
    RW-50010: Error: - script has returned an error: 1
    RW-5004: Error code received when running external process. Check log file for details.
    Can someone please tell me what I am missing, and if I need to patch the OS itself. If I do, where can i get the patches besides metalink?
    Thanks in advance,
    Anthony

    Have you applied patch 4198954 (compatibility packages for oracle on RHEL4)?

  • Installing Problem: Oracle 8.0.5.1 on Redhat 6.0

    Hello All,
    I'm an oracle and LINUX Newbi.
    I have been trying to install Oracle 8.0.5.1 on Redhat 6.0
    and when I try to run any of the executable the application
    core dumps.
    I have tried all the fixes in the newsgroup..
    ie,manually copying $ORACLE_HOME\bin files, compat fix from
    redhat ...etc.. and have NOT made any progress!!
    Can somebody please writeup a "detailed HOWTO" to do
    a clean installation for Redhat 6.0??
    I'm almost on the verge of switching over to NT because
    of the problems..
    Any help will be greatly appreciated,
    regards,
    abhi
    null

    have set up Oracle using the patch putup by Oracle
    Everyting dseems to be working ok...
    Thanks All for help
    -abhi
    Kumar Srinivas (guest) wrote:
    : The problem is with EGCS and its libraries!
    : If possible, load Redhat 5.2 and install ORACLE -
    : it installs flawlessly.
    : Funnily, you can then run ORACLE on 6.0 without any
    : problems!
    : I am running it on Caldera 2.2 with ORACLE 8.0.5
    : (installed from Redhat 5.2 partition and mounted on the
    : new kernel)
    : Good luck.
    : Vittorio Turchetti (guest) wrote:
    : : Please see the reply by Alan Mullet to a similar question.
    : : There is a known problem with RedHat 6.0 new libraries.
    : : Best regards,
    : : Vittorio
    : : P.S. Please do not say "NT" again!
    : : Abhijit Arunachalam (guest) wrote:
    : : : Hello All,
    : : : I'm an oracle and LINUX Newbi.
    : : : I have been trying to install Oracle 8.0.5.1 on Redhat 6.0
    : : : and when I try to run any of the executable the
    application
    : : : core dumps.
    : : : I have tried all the fixes in the newsgroup..
    : : : ie,manually copying $ORACLE_HOME\bin files, compat fix from
    : : : redhat ...etc.. and have NOT made any progress!!
    : : : Can somebody please writeup a "detailed HOWTO" to do
    : : : a clean installation for Redhat 6.0??
    : : : I'm almost on the verge of switching over to NT because
    : : : of the problems..
    : : : Any help will be greatly appreciated,
    : : : regards,
    : : : abhi
    null

Maybe you are looking for