ARTADM: libcobrts64.so : cannot open shared object file

While doing the Tuxedo server startup i am getting error message:
ARTADM: error while loading shared libraries: libcobrts64.so: cannot open shared object file: No such file or directory.
Getting the same error message for ARTCNX, ARTSTRN.
I did verify one of the forum where its mentioned that MF Cobol Server Express need to be present on the linux, which i don't have. However, as per the Tuxedo documentation i have installed Cobol-IT compiler which is also compatible with the Tuxedo. Your inputs would be great help to resolve the issue.

Please verify your installation as following,
After installing ART Runtime with Cobol-IT option,
1) In the ART installation directory you should see directory Cics_RT_CIT and symbolic link Cics_RT pointing to this directory, i.e.
ls -l /testarea/xcao/art11gR1/Cics_RT
lrwxrwxrwx 1 xcao units 35 Apr 27 11:04 /testarea/xcao/art11gR1/Cics_RT -> /testarea/xcao/art11gR1/Cics_RT_CIT
2) All servers should depend on Cobol-IT libraries, e.g.
ldd /testarea/xcao/art11gR1/Cics_RT/bin/ARTSTRN |grep cob
libcobit.so.4 => /opt/cobol-it-64/lib/libcobit.so.4 (0x00002b0965f28000)
libvbisam.so.3 => /opt/cobol-it-64/lib/libvbisam.so.3 (0x00002b096609b000)
libiconv.so.2 => /opt/cobol-it-64/lib/libiconv.so.2 (0x00002b09661b3000)
libgmp.so.10 => /opt/cobol-it-64/lib/libgmp.so.10 (0x00002b09663bc000)
libcitextfh.so.4 => /opt/cobol-it-64/lib/libcitextfh.so.4 (0x00002b0966527000)
libcobatmis.so => /testarea/xcao/tuxedo11gR1/lib/libcobatmis.so (0x00002b096abfc000)
In addition, as Mark said, Cobol-IT Enterprise Edition 2.7 or later is required, Cobol-IT Standard Edition is not enough for ART.
Regards,
Xin Cao

Similar Messages

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Cannot open shared object file: on Informatica Power Centre(8.1.1) Installa

    Hi Friends,
    I am trying to install Informatica Power Centre 8.1.1 and when i invoke the installet it' giving below error:
    My OS is Redhat Linux (64 bit).
    What's the issue?
    onfiguring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.28135/Linux/resource/jre/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    [oracle@obidb PowerCenter_8.1.1_SE_for_Linux_x64_64Bit]$
    Regards,
    DB

    Hi;
    I am in the process of installing R12.1.1 on RHEL5(64-bit). All the pre-req have been done.. I did the installation twice but I am facing the same issue. When i try to run adconfig.sh on the appsTier. i get the following errorYou want to run adconfig.sh on appstier or dbtier?
    If you run appstier be sure you source env file with applmgr user
    Regard
    Helios

  • Cannot open shared object file: on Informatica Power Centre Installation

    Hi Friends,
    I am trying to install Informatica Power Centre 8.1.1 and when i invoke the installet it' giving below error:
    My OS is Redhat Linux (64 bit).
    What's the issue?
    onfiguring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.28135/Linux/resource/jre/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    [oracle@obidb PowerCenter_8.1.1_SE_for_Linux_x64_64Bit]$
    Regards,
    DB

    Hi;
    I am in the process of installing R12.1.1 on RHEL5(64-bit). All the pre-req have been done.. I did the installation twice but I am facing the same issue. When i try to run adconfig.sh on the appsTier. i get the following errorYou want to run adconfig.sh on appstier or dbtier?
    If you run appstier be sure you source env file with applmgr user
    Regard
    Helios

  • [SOLVED] "cannot open shared object file" but library is installed

    I'm trying to run a digital logic simulation tool called "atanua" but I'm getting a missing library error:
    $ atanua
    /opt/atanua101120/atanua: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory
    I tried re-installing both atanua (from AUR) and sdl_image (from repos) but the error remains.
    $ ldd /opt/atanua101120/atanua | grep sdl_image
    libSDL_image-1.2.so.0 => not found
    I can find the "missing" library though:
    $ locate libsdl_image
    /usr/lib/libSDL_image-1.2.so.0
    /usr/lib/libSDL_image-1.2.so.0.8.2
    /usr/lib/libSDL_image.a
    /usr/lib/libSDL_image.so
    And so can the loader:
    $ ldconfig -v | grep sdl_image
    libSDL_image-1.2.so.0 -> libSDL_image.so
    My initial thought is that the problem is a name mismatch between the program and the system, but I don't know the proper way to fix this.  Does anyone know what I should try next?
    Here's my system specs:
    $ uname -a
    Linux 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 10:27:51 CEST 2011 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD GNU/Linux
    Thanks for your help.
    Last edited by spence (2011-10-30 20:22:07)

    You're right. Some how [multilib] got disabled in my pacman.conf so I didn't spot a 32-bit version of the library.  I uncommented the [multilib] lines, searched again, and found it.  Problem solved.  Thank you.

  • Gardei@gardei-lab:~$ ./firefox/firefox XPCOMGlueLoad error for file /home/gardei/firefox/libxpcom.so: libxul.so: cannot open shared object file: No such file or

    Friends:
    The latest Firefox won't launch. Here's what I get...
    gardei@gardei-lab:~$ ./firefox/firefox
    XPCOMGlueLoad error for file /home/gardei/firefox/libxpcom.so:
    libxul.so: cannot open shared object file: No such file or directory
    Couldn't load XPCOM.
    Both .so files exist in ./firefox
    Thanks. -- BG

    Hello,
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    Thank you.

  • [SOLVED!] WINE: libSM.so.6: cannot open shared object file= fail

    Greetings,
    So today I decided I'd play an old windows game with my son. It's been a while since I've played  wine game with him... since my last reinstallthat I did just for the S&G to play with the new install method.
    Anyways, I go through the motions, installing wine and all that. Then I go and click on the game to run. Nothing.
    So, I go and try to run it through command line. I get this fun stuff:
    wine H5_Game.exe
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
    err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libSM.so.6: cannot open shared object file: No such file or directory
    Application tried to create a window, but no driver could be loaded.
    Unknown error (127).
    I search the mighty internets and try many different things. But I cannot seem to find the file that gives "libSM.so.6" or whatever is needed to make this work. So defeated, I come to you to ask that you please give me a leg up here.
    Thanks, in advance, for any and all help!
    Last edited by mythus (2012-10-14 18:16:48)

    Honestly, I did not know about pkgfile.
    So, I installed it and determined that while I have libsm, I was missing lib32_libsm. So installing that fixed my issue with WINE.
    Thanks for the leg up Trilby! Most appreciated!

  • Libclnysh.so.1.0 : cannot open shared object file..

    Hi,
    I was running Oracle for linux successfuly for about 2 weeks
    now.. until from yesterday, I am starting to recieve the
    following error when i run svrmgrl
    libclnysh.so.1.0 : cannot open shared object file : No such file
    or directory
    But, however svrmgrlO works..
    I tried to do a 'genclntsh ' but it gave me the following error..
    ld: cannot open -lnsl: No such file or directory
    I am using
    -SuSE 5.2
    -Kernel 2.0.36 ..
    -patch for glibc installed
    Memory 64 MB
    I just cant understand why it started giving this problem after
    all this time it worked fine.. what could have gone wrong?
    HELP !!
    Shibu Basheer
    null

    Shibu Basheer (guest) wrote:
    : ld: cannot open -lnsl: No such file or directory
    : I am using
    : -SuSE 5.2
    : -Kernel 2.0.36 ..
    : -patch for glibc installed
    : Memory 64 MB
    See LD_LIBRARY_PATH
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    export LD_LIBRARY_PATH
    : I just cant understand why it started giving this problem after
    : all this time it worked fine.. what could have gone wrong?
    : HELP !!
    : Shibu Basheer
    null

  • Linux - libnqwebibotapi.so Cannot open shared object file

    BI is running on my Linux box (Redhat). I have configured and started BI Scheduler. It starts without an issue.
    When I create an iBot to be delivered immediately I get the error:
    libnqwebibotapi.so: cannot open shared object file: No such file or directory [nQSError: 77002] Could not load iBot library libnqwebibotapi.so.
    My LD_LIBRARY_PATH is pointing to the location of the file: /opt/oracle/oraclebi/web/bin
    declare -x LD_LIBRARY_PATH="/opt/oracle/11.2.0/client_1/lib:/opt/oracle/oraclebi/server/Bin:/opt/oracle/oraclebi/web/bin"
    Any ideas? I am not sure what step I am missing.
    Thanks!
    Eric

    Can you post the full error log from Delivers please
    You've not told us OS, versions, etc
    http://catb.org/~esr/faqs/smart-questions.html#beprecise

  • Libsqlplus.so: cannot open shared object file

    After oracle-instantclient-sqlplus-10.1.0.3-1 rpm install on Red Hat, running sql plus gives:
    sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
    The fix is to include in the sqlplus rpm the file
    /etc/ld.so.conf.d/oracle-instantclient.conf
    which would contain this line:
    /usr/lib/oracle/10.1.0.3/client/lib/
    Also run ldconfig in post-install script.
    Thanks.

    Alternatively you can set LD_LIBRARY_PATH as mentioned
    in the notes:
    http://www.oracle.com/technology/docs/tech/sql_plus/10103/readme_ic.htm
    This is more flexibile than using ld.so.conf if you have
    another version of Oracle or the Instant Client installed.
    -- CJ

  • [Solved]xelatex error - libicuuc.so.53: cannot open shared object file

    Today when I tried to compile a xelatex doc I got the following error:
    xelatex: error while loading shared libraries: libicuuc.so.53: cannot open shared object file: No such file or directory
    do I need to revert to an older version of some package?
    OK, updating yet again seems to have solved the problem.
    Last edited by emacsomancer (2014-10-21 17:52:54)

    Your guess led me to the conclusion!
    AUR packages were not the problem, but what I did was I force-removed gtk2 and gtk3 packages and then installed them again. Everything works now, thanks.
    Here's exactly what I did
    pacman -Rdd harfbuzz-git pango gtk2 gtk3 librsvg pangomm libtiger
    pacman -S gtk2 gtk3
    Last edited by Mr. X (2012-11-01 09:55:04)

  • [solved] VirtualBox: libqt-mt.so.3: cannot open shared object file

    When I try to run VirtualBox:
    /opt/VirtualBox-1.5.6/VirtualBox: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
    What's wrong?  I have qt installed.
    Last edited by synthead (2008-05-01 23:18:07)

    bender02 wrote:OK, so check the file /opt/qt/lib/libqt-mt.so.3 is present in the filesystem (member of the qt3 package)
    [max@pwn lib]$ pwd && ls -l
    /opt/qt/lib
    total 18692
    -rw-r--r-- 1 root root 9295926 2008-03-27 05:14 libdesignercore.a
    -rw-r--r-- 1 root root 841 2008-03-27 05:14 libdesignercore.prl
    -rw-r--r-- 1 root root 607100 2008-03-27 05:14 libeditor.a
    -rw-r--r-- 1 root root 794 2008-03-27 05:14 libeditor.prl
    -rw-r--r-- 1 root root 47244 2008-03-27 05:14 libqassistantclient.a
    -rw-r--r-- 1 root root 805 2008-03-27 05:14 libqassistantclient.prl
    -rw-r--r-- 1 root root 814 2008-03-27 05:14 libqt-mt.prl
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so -> libqt-mt.so.3.3.8
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so.3 -> libqt-mt.so.3.3.8
    lrwxrwxrwx 1 root root 17 2008-03-27 05:14 libqt-mt.so.3.3 -> libqt-mt.so.3.3.8
    -rwxr-xr-x 1 root root 8885408 2008-03-27 05:15 libqt-mt.so.3.3.8
    -rw-r--r-- 1 root root 720 2008-03-27 05:14 libqui.prl
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so -> libqui.so.1.0.0
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so.1 -> libqui.so.1.0.0
    lrwxrwxrwx 1 root root 15 2008-03-27 05:14 libqui.so.1.0 -> libqui.so.1.0.0
    -rwxr-xr-x 1 root root 229080 2008-03-27 05:15 libqui.so.1.0.0
    drwxr-xr-x 2 root root 4096 2008-03-27 05:14 pkgconfig
    bender02 wrote:and check /etc/ld.so.conf, if it contains the directory /opt/qt/lib
    My ld.so.conf didn't have an entry for /opt/qt/lib!  I added it.  VirtualBox still can't see libqt-mt.so.3 though, unfortunately.
    [max@pwn etc]$ cat ld.so.conf
    # /etc/ld.so.conf
    /opt/qt/lib
    /opt/lib32/lib
    /opt/lib32/usr/lib
    # End of file
    I really appreciate the support guys

  • Libdb-4.3.so: cannot open shared object file: No such file or dii rectory

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.
    Could you please help me..
    $ADMIN_SCRIPTS_HOME/adapcctl.sh start
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    getting bellow error.
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: cannot open shared object file: No such file or dii
    rectory
    I started httpd from /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/ by using service httpd start and then run $ADMIN_SCRIPTS_HOME/adapcctl.sh start got bellow message
    11/12/26 00:10:25 Start process
    /home/oracle/ebs/inst/apps/VIS_localhost/ora/10.1.3/Apache/Apache/bin/apachectl stt
    artssl: execing httpd
    /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading
    shared libraries: libdb-4.3.so: wrong ELF class: ELFCLASS64
    Not able to figure it out the file libdb-4.3.so issue.
    Here is the...
    IDD for httpd... not sure, why it has two folderss.. one with 10.1.3 and another one with 10.1.2..
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.3/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7795000)
    libdms2.so => not found
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf7742000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7727000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7724000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf76d7000)
    libdb-4.3.so => not found
    [root@localhost appl]# ldd /home/oracle/ebs/apps/tech_st/10.1.2/Apache/Apache/bin/httpd
    linux-gate.so.1 => (0xf7704000)
    libdms2.so => not found
    libpthread.so.0 => /lib/libpthread.so.0 (0xf76c6000)
    libnsl.so.1 => /lib/libnsl.so.1 (0xf76ac000)
    libm.so.6 => /lib/libm.so.6 (0x49c09000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0xf767b000)
    libdl.so.2 => /lib/libdl.so.2 (0x49c7b000)
    libdb.so.2 => /usr/lib/libdb.so.2 (0xf7679000)
    libc.so.6 => /lib/libc.so.6 (0x4d737000)
    /lib/ld-linux.so.2 (0x4d715000)
    libfreebl3.so => /lib/libfreebl3.so (0xf762c000)
    libdb-4.3.so => not found
    [root@localhost appl]# find / -type f | grep -i "libdb"
    /lib64/libdb_cxx-4.3.so
    /lib64/libdb_cxx-4.2.so
    /lib64/libdbus-1.so.3.4.0
    /lib64/libdb-4.3.sobackup
    /lib64/libdb-4.2.so
    /lib64/libdb-4.7.so
    /home/backup/startCD/Disk1/rapidwiz/jre/IBM_AIX/1.6.0/lib/ppc/libdbx_j9.so
    /home/oracle/Downloads/6078836/libdb.so.2
    /home/oracle/ebs/apps/tech_st/10.1.2/rdbms/lib/libdbtools10.a
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdta.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/.patch_storage/7379122/rdbms/lib/impdrv.o_libdbtools10.a_pre_7379122
    /home/oracle/ebs/apps/tech_st/10.1.2/inventory/filemap/rdbms/lib/libdbtools10.a/files.map
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbts.pls
    /home/oracle/ebs/apps/apps_st/appl/gl/12.0.0/patch/115/sql/glibdbtb.pls
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDRETLIBDBNAME.sql
    /home/oracle/ebs/apps/apps_st/appl/msd/12.0.0/patch/115/sql/MSDNEWLIBDB.sql
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib32/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/rdbms/lib/libdbtools11.a
    /home/oracle/ebs/db/tech_st/11.1.0/srvm/lib/libdbcfg11.a
    /home/oracle/ebs/db/tech_st/11.1.0/lib32/libdbcfg11.so
    /home/oracle/ebs/db/tech_st/11.1.0/lib/libdbcfg11.so
    /usr/lib64/xulrunner-1.9.2/components/libdbusservice.so
    /usr/lib64/compiz/libdbus.so
    /usr/lib64/libdbus-c++-1.so.0.0.0
    /usr/lib64/libdbus-glib-1.so.2.1.0
    /usr/lib64/libdb_cxx-4.7.so
    /usr/lib64/xorg/modules/extensions/libdbe.so
    /usr/lib64/libdbus-qt-1.so.1.0.0
    /usr/share/doc/rsyslog-4.6.2/omlibdbi.html
    /usr/lib/libdb.so.2
    /root/rpmbuild/SOURCES/libdbi-drivers-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-0.8.3.tar.gz
    /root/rpmbuild/SOURCES/libdbi-drivers-error-handler.patch
    /root/rpmbuild/SOURCES/libdbi-drivers-cflags.patch
    /root/rpmbuild/SOURCES/libdbi-cflags.patch
    /root/rpmbuild/SPECS/libdbi-drivers.spec
    /root/rpmbuild/SPECS/libdbi.spec
    find: `/proc/5275/task/5275/fd/5': No such file or directory
    find: `/proc/5275/task/5275/fdinfo/5': No such file or directory
    find: `/proc/5275/fd/5': No such file or directory
    find: `/proc/5275/fdinfo/5': No such file or directory
    /lib/libdbus-1.so.3.4.0
    [root@localhost appl]#
    [root@localhost lib]# ls -ltr libdb* from /usr/lib
    -rwxr-xr-x. 1 root root 5825 Dec 25 12:06 libdb.so.2
    [root@localhost lib64]# ls -ltr libdb* /usr/lib64
    -rwxr-xr-x. 1 root root 195696 Apr 28 2010 libdbus-c++-1.so.0.0.0
    -rwxr-xr-x. 1 root root 71136 Jul 3 2010 libdbus-qt-1.so.1.0.0
    -rwxr-xr-x. 1 root root 1647120 Jul 22 2010 libdb_cxx-4.7.so
    -rwxr-xr-x. 1 root root 144960 Nov 19 2010 libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 24 Dec 14 22:45 libdb-4.7.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 23 Dec 14 22:46 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 23 Dec 14 22:47 libdbus-glib-1.so -> libdbus-glib-1.so.2.1.0
    lrwxrwxrwx. 1 root root 22 Dec 14 22:50 libdbus-c++-1.so.0 -> libdbus-c++-1.so.0.0.0
    lrwxrwxrwx. 1 root root 21 Dec 14 22:50 libdbus-qt-1.so.1 -> libdbus-qt-1.so.1.0.0
    lrwxrwxrwx. 1 root root 24 Dec 14 23:07 libdb.so -> ../../lib64/libdb-4.7.so
    lrwxrwxrwx. 1 root root 16 Dec 14 23:07 libdb_cxx.so -> libdb_cxx-4.7.so
    [root@localhost lib]# ls -ltr libdb* from /lib
    -rwxr-xr-x. 1 root root 284764 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 18 00:39 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 17 Dec 25 01:40 libdb-3.3.so -> /lib/libdb-4.3.so
    [root@localhost lib64]# ls -ltr libdb* from /lib64
    -rwxr-xr-x. 1 root root 1139224 Jul 22 2010 libdb_cxx-4.3.so
    -rwxr-xr-x. 1 root root 1055864 Jul 22 2010 libdb_cxx-4.2.so
    -rwxr-xr-x. 1 root root 976976 Jul 22 2010 libdb-4.2.so
    -rwxr-xr-x. 1 root root 1526952 Jul 22 2010 libdb-4.7.so
    -rwxr-xr-x. 1 root root 268200 Mar 22 2011 libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:45 libdbus-1.so.3 -> libdbus-1.so.3.4.0
    lrwxrwxrwx. 1 root root 18 Dec 14 22:46 libdbus-1.so -> libdbus-1.so.3.4.0
    -rwxr-xr-x. 1 root root 1043696 Dec 25 12:04 libdb-4.3.sobackup
    lrwxrwxrwx 1 root root 18 Dec 25 23:16 libdb-4.3.so -> libdb-4.3.sobackup
    Any one help me, what I am missing from above.. and also, my post installation rapidwizard is cancelled, so Do I need to install from scratch? or If I fix this issue, can i access the application using web url?
    Edited by: user1254389 on Dec 25, 2011 10:06 PM
    Edited by: user1254389 on Dec 25, 2011 10:10 PM

    Hi Experts... I am a new to Oracle APPS trying to install Ebusiness suite in oracle enterprise linux ver 6,1 using oracle virtualbox.. and I am stuck with libdb-4.3.so for last 3 days.. searched google and bing, not able to find any information.Oracle EBS R12 is not certified yet with Linux 6 so please install a supported OS (see the docs before for the list) or check the certification matrix and try the installation then.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Thanks,
    Hussein

  • Libpixbufloader-svg.so: libpng15.so.15: cannot open shared object file

    While updating, I got:
    [2013-05-05 19:31] [PACMAN] upgraded cups-filters (1.0.34-2 -> 1.0.34-3)
    [2013-05-05 19:31] [ALPM-SCRIPTLET] gtk-update-icon-cache: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
    [2013-05-05 19:31] [PACMAN] upgraded dia (0.97.2-4 -> 0.97.2-5)
    [2013-05-05 19:32] [ALPM-SCRIPTLET] gtk-update-icon-cache: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory
    [2013-05-05 19:32] [PACMAN] upgraded firefox (20.0.1-2 -> 20.0.1-4)
    [2013-05-05 19:32] [PACMAN] upgraded gcc-multilib (4.8.0-3 -> 4.8.0-4)
    [2013-05-05 19:32] [PACMAN] upgraded gd (2.0.36RC1-5 -> 2.0.36RC1-6)
    [2013-05-05 19:32] [ALPM-SCRIPTLET] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libpng15.so.15: cannot open shared object file: No such file or directory
    [2013-05-05 19:32] [PACMAN] upgraded gdk-pixbuf2 (2.28.1-1 -> 2.28.1-2)
    [2013-05-05 19:32] [PACMAN] upgraded gegl (0.2.0-7 -> 0.2.0-8)
    [2013-05-05 19:32] [PACMAN] upgraded ghostscript (9.07-1 -> 9.07-2)
    [2013-05-05 19:32] [ALPM-SCRIPTLET] g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libpng15.so.15: cannot open shared object file: No such file or directory
    [2013-05-05 19:32] [PACMAN] upgraded libwmf (0.2.8.4-9 -> 0.2.8.4-10)
    I opened the /var/lib/pacman/local/*/files of the mentioned packages and ran the mentioned commands with sudo. Today I got the following error while starting Wireshark (and gnuplot):
    (gnuplot:8581): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported
    Segmentation fault (core dumped)
    (wireshark:8440): GdkPixbuf-WARNING **: Error loading XPM image loader: Image type 'xpm' is not supported
    ERROR:stock_icons.c:229:stock_icons_init: assertion failed: (pixbuf)
    Aborted (core dumped)
    It turns out that /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache was created with permissions 640 (due to my umask). The solution was to chmod 644 it.
    (similarly, gtk-update-icon-cache created /usr/share/icons/hicolor/icon-theme.cache with wrong permissions (640). This did not seem to cause issues though.)
    Hopefully it will be of help to someone.
    Last edited by Lekensteyn (2013-05-06 14:57:47)

    I also got into problems after a pacman -Syu today.
    I believe removing cleartype-cairo and installing cairo instead fixed the problem
    Hope this helps.
    As a reference, here are some troubleshooting steps I did:
    sudo pacman -S gdk-pixbuf2
    warning: gdk-pixbuf2-2.28.1-2 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1): gdk-pixbuf2-2.28.1-2
    Total Installed Size:   3.67 MiB
    Net Upgrade Size:       0.00 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring                                                                                                           [###################################################################################] 100%
    (1/1) checking package integrity                                                                                                         [###################################################################################] 100%
    (1/1) loading package files                                                                                                              [###################################################################################] 100%
    (1/1) checking for file conflicts                                                                                                        [###################################################################################] 100%
    (1/1) checking available disk space                                                                                                      [###################################################################################] 100%
    (1/1) reinstalling gdk-pixbuf2                                                                                                           [###################################################################################] 100%
    g_module_open() failed for /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: libpng15.so.15: cannot open shared object file: No such file or directory
    $ pkgfile /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
    extra/librsvg
    $ yaourt -Sb librsvg
    CCLD     rsvg-view-3
    /usr/bin/ld: warning: libpng15.so.15, needed by /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/../../../../lib/libcairo.so, not found (try using -rpath or -rpath-link)
    $ pkgfile libcairo.so
    extra/cairo
    multilib/lib32-cairo
    [nemo@ilnwadz ~]$ sudo pacman -S cairo
    resolving dependencies...
    looking for inter-conflicts...
    :: cairo and cairo-cleartype are in conflict. Remove cairo-cleartype? [y/N] ^C
    Interrupt signal received

  • Libstdc++-libc6.1-1.so.2: cannot open shared object file

    When I try to install Oracle 9i on OEL 5 I get:
    #./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2009-01-05_03-05-57PM/jre/bin/java. Please wait...
    /tmp/OraInstall2009-01-05_03-05-57PM/jre/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
    Although:
    #rpm -qi libstdc++
    Name : libstdc++ Relocations: (not relocatable)
    Version : 4.1.2 Vendor: Oracle USA
    Release : 42.el5 Build Date: Sun 25 May 2008 11:14:02 AM EEST
    Install Date: Sat 03 Jan 2009 03:15:57 AM EET Build Host: ca-build15.us.oracle.com
    Group : System Environment/Libraries Source RPM: gcc-4.1.2-42.el5.src.rpm
    Size : 925520 License: GPL
    Signature : DSA/SHA1, Mon 26 May 2008 08:58:57 AM EEST, Key ID 66ced3de1e5e0159
    URL : http://gcc.gnu.org
    Summary : GNU Standard C++ Library
    Description :
    The libstdc++ package contains a rewritten standard compliant GCC Standard
    C++ Library.
    What's the problem?

    Hi Valentin
    It is very typical that a Library is not found by the OUI when an installation is going to be done. Basically there are 2 typic causes.
    The first is that the library is not in your OS and the another one is that the library is in your OS but you have not set correctly the LD_LIBRARY_PATH in order to the OUI can find it. The solution is very easy:
    1.- Check where is the library in your OS. It can be in:
    /usr/lib or /usr/lib64 or another directory. connected as root go to / and apply this command to find where the library is:
    find ./ -name libstdc*
    with that command you will see where the library is. Take that path and added it to the LD_LIBRARY_PATH.
    The LD_LIBRARY_PATH is an eviroment variable that must be set in the profile of the user usually.
    Once done all this , reload the connection with the user with what you want to install the Oracle Software and test.
    For any more information or guide replay again friend.
    Joel Pérez
    Oracle Ace Member
    DBA Oracle

Maybe you are looking for