Error during link rdbms on suse:hidden symbol _fixunssf referenced by DSO

I can't install Oracle 8.1.7 on SUse 9, encountering the following problem in make step :
/usr/lib/gcc-lib/i586-suse-linux/3.3.1/../../../../i586-suse-linux/bin/ld: /opt/
oracle/ora817/rdbms/lib/oracle: 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
make: *** [opt/oracle/ora817/rdbms/lib/oracle] Error 1
I know some other people also had this issue; but has someone a clue for this ? LD_ASSUME_KERNEL don't solve it.

I have exactly the same problem. The researching of this error showed that if you change ld and libbfd.so to version lower than 2.14 it's works ok. But actually I want to startup Oracle without any changing in the system.
Do somebody know how to setup ld or gcc or something else for fix this problem?

Similar Messages

  • Ora-01031: Insufficient Privileges error during 10g install on Suse 9.1

    I have tried installing Oracle 10g on Suse 9.1 Professional several times. Although I have tried to carefully follow the instructions in the installation guide, I get the following error.
    When the Database Configuration Assistant start during the initial installation, I receive the error -> Ora-01031: Insufficient Privileges.
    I created the oinstall and dba group according to the installation guide and made oracle a member with oinstall being the primary group. I also ran -> chown -R oracle:oinstall -> on the Oracle_Base folder to which I want to install the software and oradata files. Similarly, I ran -> chmod -R 775 -> on that folder. During the install I ran the script -> oracle_base/oraInventory/orainstRoot.sh -> during the installation when prompted.
    I would really appreciate any help that any of you could provide. Thank you so much in advance.
    -Daniel

    I'm logged in as oracle when I perform the installation but as soon as the database configuration assistant tries to create the database I get this error. I had made oracle a member of oinstall and dba just as it was desribed in the instructions. (At one point I even tried giving oracle root, which didn't seem to work either. I have since reinstalled the OS.)
    Thank you for helping me with this!

  • Error during linking a C file generated by Pro* C/C++

    The following error occured while linking SQL-CON.EXE
    can anyone please give out reason and solution for this problem.
    'Linker Error : Undefined symbol _sqlcxt in module SQL-CON.c '
    SQL-CON.c is a simple 'C' file which is generated by
    precompiling SQL-CON.PC with Proc precompiler.
    The SQL-CON.PC is used to connect Oracle database by taking
    UserId an Password from the Oracle Client.
    SQL-CON.PC
    #include <stdio.h>
    //#include <conio.h>
    #include <ctype.h>
    EXEC SQL BEGIN DECLARE SECTION;
    VARCHAR uid[20];
    VARCHAR pwd[20];
    EXEC SQL END DECLARE SECTION;
    EXEC SQL INCLUDE SQLCA;
    main()
    printf("Enter user name");
    scanf("%s",uid.arr);
    printf("Enter password");
    scanf("%s",pwd.arr);
    uid.len = strlen(uid.arr);
    pwd.len = strlen(pwd.arr);
    EXEC SQL CONNECT :uid IDENTIFIED BY :pwd;
    printf("Connected to Oracle \n");
    printf("Exiting Oracle with Success. \n");

    Hi Supratik,
    Please refer to these two links:
    Send email with 1 excel file and multiple sheet
    How to Convert file to excel and send it via email
    Hope this will resolve your issue.

  • (500) Internal Server Error during "Link Azure Servers"

    Hi everyone,
    I am currently trying to automate release management for our cloud deployments. After creating  a new vNext Azure environment, I get an unhandled exception after I click "Link Azure Servers" button. Screenshot below:

    Hi Murat
    Does my blog post
    here help, specifically the Connect Release Management to Azure and Configure an Environment section?
    Cheers - Graham
    Blog:
    http://pleasereleaseme.net   LinkedIn:

  • Linker Error during compiling ODBC WinCE C++_Sample Project

    I am devloping a ODBC application for PocketPC2003 using OLite 10g Release 10.3.0.2. before that i am understanding the sample application provided with Olite.
    I followed all the instructions provided in ReadMe.txt file available before using VC++ sample. After making all the settings and compiling i am getting following linker errors as mentioned below.
    Any solution for this problem at the earliest will be appreciated, i have tried link all the libraries provided with WinCE armv4.
    Linker Error Messages:
    Error     1     error LNK2019: unresolved external symbol SQLExecDirect referenced in function "public: virtual __cdecl CSQLResult::~CSQLResult(void)" (??1CSQLResult@@UAA@XZ)     dbaccess.obj     
    Error     2     error LNK2019: unresolved external symbol SQLFreeStmt referenced in function "public: virtual __cdecl CSQLResult::~CSQLResult(void)" (??1CSQLResult@@UAA@XZ)     dbaccess.obj     
    Error     3     error LNK2019: unresolved external symbol SQLGetData referenced in function "public: class CRowObj const * __cdecl CSQLResult::Fetch(int)" (?Fetch@CSQLResult@@QAAPBVCRowObj@@H@Z)     dbaccess.obj     
    Error     4     error LNK2019: unresolved external symbol SQLFetch referenced in function "public: class CRowObj const * __cdecl CSQLResult::Fetch(int)" (?Fetch@CSQLResult@@QAAPBVCRowObj@@H@Z)     dbaccess.obj     
    Error     5     error LNK2019: unresolved external symbol SQLFreeEnv referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     6     error LNK2019: unresolved external symbol SQLFreeConnect referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     7     error LNK2019: unresolved external symbol SQLDisconnect referenced in function "public: void __cdecl COLiteDB::Disconnect(void)" (?Disconnect@COLiteDB@@QAAXXZ)     dbaccess.obj     
    Error     8     error LNK2019: unresolved external symbol SQLConnect referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     9     error LNK2019: unresolved external symbol SQLAllocConnect referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     10     error LNK2019: unresolved external symbol SQLAllocEnv referenced in function "public: int __cdecl COLiteDB::Connect(void)" (?Connect@COLiteDB@@QAAHXZ)     dbaccess.obj     
    Error     11     error LNK2019: unresolved external symbol SQLError referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     12     error LNK2019: unresolved external symbol SQLDescribeCol referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     13     error LNK2019: unresolved external symbol SQLNumResultCols referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj     
    Error     14     error LNK2019: unresolved external symbol SQLAllocStmt referenced in function "public: class CSQLResult * __cdecl COLiteDB::Execute(wchar_t const *)" (?Execute@COLiteDB@@QAAPAVCSQLResult@@PB_W@Z)     dbaccess.obj

    Hi,
    The OLITE forum (Database Mobile Server (inc. legacy Database Lite) would be a better place to post your issue. This forum deals with the ODBC driver that connects to a "normal" Oracle database.
    Hope it helps,
    Greg
    Edited by: gdarling on Nov 12, 2008 8:31 AM

  • Re: Link error during fcompile

    Hi Jeanne:
    I have already gone trough the procedure you have described but the
    result is same.
    When I invoke link command on all the *.obj files with some libraries
    from forte and
    MSVC/Lib I get the same Error. The command I am invoking is
    C:\> link *.obj *.lib
    Assuming that I am in the dir where all .obj files are and I have copied
    all required .lib files in this dir. Other thing that I have also tried
    this with different link flags and/or with exact flags from Forte log
    file.
    Thanks for your respons.
    Any othe suggestions please?
    --Shahzad
    Jeanne Hesler wrote:
    Shahzad,
    Have you tried manually invoking the link command itself from the
    command
    line? I was able to do this successfully when having problems with
    the
    Borland compiler under 16-bit windows. It is not a long-term
    solution,
    because you obviously want fcompile to handle the entire task, but it
    might
    help you determine if it is a problem with the fcompile or the linker
    itself.
    I executed the fcompile from a DOS window in the ...codegen\myapp
    directory. When the error occurred, I found the log file that is
    created
    from the fcompile, and determined the last command that was executed.
    I
    can't tell you the exact specifics here, because I have not had
    problems
    with fcompile using the MSVC compiler. But I am assuming that Forte
    is
    consistent about writing the compiler output to a log file. I could
    then
    copy the command line from the log file to the command line in the dos
    window and execute it manually.
    You have to be careful copying the command line, because there are a
    lot of
    flags, and they ARE case-sensitive. If you get the same error when
    invoking the command manually, then you can assume that the problem is
    with
    the compiler itself, or as it was in my case, with the compiler
    setup. If
    the command is successful when you execute it manually, then you can
    pursue
    it as a problem with the fcompile.
    One other thought -- you might make sure that you have plenty of extra
    disk
    space. Compilers like to write temporary files during the compile
    process.
    On a very large compile, you might need a lot of working space for
    these
    temporary files. I believe the MSVC compiler writes these files to
    the
    directory indicated by the environment variable TMP (not TEMP).
    Hope this helps,
    At 11:22 AM 10/17/97 -0400, you wrote:
    Hi,
    I am getting this error during fcompile of a large (12MB) pgffile
    link: fatal error LNK1141: failure during build of exportes file
    error during compilation, aborting
    This is under Windows NT and MSVC compiler. MSVC Documetation saysthat
    this could be due
    to insufficient memory. But we have 0.5Geg ram and I don't even seeall
    memory being utilized during compile.
    Any clues?
    --Shahzad
    --Jeanne
    ============================================================
    Jeanne Hesler [email protected]
    ============================================================

    The way to handle this is to break down the fcompile. Here is the
    process:
    1. fcompile -nocompile -fm "(x:40000)"
    this will produce the CPP and H files
    2. fcompile -nogen -fm "(x:40000)"
    this will link the files and produce the exe.
    If there is an error then you will know exactly where its happening.
    Hope this helps.
    Kamran Amin
    Technical Leader, Software Engineering
    Oxford Health Plan
    http://www.oxhp.com/
    From: Chaudary M. Shahzad[SMTP:[email protected]]
    Sent: Friday, October 17, 1997 7:05 PM
    To: [email protected]
    Subject: Re: Link error during fcompile
    Bruce:
    I have tried that I have even tried
    fcompile -fm '(x:400000)'
    It seems like its the Microsoft Compiler and/or Linker problem. There
    have to be some flags for compiler or linker I can
    set with fcomile so it allocate more memory for the MSVC linker.
    Any more clues or help ????
    --Shahzad
    Bruce Lipson wrote:
    Chaudary,
    There are flags for setting the usage of memory by the fcompile
    command.
    fcompile -fm '(x:250000)'
    where x:250000 sets the maximum amount of memory fcompile will use to
    250k.
    the default is 64k.
    Get it a try.
    Bruce Lipson
    [email protected]
    -----Original Message-----
    From: Chaudary Shahzad [SMTP:[email protected]]
    Sent: Friday, October 17, 1997 11:22 AM
    To: [email protected]
    Subject: Link error during fcompile
    Hi,
    I am getting this error during fcompile of a large (12MB) pgf
    file
    link: fatal error LNK1141: failure during build of exportes file
    error during compilation, aborting
    This is under Windows NT and MSVC compiler. MSVC Documetation says
    that
    this could be due
    to insufficient memory. But we have 0.5Geg ram and I don't even see
    all
    memory being utilized during compile.
    Any clues?
    --Shahzad

  • Link error during fcompile

    Hi,
    I am getting this error during fcompile of a large (12MB) pgf file
    link: fatal error LNK1141: failure during build of exportes file
    error during compilation, aborting
    This is under Windows NT and MSVC compiler. MSVC Documetation says that
    this could be due
    to insufficient memory. But we have 0.5Geg ram and I don't even see all
    memory being utilized during compile.
    Any clues?
    --Shahzad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi,
    I am getting this error during fcompile of a large (12MB) pgf file
    link: fatal error LNK1141: failure during build of exportes file
    error during compilation, aborting
    This is under Windows NT and MSVC compiler. MSVC Documetation says that
    this could be due
    to insufficient memory. But we have 0.5Geg ram and I don't even see all
    memory being utilized during compile.
    Any clues?
    --Shahzad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Link SAP PI 7.3 to SolMan 7.1 - error during managed system configuration

    All,
    I installed my diagnostics agent twice with different options:
    - Direct P4 connection via Java EE Dispatcher Node with port 5xx04
    - P4 connection via SCS message server with port 81xx
    In both cases I get an error during the managed system configuration of SAP PI 7.3: Remote error : Connection to P4 port of managed system failed.
    I'm a bit confused with the step Enter System Parameters. In the Java parameters section, I can only enter port 39xx. if not, I get an error.
    Also, I marked and unmarked the option concerning the ABAP user store, but the error persists.
    Please advice.
    Thanks a lot.

    Hi Allam,
    I checked the KBA and I think now, I have the correct HTTP port.
    The error I now get is S:CL_DIAGSTP_MESSAGE:483
    When I take the next step, Configure Automatically, I get this error during the Byte Code Adapter Installation phase when I open the Java URL stated in the navigation column:
    DIAG_WILY_MSG:157:S - com.sap.smdagent.vmmanager.VMManagerP4Exception: com.sap.smdagent.plugins.connectors.p4.exceptions.P4AuthorizationException: Access is denied to SAP System sid: check the connection credentials.More details about the error in agent 'sappi' log file (SMDAgentApplication.X.log).; nested exception is:
    com.sap.engine.services.security.exceptions.BaseLoginException: Error during authentication. For more information see the remote server traces.
    Any idea?
    Thanks.

  • Linking errors during install on Linux Mandrake

    When I installed oracle (8.1.7) on linux mandrake I got a series of errors during
    the very last portion of the install involving a bunch of *.mk files.
    The first error says:
    Error invoking target relink of makefile
    $ORACLE_HOME/precomp/lib/ins_precomp.mk
    All the others are virtually identical. I'm still pretty new to linux so I avoided
    recompiling the kernel. Aside from that I followed the install instructions to the
    letter. If anyone knows whats going on I would very much appreciate a push in
    the right direction.

    Alright, I've tried using the most recent archboot (2011.02-2) a couple times. I selected GRUB2 x86_64 EFI. It asked me whether or not I wanted to convert my existing MBR to GPT. When I say no, it says installation was successful, when I say yes, it drops me into parted, so I just quit. My GPT should be fine as is.
    My issue is that now, in rEFIt, I only get OS X and Legacy OS options. Legacy just freezes my computer. The legacy option has been there since I last tried to install, though I've tried to get rid of it a few different ways.
    Should I choose a different bootloader option? Can I use the cd to boot in and fix it manually? if possible, I'd like to keep using rEFIt.

  • Install error during make of Pro*/C++ - file not recognized:

    Say, anyone seen this error during install? The file or directory "proc" is indeed missing... is this a known shortcoming of this release? Can these make errors be ignored?
    Thanks in advance
    Dennis
    Starting install Link Phase of component Oracle Internet Directory Client Common Files
    Starting install Link Phase of component Required Support Files
    Starting install Link Phase of component Oracle Code Editor
    Starting install Link Phase of component Oracle Database User Interface
    Starting install Link Phase of component Oracle Ultra Search Server Rdbms
    Starting install Link Phase of component Enterprise Manager Minimal Integration
    Starting install Link Phase of component Object Type Translator
    Starting install Link Phase of component Pro*C/C++
    Calling Action unixActions10.1.0.3.0 make
         installMakePath = /usr/bin/make
         installMakeFileName = /app/oracle/OraHome_1/precomp/lib/ins_precomp.mk
         installTarget = relink
         installArguments = ORACLE_HOME=/app/oracle/OraHome_1,EXENAME=proc,
         undoMakeFileName = null
         undoTarget = null
         undoArguments = null
         logFile = /app/oracle/OraHome_1/install/make.log
         progMsg = Linking proc
    The output of this make operation is also available at: '/app/oracle/OraHome_1/install/make.log'
    Start output from spawned process:
    Linking /app/oracle/OraHome_1/precomp/lib/proc
    /app/oracle/OraHome_1/lib/s0main.o: file not recognized: File format not recognized
    collect2: ld returned 1 exit status
    /bin/chmod: failed to get attributes of `/app/oracle/OraHome_1/precomp/lib/proc': No such file or directory
    make: *** [app/oracle/OraHome_1/precomp/lib/proc] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'relink' of makefile '/app/oracle/OraHome_1/precomp/lib/ins_precomp.mk'. See '/app/oracle/oraInventory/logs/installActions2005-07-04_09-24-38AM.log' for details.
    Exception Severity: 1
    *** Cancel Dialog: ***
    User Selected: Stop installation of all products.
    Exception handling set to prompt user with options to Retry Ignore
    User Choice: User selected to stop installation of all components.
    Error in invoking target 'relink' of makefile '/app/oracle/OraHome_1/precomp/lib/ins_precomp.mk'. See '/app/oracle/oraInventory/logs/installActions2005-07-04_09-24-38AM.log' for details.
    Unable to read the list of homes from the inventory.

    If your library is in the standard layout of an iTunes folder containing an iTunes Media folder (and you've already copied over the media) then you can simply copy the iTunes library files and album artwork folder across to the new machine recreating the same layout. If the media folder has been split out from the main iTunes folder then see make a split library portable for a way to get the library into a portable form, after which you can copy over the library files.
    tt2

  • Getting error during the Oracle9i installation "Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"

    Hi All,
    Getting follwing error during the Oracle9i installation “Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"
    u01/app/oracle/product/9.2.0/install/make.log
    - Linking Oracle
    rm -f /u01/app/oracle/product/9.2.0/rdbms/lib/oracle
    cc  -L/u01/app/oracle/product/9.2.0/lib/ -L/u01/app/oracle/product/9.2.0/rdbms/lib -o /u01/app/oracle/product/9.2.0/rdbms/lib/oracla
    ld:
    load_whole_file: Could not malloc 31328. bytes, for /u01/app/oracle/product/9.2.0/lib//libn9.a(asndata.o), didnt attempt to mmap
    Stop.
    *** Exit 1
    While checked the memory details in the machine its showing plenty of free virtual memory.
    # ps aux
    USER PID %CPU %MEM   VSZ  RSS TTY      S STARTED         TIME COMMAND
    oracle     1353 0.6 27.2  601M 555M pts/2    S N  09:14:07 5:49.67 /tmp/OraInstall2014-01-21_09-14-02AM/jre/bin/../bin/alpha/native_threads/java -Doracle.installe
    root       3033 0.0  0.4 10.4M 7.7M pts/0    R  + 10:59:44 0:00.06 ps aux
    oracle     1351 0.0  0.0 2.46M 320K pts/2    I N  09:14:02 0:01.36 ksh /tmp/OraInstall2014-01-21_09-14-02AM/installer -Doracle.installer.library_loc=/tmp/OraInsta
    oracle     1277 0.0  0.0 2.48M 312K pts/2    I  + 09:02:44 0:00.04 -ksh (ksh)
    root       1269 0.0  0.0 2.56M 232K pts/2    I    09:01:23 0:00.01 -sh (sh)
    root       1268 0.0  0.0 5.31M 768K ??       I    09:01:22 0:00.11 /usr/bin/X11/xterm -ls
    root 1  0.0  0.0  608K  96K ?? IL   08:45:31     0:00.08 /sbin/init -a
    root 0  0.0  3.9 2.52G  79M ?? R <  08:45:31     0:23.16 [kernel idle]
    And I have rebooted the machine still also getting the same error.
    Is there any way to resolve this issue??
    Regards
    prasanta

    Pl elaborate the business / technical reason for installing a 15+ year old unsupported software on a 15+ year old unsupported hardware, assuming you are installing an a supported OS version
    HTH
    Srini

  • Errors in Linking oracle9i AS

    Hi,
    When I installed oracle9i AS for OCS, I got many errors during installation process (exactly in linking oracle9i AS) :
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/sqlplus/lib/ins_sqlplus.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/sqlplus/lib/ins_sqlplus.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/sqlplus/lib/ins_otrace.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/precomp/lib/ins_precomp.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/plsql/lib/ins_plsql.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/ldap/lib/ins_ldap.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/network/lib/ins_net_client.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/ctx/lib/ins_ctx.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/rdbms/lib/ins_rdbms.mk�
    -     error in invoking target �install� of makefile �/home/oracle/OraHome1/webcache/lib/ins_calypso.mk�
    do any one know what is the problem? ... thanks.

    Hi,
    It has to be the binutils version stated by oracle or you will get the linking errors. (binutils-2.11.90.0.8-13)
    The kernel version wont cause problems with the install, but it may cause problems later on with the running of the system. There are several problems with the kernel that can cause your system to crash (i.e kswapd daemon taking up 99% of the cpu). I had my first install ocs running on 2.4.9-e12 which was stable enough.
    Hope this helps.
    Regards
    Lynne

  • [SOLVED] Problem compiling Suitesparse: hidden symbol `__powidf2'

    Hi guys, hope this is the right section to post this problem. I'm trying to compile (and install) Suitesparse but everytime i obtain this strange error i have never seen before...any idea to solve it?Thanks
    cholmod_super_numeric.c:(.text+0x117d): undefined reference to `dsyrk_'
    cholmod_super_numeric.c:(.text+0x125c): undefined reference to `dgemm_'
    cholmod_super_numeric.c:(.text+0x184d): undefined reference to `dtrsm_'
    cholmod_super_numeric.c:(.text+0x2401): undefined reference to `zherk_'
    cholmod_super_numeric.c:(.text+0x24e5): undefined reference to `zgemm_'
    cholmod_super_numeric.c:(.text+0x2a08): undefined reference to `ztrsm_'
    cholmod_super_numeric.c:(.text+0x35c1): undefined reference to `zherk_'
    cholmod_super_numeric.c:(.text+0x36a5): undefined reference to `zgemm_'
    cholmod_super_numeric.c:(.text+0x3c17): undefined reference to `ztrsm_'
    ../Lib/libcholmod.a(cholmod_super_solve.o): In function `cholmod_super_ltsolve':
    cholmod_super_solve.c:(.text+0x715): undefined reference to `zgemm_'
    cholmod_super_solve.c:(.text+0x7b2): undefined reference to `ztrsm_'
    cholmod_super_solve.c:(.text+0xa37): undefined reference to `zgemv_'
    cholmod_super_solve.c:(.text+0xaa1): undefined reference to `ztrsv_'
    cholmod_super_solve.c:(.text+0xde7): undefined reference to `dgemm_'
    cholmod_super_solve.c:(.text+0xe7b): undefined reference to `dtrsm_'
    cholmod_super_solve.c:(.text+0x10c8): undefined reference to `dgemv_'
    cholmod_super_solve.c:(.text+0x112c): undefined reference to `dtrsv_'
    ../Lib/libcholmod.a(cholmod_super_solve.o): In function `cholmod_super_lsolve':
    cholmod_super_solve.c:(.text+0x182c): undefined reference to `ztrsm_'
    cholmod_super_solve.c:(.text+0x18fc): undefined reference to `zgemm_'
    cholmod_super_solve.c:(.text+0x1a46): undefined reference to `ztrsm_'
    cholmod_super_solve.c:(.text+0x1bea): undefined reference to `ztrsv_'
    cholmod_super_solve.c:(.text+0x1c94): undefined reference to `zgemv_'
    cholmod_super_solve.c:(.text+0x1fb5): undefined reference to `dtrsm_'
    cholmod_super_solve.c:(.text+0x2080): undefined reference to `dgemm_'
    cholmod_super_solve.c:(.text+0x219b): undefined reference to `dtrsm_'
    cholmod_super_solve.c:(.text+0x231f): undefined reference to `dtrsv_'
    cholmod_super_solve.c:(.text+0x23c6): undefined reference to `dgemv_'
    /usr/bin/ld: cholmod_demo: hidden symbol `__powidf2' in /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/libgcc.a(_powidf2.o) is referenced by DSO
    /usr/bin/ld: final link failed: Nonrepresentable section on output
    collect2: ld returned 1 exit status
    make[1]: *** [cholmod_demo] Error 1
    Last edited by Demind (2008-09-15 11:09:07)

    Garns wrote:Does your atlas package contain libblas.a or does the blas library have another name? I scanned the atlas makefile and I couldn't find a reference to libblas.a, only libf77blas.a and libcblas.a. Are the libs installed to /usr/libs/ or to some subdir? If one of this is the case you might have to edit UFconfig/UFconfig.mk accordingly.
    Sorry this problem is so frustrating that i have pasted the wrong error...actually i had a UFconfig/UFconfig.mk edited and that gave me the same problem, I don't have libblas.a on my system but the reason is that this is substitued by libatlas.a!
    I paste here the "final" result:
    make[2]: Leaving directory `/home/marco/Desktop/SuiteSparse/CCOLAMD'
    gcc -O3 -fexceptions -m64 -o cholmod_demo -I../Include -I../../UFconfig cholmod_demo.c ../Lib/libcholmod.a ../../AMD/Lib/libamd.a ../../COLAMD/Lib/libcolamd.a ../../CCOLAMD/Lib/libccolamd.a ../../CAMD/Lib/libcamd.a ../../metis-4.0/libmetis.a -llapack -lgfortran -lgfortran -lpthread -Lusr/lib -lf77blas -latlas -lm
    /usr/bin/ld: cholmod_demo: hidden symbol `__powidf2' in /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/libgcc.a(_powidf2.o) is referenced by DSO
    /usr/bin/ld: final link failed: Nonrepresentable section on output
    collect2: ld returned 1 exit status
    make[1]: *** [cholmod_demo] Error 1
    Obviously the "undefined reference" statements are gone but the main problem, the hidden symbol, is always there...and now i'm sure this is the error i hope to solve, the first one (and i apologize for that) was a build with wrong flag...
    And when i wrote about a possible gcc version problem was because this line says:
    /usr/bin/ld: cholmod_demo: hidden symbol `__powidf2' in /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.2/libgcc.a(_powidf2.o) is referenced by DSO
    what do you think about it?
    p.s. i can compile UMFPACK without problems...the whole Suite on the contrary gives me this

  • Error while transporting objects:Internal error during pvc call: Parameter

    Dear all,
    We are facing the following error while transporting the individual configuration objects from our PI development system.
    Export failed: Internal error during pvc call: Parameter versionSpecifier or version has the invalid value null .
    However, it works fine when the complete configuration scenario is transported.
    We tried to transport the objects with different user id's, even then the issue still exists.
    Any inputs to resolve this will be highly helpful.
    Thank you,
    Younus

    Hi Mohammed,
    Answer is inside this oss [Note 1554387 - Error during export from Integration Directory|https://service.sap.com/sap/support/notes/1554387]. In this oss note, solution is to apply a patch (just a patch, not a SP). as it's a litle sap bug...
    Note: your issue is also explained with picture in this one "1550549 - PI transport: Internal error during pvc call" (sorry for this one I cannot insert a link)
    regards
    Mickael
    Edited by: Mickael Huchet on Jan 26, 2012 2:50 PM

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

Maybe you are looking for

  • How can i get rid the library version = hate it for bookmarks are not handy

    i used to be able to view and use bookmarks as a left side of an open window. now i have to use the ''library'' which comes up as a separate window and is using too much space. i hate it - how can i go back to the old way of viewing bookmarks?

  • Issue with and characters in the xsl

    We are using SOA process to invoke a third party web service, which basically takes input payload and pass that to other service as a string by keeping that in CDATA. Third-party web service is giving an error if we pass < and > instead of < and > sy

  • In Oracle How to migrate .Rdf file from Development to Production Environ..

    Hi, Please explain me step by step how to migrate report(.Rdf) file from development instance to production instance ASAP. Thanks & Regards, Raj

  • Customer exit for difference of weeks

    Hi All, I have two formula variables with processing from customer exit. 1. ZVAR_FV1 = getting current calendar week from system 2. ZVAR_FV2 = getting user entry week in formula variable Now I want to find the difference between the two. So if curren

  • Automatic Sleep solved

    Hope this helps someone For several weeks the G4 would not go to sleep automatically per the settings in the energy saver pane. Trashing plists and other remedies suggested in this forum did no good. I could put the Mac to sleep without problems incl