Oracle 8.1.5 STD on Suse Linux 6.2

Hello,
When executing the "runInstaller" script in "install/linux" on the oracle CD-ROM the shell returns the OracleOUI - Error "-1".
Does anyone know what I did wrong?
Thanks

You have to patch it with an 1.1.6 Version of jre!
Michael

Similar Messages

  • Oracle Reports Parameter Form trouble on SuSE Linux

    I have the report compiled on AIX 5.2, everything's fine, the same source file I compiled on SuSE Linux 8.0, the format of parameter form is totally screwed up. I compared the HTML source of those 2 parameter forms, and found the code generated by Oracle Reports.
    on AIX 5.2:
    <!-- Created by Oracle Reports 08:27 Tue Jul 12 08:27:03 AM, 2005 -->
    <table border=0 cellspacing=0 cellpadding=0 width=379>
    <tr><td width=8><td width=9><td width=59><td width=9><td width=33><td width=22><td width=17><td width=119><td width=33><td width=45><td width=21><td width=1><td width=3>
    <tr><td colspan=13 height=19>....
    on Linux:
    <!-- Created by Oracle Reports 08:23 Tue Jul 12 08:23:50 AM, 2005 -->
    <table border=0 cellspacing=0 cellpadding=0 width=4>
    <tr><td width=1><td width=1><td width=1><td width=1>
    <tr><td colspan=4 height=0>...
    As you can see the setting width=4 in the table tag on Linux squeeze up the table a lot.
    Where do I configure to prevent this happened?
    thanks,
    Jess

    Thanks.
    I had already seen the how-to article but my requirement was a little different since each Param Name, Value will be stored in seperate record. If a report has 4 parameters, then the table will have 4 records, one for each parameter. Here's a sample table structure that I am using.
    rep_name varchar2(100)
    ,param_name varchar2(100)
    ,sort_order integer
    ,param_len varchar2(100)
    ,param_data_type varchar2(100)
    ,param_required varchar2(1) default 'N'
    ,param_description varchar2(100)
    ,default_value varchar2(1000)
    ,lov_sql varchar2(1000)
    I was in fact able to achieve what I want by using a Tabular Form with the parameter description display only and default value updateable and it's submit button can be redirected to the reports URL with form fields substitution. I will use cgicmd.dat to map username/password so that it's not visible in the url.
    My additional questions:
    1. As per the table structure above, I have a lov_sql text field. Is it possible to create an LOV on the tabular form using this lov_sql?
    2. Above the tabular form, I want to display a drop-down-list with a list of reports. When a user selects a list-item, I want to refresh the page with it's tabular form showing parameters for that report. Kind of parameterizing the Form display. Is this possible? If not what are the alternatives?
    Thanks,
    Manish

  • Oracle 8i installation on SUSE Linux 7.0 and 8.0

    I have not been able to install Oracle 8i (8.1.6) on SUSE linux 8.0 as well as 7.0. The Universal installer starts but stops after showing a lot of messages. Any suggestion/help?

    The configuration of my machine is: Intel P3 733 MHz on Intel 815 original motherboard, 256MB RAM, 40 GB Harddisk

  • Oracle 11g On Suse Linux 9.1

    Hi all,
    I have downloaded both Oracle 11g and Oracle Application Server 10g Release 2 from Oracle Website. I am using Suse linux 9.1. I am having problems in installing Oracle 11g on it.
    Please somebody help me.
    Thanks in advance.

    You're using an unsupported Linux-distro... Check
    http://download.oracle.com/docs/cd/B28359_01/install.111/b32002/pre_install.htm#CIHFICFD
    to see you need at least "SUSE Linux Enterprise Server 10.0".

  • Help to install oracle XE in suse linux 10.2

    I have suse 10.2 installed in my laptop.
    I downloaded the rpm for oracle XE and installed it by logging on as root
    I ran the configuration to give 8080 as port etc.
    Then i ran the ./.bash_profile script.
    I am unable to login to sqlplus home page.
    I am in a fix , as I seem to be missing something.
    Using K menu/application and from there(graphical) when i say start database,
    i get the message
    Operation failed, root is not a member of 'dba' group.
    I cant make sense out of this.
    Can someone help me out.
    if u need more info, do email me on [email protected]
    or reply to this thread.

    I have a Hp DV6000z laptop with the following config
    AMD turion TL56 1.8GHz
    2GB DDR ram
    Nvidia Geforce Go7200 (256 MB)
    a/b/g wireless with bluetooth
    built in webcam
    I had vista pre configured in my laptop.
    I used Vista Boot pro to resize the partition.
    I allocated 40GB hdd space for linux.
    I installed Suse 10.2 and the OS works fine.
    I wanted to install Oracle XE (Oracle 10g express edition) in my suse linux.
    I was able to install Oracle XE in my vista, and it runs good.
    #############I follwed the steps to install the rpm for oracle XE###
    I logged in as root.
    I downloaded the rpm for oracle XE from oracle website
    i ran this command
    rpm -ivh downloads/oracle-xe-univ-10.2.0.1-1.0.i386.rpm
    then i ran the command for configuring
    $ /etc/init.d/oracle-xe configure
    gave the default settings(i.e port 8080 , password etc..
    then I went to
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
    and from there ran the script file
    . ./oracle_env.sh
    the instruction says....
    You may also want edit your login or profile files so that these environment variables are set properly each time you log in or open a new shell.
    For Bourne, Bash, or Korn shell, enter the following line into the .bash_profile (to log in) or .bashrc file (to open a new shell):
    . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    For C or tcsh shell, enter the following line into the .login file (to log in) or .cshrc file (to open a new shell):
    source /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.csh
    Where do I find the .bash_profile file in suse 10.2?
    is this the final step to start working on my database...?
    has anyone worked on this before?
    ****************************************8
    I found .bashrc in the home folder of the user vikram. I did not find .bash_profile
    I added the line in the .bashrc file.
    I also added root and vikram as members of dba group
    When i run sqlplus and give username SYSTEM and password what I set.
    I get the error message
    oracleXE: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    the isqlplus webpage is not getting displayed either.
    I dont seem to understand the problem.
    further in instruction...
    It also says...
    You can find the database creation logs in $ORACLE_HOME/config/log/*.
    I cant find this path in my system...
    Using K menu/application and from there(graphical) when i say start database,
    i get the message
    Operation failed, root is not a member of 'dba' group.
    I am unable to see the webpage for sqlplus, nor am i able to log in to sqlplus with sys or system as user name and password i provided
    Has some one installed oracle, please tell me what I am missing.
    email [email protected], or reply to thread, to help me out.
    I am unable to de install oracle.
    Can someone tell me how to do that as well.
    I also need help in this regard.
    I want to install graphics drivers for nvidia Geforce go7200.
    please give steps to do so.
    I want to install drivers/able to use my wireless card.
    a/b/g wireless
    I want to install drivers for my webcam.
    Can someone tell me the fixes for my problems!!!
    thanks in advance

  • SAP ECC-6.0 in Suse Linux 10 sp1

    Hi All,
    i trying to install Ecc-6 in Suse linux 10 with oracle 10.2.
    i successfully installed Suse linux 10 but there is problem related to network.
    i assign ip address & after that when i am ping to other system it showing destination unreachable & vice versa.
    but wen i ping to its own ip & host name its successfully pinging.
    Any help will appriciate?
    Regards

    Hi Manoj,
    I am Happy to hear that you problem is resolved...
    See the below recommended JAVA versions as per the SAP Note.
    I would suggest, go through the below note before beginning installation...
    [958253 - SUSE LINUX Enterprise Server 10: Installation notes|https://service.sap.com/sap/support/notes/958253]
    [1172419 - Linux- Supported Java versions on the x86_64 platform|https://service.sap.com/sap/support/notes/1172419]
    SUSE Linux Enterprise Server 10 - Service Pack 2 (or newer)
    Files needed
    - java-1_4_2-ibm-1.4.2_sr13-0.4.x86_64.rpm
    - java-1_4_2-ibm-devel-1.4.2_sr13-0.4.x86_64.rpm
    [Download link|https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&source]
    You need an IBM ID (developerWorks or PartnerWorld) to login.
    The filename for the relevant package is
    IBMJava2-AMD64-142-SDK-1.4.2-13.0.x86_64.rpm
    SUSE Linux Enterprise Server 10 - Service Pack 1
    Files needed
    - java-1_4_2-ibm-1.4.2_sr13-0.4.x86_64.rpm
    - java-1_4_2-ibm-devel-1.4.2_sr13-0.4.x86_64.rpm
    [Dwnload Link|http://download.novell.com/Download?buildid=L9qg42QI1dQ~]
    SUSE Linux Enterprise Server 9 - Service Pack 4 (or newer)
    Files needed
    - IBMJava2-JRE-1.4.2-0.139.x86_64.rpm
    - IBMJava2-SDK-1.4.2-0.139.x86_64.rpm
    [Download Link|http://download.novell.com/Download?buildid=UqpFrdBXoHc~]
    Regards.
    Rajesh Narkhede
    Edited by: Rajesh Narkhede on Apr 21, 2010 4:32 PM

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Installation problem Oracle 9i on SuSE Linux 7.2 s390

    Hi all
    I've got a problem after having installed Oracle9i on a S390 box with SuSE linux 7.2. When I launch sqlplus, I've got the following message :
    sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot load shared object file: No such file or directory
    It appears the shared library libclntsh.so.9.0 was not included in the tarball I've downloaded from the Oracle site.
    Any idea ?
    Thanks
    Frangois Basquin

    Forget my question : I've found the answer in the document ID 158104.1. Even if my problem was not exactly the one mentioned (I hadn't any problem during compile time), the cure was good.
    Frangois

  • Error while Oracle 10g  Installation suse linux

    Hi,
    All i am facing issue while installing Oracle 10g release 2 on open suse.
    All test are getting passed but getting a error reltated to ip address as follows.
    INFO: Checking DetectIfDHCPAssignedIP
    This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:10.31.215.64
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :SuSE
    INFO: Check complete. The overall result of this check is: Not executed <<<<
    Also while installing getting error as,
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public
    IP addresses. However, the primary network interface on the system should be
    configured with a static IP address in order for the Oracle Software to function
    properly. See the Installation Guide for more details on installing the software
    on systems configured with DHCP.
    Please help me to resolve issue.
    BR,
    Rajesh
    Edited by: Rajesh.Rathod on Dec 20, 2010 12:52 AM

    Hi,
    I tried to follow each step of oracle documentation but network configuration requirement is failing.
    please find following log.
    Checking operating system requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9
    Actual Result: SuSE-9
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking operating system package requirements ...
    Checking for make-3.79; found make-3.81-128.14.     Passed
    Checking for binutils-2.14; found binutils-2.19.51-10.26.4.     Passed
    Checking for gcc-3.2; found gcc-4.4-4.2.     Passed
    Checking for libaio-0.3.96; found libaio-0.3.104-144.2.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=1250.     Passed
    Checking for semmns=32000; found semmns=32000.     Passed
    Checking for semopm=100; found semopm=100.     Passed
    Checking for semmni=128; found semmni=256.     Passed
    Checking for shmmax=536870912; found shmmax=3294967296.     Passed
    Checking for shmmni=4096; found shmmni=4096.     Passed
    Checking for shmall=2097152; found shmall=2097152.     Passed
    Checking for file-max=65536; found file-max=131072.     Passed
    Checking for VERSION=2.6.5-7.201; found VERSION=2.6.31.5-0.1-desktop.     Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000.     Passed
    Checking for rmem_default=262144; found rmem_default=4194304.     Passed
    Checking for rmem_max=262144; found rmem_max=4194304.     Passed
    Checking for wmem_default=262144; found wmem_default=262144.     Passed
    Checking for wmem_max=262144; found wmem_max=262144.     Passed
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.3-98.28
    Actual Result: 2.10.1-10.4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 5460MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking available swap space requirements ...
    Expected result: 5460MB
    Actual Result: 10244MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Network Configuration requirements ...
    Actual Result: :java.lang.NullPointerException:Exception/Error Occurred
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    =======================================================================
    Please suggest how to resolve.

  • Problem with installing Oracle 10g on Suse Linux

    Hi everybody!
    I downloaded Oracle 10g Express from this url:
    http://www.oracle.com/technology/software/products/database/xe/htdocs/102xelinsoft.html
    it is free version for developers.
    I copied it into computer where was installed Suse Linux Enterprise Edition.
    But when I run it shows this kind of error:
    error: rpmReadSignature failed: region failed: BAD, tag 15872 type 2047 offset 20480 count 4096
    error: oracle-xe-univ-10.2.0.1-1.i386.rpm cannot be installed
    It was downloaded without any problem. But checksum is different from that shown on website. I think this is the problem.
    What is the problem? Does anybody know answer?
    Regards,
    Seti's fiction

    Yes, you appear to have a bad copy.
    I have not had a problem when the check sum matched. Therefore I encourage you to download again.

  • Installation: Oracle 10g on SUSE Linux 10.1

    Can this be? I sat for hours preparing my all new clean SUSE Linux 10.1 server for the installation of Oracle 10g (Standard Edition)... and when running the installer it simply tells me that SUSE 9 is needed...
    I've found others here in the forum having experienced the same.
    Maybe I just downloaded the wrong version of Oracle?
    The main download page is at:
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    I selected entry "Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86" (the one directly below the Windows version):
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html
    The size of the file^^ is 668,734,007 bytes.
    Or should i have downloaded entry "Oracle Database 10g Release 2 (10.2.0.2) for z/Linux":
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10202zlinuxsoft.html
    The size of the file^^ is 838,518,746 bytes.
    By the way, all these versions on the main page should have some kind of description, something like "This is the Linux Version for most standard 32Bit single and multiprocessor Intel compatible servers."
    Well, since I'm completely stuck now with SUSE 10.1, is there any way to make the Oracle installer go on that SUSE version? Maybe SUSE can pretend to be version 9... but how do I achieve something freaky as this?
    Thanks for any help, comments, suggestions...
    Karsten

    BTW, I think it's bad practice by Oracle not supporting SUSE 10.1.Actually, I think it is good practise for Oracle not to certify the public beta versions of an operating system.
    Please remember that Fedora and SuSE Linux are cycled every 6-8 months, making then truly unstable for commercial purposes. IN addition, they are often desupported by the comminuty within 2-3 years, forcing upgrades. And finally, Both Red Hat and SuSE/Novell publically state that these are 'proving grounds for new features' (meaning they are beta).
    Certification means that Oracle will invest heavily and train people on the specific operating system and work with the operating system supplier, 24x7 if needed, to make sure that customers will continue in production. I am not aware that the SuSE Linux or Fedora supporters are willing to put in 24x7 support they way the Red Hat and SuSE Enterprise groups are.
    This does not imply the public OSs are bad. It just means that Oracle (and I) believe they are unsuited for commercial, business mission critical, immediate support required, environments.
    By the way, I have the combination of Oracle10g and SuSE Linux 10.1 working, and it works well. However, I did need to make sure that the libraries to which Oracle10g was compiled are available in the OS.
    Or maybe Sybase does better.... ;-pNot if the [glibc] libraries are incompatible. Nor does PostgreSQL nor MySQL.

  • Installation of Oracle EBusiness Suite 11i Release 10.2 on Suse Linux 9

    Hi,
    I have been going thru this forum and got some great tips but am still having problems installing it on Suse Linux Enterprise 9. The reason for failure is at 20% - adrun9i.sh script. Initially it was giving me error while unzipping the files, now it passes that step but gives error while configuring db. I am not sure what the problem is. I have set all the possible kernel parameters. Any help is appreciated?
    Thanks in advance,

    I had the same issue, though I cant remember the percentage anymore, but it was whilst on Database Disk 2.
    What I found out was that the DVD in which that zipXX file was had a CRC error, and the size of the .dbf (I think it was a xxxtx.dbf file) was smaller than expected, cos I manually unzipped this file during a rerun of the installation which finally succeeded. Unfortunately, the DB srung the error after I tried forcing it to mount and open.
    I have now installed the same on SLES9, after I downloaded a fresh set of files from edelivery.oracle.com ( Its a nightmare if you have a slow broadband - Lasted me about 2 weeks, using a download manager)
    You can see the article written by Micheal B on coolnotes in the Novell site, and get in touch if further assistance is needed.
    Good Luck if you havent given up on the idea

  • Unable to install Oracle Developer Suite 10 on SuSe Linux 11.0

    Hi all,
    I have installed Oracle 11g on SuSe Linux 11.0 with no issues. I am unable to install Oracle Developer Suite10.12.02 on same (SuSe 11.0). The installation gets to about 94% and then fails with the following error:
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    Here's the actual (make failure) log entry:
    gcc -o rwbuilder -L/home/oracle/app/product/11.1.0/ods//lib/ -L/home/oracle/app/product/11.1.0/ods/lib/ -L/home/oracle/app/product/11.1.0/ods/lib//stubs -rdynamic -Bdynamic -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386 -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386/server -L/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /home/oracle/app/product/11.1.0/ods/reports/lib/ui10.o /home/oracle/app/product/11.1.0/ods/reports/lib/uiicxd.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwsng.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwscl.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwssc.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwssc0.o /home/oracle/app/product/11.1.0/ods/reports/lib/rwsdt.o -lrw /home/oracle/app/product/11.1.0/ods/lib//librw.a -lobx -lnn -lrws -lde /home/oracle/app/product/11.1.0/ods/lib//libzrc.a -lrws -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi -lmmia -lmmft -lmmcm -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat -ldfc -lutc -lutj -lutl -lutsl -lpls10 -lplp10 /home/oracle/app/product/11.1.0/ods/lib/libplc10.a -lpls10 -lplp10 -lslax10 -lsql10 -lclntsh `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/11.1.0/ods/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/11.1.0/ods/lib/sysliblist` -Wl,-rpath,/home/oracle/app/product/11.1.0/ods/lib,-rpath,/home/oracle/app/product/11.1.0/ods/jdk/jre/lib/i386:/lib:/usr/lib -lm `cat /home/oracle/app/product/11.1.0/ods/lib/sysliblist` -ldl -lpthread -lm -L/home/oracle/app/product/11.1.0/ods/lib -L/home/oracle/app/product/11.1.0/ods/lib/stubs/ -lsnls10 -lpthread -ljvm -lhpi -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext /home/oracle/app/product/11.1.0/ods/lib//librw.a -lnsl
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    The only serious flaw I can see in the config is that I'm using libstd++ 4.3 instead of the requested 3.2.2 which 'should' be acceptable as it's a newer version - can anyone help please? Thanks in advance for any helpful advice anyone can offer.
    Richard Foley
    ps. What's also a bit odd, is that the overall exit status of the installation is regarded as succesful...
    *** End of Installation Page***
    The installation of Oracle Developer Suite 10g was successful.
    Edited by: orafoley on Oct 14, 2008 5:19 PM

    Hi Hub,
    Done that, nothing:
    $> env | grep -i LD
    $>
    On the off-chance that it had something to do with installing Oracle 11.0 with ODS Developer 10.0, I've rolled my database installation back too, so now I have:
    Oracle 10.2.01
    Oracle Developer Suite 10i (ODS 10.12.02)
    SuSe 11.0
    Now when I runInstaller I get this, which is surprisingly similar:
    Start output from spawned process:
    rm -f /home/oracle/app/product/10.2.0.1/db/lib//librwu.so; \
    rm -f /home/oracle/app/product/10.2.0.1/db/lib//librw.so
    rm -f rwsutil.o rwspid.o ; \
    /usr/bin/ar x /home/oracle/app/product/10.2.0.1/db/lib//librwu.a rwsutil.o rwspid.o ; \
    (LD_OPTIONS="-z muldefs"; \
    /usr/bin/gcc -o /home/oracle/app/product/10.2.0.1/db/lib//librwu.so -shared -L/home/oracle/app/product/10.2.0.1/db/lib/ -L/home/oracle/app/product/10.2.0.1/db/lib/stubs/ rwsutil.o rwspid.o \
    -lm /home/oracle/app/product/10.2.0.1/db/lib/libclntsh.so -lpthread -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -lc )
    rm -f zrhitem.o zrhcursor.o; \
    /usr/bin/ar x /home/oracle/app/product/10.2.0.1/db/lib//librw.a zrhitem.o zrhcursor.o
    rm -f rwbuilder
    gcc -o rwbuilder -L/home/oracle/app/product/10.2.0.1/db//lib/ -L/home/oracle/app/product/10.2.0.1/db/lib/ -L/home/oracle/app/product/10.2.0.1/db/lib//stubs -rdynamic -Bdynamic -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386 -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386/server -L/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386/native_threads -ljvm rxmasb.o /home/oracle/app/product/10.2.0.1/db/reports/lib/ui10.o /home/oracle/app/product/10.2.0.1/db/reports/lib/uiicxd.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwsng.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwscl.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwssc.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwssc0.o /home/oracle/app/product/10.2.0.1/db/reports/lib/rwsdt.o -lrw /home/oracle/app/product/10.2.0.1/db/lib//librw.a -lobx -lnn -lrws -lde /home/oracle/app/product/10.2.0.1/db/lib//libzrc.a -lrws -lucol -luicc -lca -lmma -lmmiw -lmmov -lmma -lmmos -lmmoi -lmmia -lmmft -lmmcm -lvgs -luihx -luc -luipr -luimotif -lot -lrem -lree -lrec -luiimg -luimotif -luipr -luiimg -luc -lrem -luimotif -luia -ltknqap -luipr -luimotif -lutt -lix -lixd -lrod -lror -lros -lrod -lror -lros -lrod -luat -ldfc -lutc -lutj -lutl -lutsl -lpls10 -lplp10 /home/oracle/app/product/10.2.0.1/db/lib/libplc10.a -lpls10 -lplp10 -lslax10 -lsql10 -lclntsh `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /home/oracle/app/product/10.2.0.1/db/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -Wl,-rpath,/home/oracle/app/product/10.2.0.1/db/lib,-rpath,/home/oracle/app/product/10.2.0.1/db/jdk/jre/lib/i386:/lib:/usr/lib -lm `cat /home/oracle/app/product/10.2.0.1/db/lib/sysliblist` -ldl -lpthread -lm -L/home/oracle/app/product/10.2.0.1/db/lib -L/home/oracle/app/product/10.2.0.1/db/lib/stubs/ -lsnls10 -lpthread -ljvm -lhpi -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext /home/oracle/app/product/10.2.0.1/db/lib//librw.a -lnsl
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    collect2: ld returned 1 exit status
    make: *** [rwbuilder] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'libso_install bld_install proxy_install runm_install server_install cgi_install cli_install conv_install qv_install' of makefile '/home/oracle/app/product/10.2.0.1/db/reports/lib/ins_reports.mk'. See '/opt/oracle/oraInventory/logs/installActions2008-10-30_02-12-25PM.log' for details.
    Richard.

  • Oracle 9i install Errors on SuSE Linux 9

    I am getting a makefile error on ins_rdbms.mk during the initial install of Oracle 9i.
    I've done a grep on make while it is running, and see the command is as follows:
    usr/bin/make -f /usr/local/Oracle/oracleSTM/rdbms/lib/ins_rdbms.mk ioracle ORACLE_HOME=/usr/local/Oracle/oracleSTM
    When I run it manually, I get the following errors:
    hidden symbol `__fixunssfdi' in /usr/lib/gcc-lib/i586-suse-linux/3.3.1/libgcc.a(_fixunssfdi.oS) is referenced by DSO
    collect2: ld returned 1 exit status
    Any suggestions?
    Thanks,
    Sean

    Hello Widya,
    I am glad that you found our documents helpful.
    Did you face any problems while following the document? Was it clear enough? Did the installation go as documented?
    If no, then I would like to hear about them. We can update the document to make it more useful to OTN Users.
    It would be very helpful is you can mention the problems; if any.
    Thanks,
    Rajat

  • Can't install Oracle on SuSE Linux 9.3 Pro

    Hi,
    i try since three weeks to install Oracle 9.2 Release 2. My last Problem was,
    that i didn't know how to log in as the created Oracle User. This Problem is solved.
    But when i install Oracle as the Oracle User and try to configure the Administrator
    Group, i get the error, that i don't have the specific permission to change that,
    so i gave the Oracle User all Rights about every directory (chown oracle:dba / ).
    After that the Installation proceed without any problem, but after the Installation,
    the Database Configuration Assistant failed to install and two other Assistants, too.
    So, i don't know where there problem is. I fulfilled every pre-installation Task, but
    it still isn't possible for me, to install Oracle 9.2 on a SuSE Linux 9.3 Professional
    System.
    If anyone could help me along this Installation, i would be very thankful.
    Thanks a lot
    Daniel

    But when i don't give the oracle user all rights, it isn't possible to proceed with theinstallation
    But if you give that rights then it's a security hole. According to your words I guess you have similar enviroment settings:
    ORACLE_BASE=/
    ORACLE_HOME=/<directory_name>
    Why you not installing on deeper directory such as /opt or some your own directory? For example
    ORACLE_BASE=/myoracledir
    ORACLE_HOME=$ORACLE_BASE/<directory_name>
    Then chown -R oracle:dba /myoracledir.
    Then oracle will be owner just for /myoracle directory and all its subdirectories.
    i just could look at the error details, but they didn't described the erroranyway.
    That's not so true. Error log you could find in /tmp/OraInstallYYYY-MM-DD_HH_MI_SS..

Maybe you are looking for