[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.

Similar Messages

  • [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!] 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!

  • [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

  • Ubuntu - libocijdbc11.so: libaio.so.1: cannot open shared object file.

    I was trying to fix the "no ocijdbc11 in java.library.path" error, which has been discussed previously.
    Re: Test failed - no ocijdbc11 in java.library.path
    no ocijdbc11 in java.library.path
    ERROR-No ocijdbc11 in java.library.path - Vendor code 0 >>Can you help?
    Connect fails w/ ocijdbc11.dll not found
    As I understand, the general advice was that you needed to set your ORACLE_HOME variable, which I did in the shell script that starts sql developer:
    sqldeveloper.sh
    #!/bin/bash
    ORACLE_HOME=/opt/oracle/instantclient/
    export ORACLE_HOME
    The file which it had been complaining about is in that folder, and it seems to find it, but now I get an error "libocijdbc11.so: libaio.so.1: cannot open shared object file."
    Where can I get this libaio.so file?
    Or am I going about this wrong?
    (I have seen other people talking about a file ".tnsnames.ora". Not clear to me how that is related, but I don't have that file. http://mikesmithers.wordpress.com/2010/01/03/solved-%E2%80%93-the-mystery-of-sqldeveloper-and-the-missing-ocijdbc11/)

    I'm on Windows, but do mind you need a 11.2 client as home. Alternatively try setting the home to your sqldev installation folder.
    Hope that helps,
    K.

  • 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

  • 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

  • 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.

  • 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

  • LibXxf86dga.so.1: cannot open shared object file: No such file or dire

    [root@Compaq00 ~]# mplayer
    mplayer: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory
    [root@Compaq00 ~]#
    ================
    what's the matter???

    Installed, but seems like missing files ....
    I reinstalled it using --force option just now, and it was resolved!
    My Installation might has some mistakes, this situation happed for some times like ldconfig said missing some .so files.....
    Is there some command to check if all the packges installed correctly ???
    I remember rpm system can do it.
    Last edited by iamybj (2010-03-21 02:37:48)

  • Rapidwiz error cannot open shared object file: libpthread.so.0 libc.so.6

    Hi,
    We are following Note 238276.1 Migrating to Linux with Oracle Applications Release 11i, trying to install the technology stack (Section 2: Step 4), in a RHEL5 64Bits.
    We have downloaded the startCD (B29029-01) and the TechStack CDs (B29032-01_2of2). When running the ./rapidwiz from startCD, we get following error:
    /tmp/RapidInstall/jre/Linux/1.4.2/bin/jre: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    chmod: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    More info:
    [applmgr@desaebs rapidwiz]$ ldd '/tmp/RapidInstall/jre/Linux/1.4.2/bin/jre'
    linux-gate.so.1 => (0xffffe000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00bed000)
    libdl.so.2 => /lib/libdl.so.2 (0x00be7000)
    libc.so.6 => /lib/libc.so.6 (0x00a9f000)
    /lib/ld-linux.so.2 (0x00a81000)
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libpthread.so.0
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libc.so.6
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/libdl.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ rpm -qf /lib/ld-linux.so.2
    glibc-2.5-42
    [applmgr@desaebs rapidwiz]$ locate linux-gate.so.1
    It seems that linux-gate.so.1 is not present, I'll try to install it, but I'm not sure this can be the real problem.
    Any idea?
    Thanks!
    Alvaro

    Yes, thats correct ...
    The actual situation is:
    -Customer has split configuration: DB 11g in RHEL5x86-64Bits + APPS 11.5.10.2 in Windows2003
    -The target is to have all DB11g and APPS R12 in single node RHEL5x86-64Bits
    We're following Note "Migrating to Linux with Oracle Applications Release 11i [ID 238276.1]" to migrate the APPS server from Windows to Linux, as a middle/temporary step prior to make the Migration to R12.
    We are trying to do it, but we get errors during Section 2.4 "Install the Middle Tier Technology Stack", running the rapidwiz command we get errors, because of R11i is not supported in 64bits platforms (Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1])
    Our bigest doubt now is that we are trying to install 11i techstack into RHEL5 x86-64bits, and we think this is not possible, because of R11i is not supported in 64bits platforms !!!
    That is, could we migrate the APPS server from Windows to Linux x86-64 as a temporary step to begin the upgrate to R12 all in RHEL5x86-84bits, that is full supported on this 64bit platform?
    What possibilities do we have if we can't do this?
    Theese can be some of them:
    1-Migrate apps server from actual windows2003 to Linux 32bit, in other host with 32 bits installed, instead of 64bits, and move here from windows to lilnux 32bits, and the begin the R12migration
    2-Migrate to R12 into actual appserver Windows2003 and then migrate appserver from windows to rhel5-64bits
    I don't like second option, because we want to make the R12 upgrade into Linux, not in windows. We need to eliminate windows platform as soon as we can.
    Thanks in advance ,

  • Libjvm.so: cannot open shared object file

    Hi, I hope I am posting to right forums. I am trying to install tomcat on my linux box and running into an issue ?libjvm.so: cannot open shared object file: Permission denied?
    Here is what I have:
    Linux = Red Hat Linux release 9 (Shrike)
    SDK = java_app_platform_sdk-5_02-linux.bin
    Tomcat = apache-tomcat-6.0.10
    I built jsvc this morning and running following command to get tomcat daemon up,
    ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile ./logs/catalina.err org.apache.catalina.startup.Bootstrap
    I am seeing following error message in Catalina.err file,
    06/03/2007 10:49:24 21247 jsvc.exec error: Cannot dynamically link to /home/rsah/SDK/jdk/jre/lib/i386/client/libjvm.so
    06/03/2007 10:49:24 21247 jsvc.exec error: /home/rsah/SDK/jdk/jre/lib/i386/client/libjvm.so: cannot open shared object file: Permission denied
    06/03/2007 10:49:24 21246 jsvc.exec error: Service exit with a return value of 1
    I looked at the permission for libjvm.so and it appears to be fine. When I run ldconfig ?p I don?t see libjvm.so loaded so definitely there is something going on. I edited /etc/ld.so.conf and added following line
    /home/rsah/SDK/jdk/jre/lib
    But still I don?t see libjvm.so being loaded. I am wondering if one could provide me some pointers.
    libjvm.so located at,
    /home/rsah/SDK/jdk/jre/lib/i386/client
    -rwxrwxrwx 1 root root 5310375 Mar 5 18:20 libjvm.so
    I have set JAVA_HOME = ?/home/rsah/SDK/jdk?
    PS: I tried all above stuffs with sudo permission.
    Thanks!

    I found problem, it was in a configuration file located at bin/jsvc-src/native//Tomcat.sh.
    Thanks

Maybe you are looking for

  • I have a problem for download in app store . it shows error code : 1009

    i have a problem for download in app store . it shows error code : 1009

  • End users get blank result from VC model calling an R/3 BAPI.

    Hello everyone. We have build a VC model calling a Z*BAPI that we built in the R/3 backend.  Everything works fine through DEV and QAS.  However in our production environment when an end user attempts to run the VC application and search for a record

  • Error handling with Maxl

    Could someone post an example of how they handle errors with a Maxl script. For instance, is there a something similar to the IFERROR in Esscmd? Thanks,Rob

  • Error in Inventory Transfer

    Hi All, I have updated my SAP B1 SP00 PL10 to PL15. Now, the system is giving me error while transferring inventory of excisable item from non-excisable warehouse to excisable warehouse. The error is Excisable item cannot be transferred from a non-ex

  • Contribute 4 and new Google owned-Blogger - connection problem

    There was an old thread on this topic but no resolution from Adobe... only user solution seemed to be an upgrade to new Contribute CS3 which I cannot do. I have a new Google Blogger account, I want to manage my blog through Contribute 4. There is a c