[SOLVED] Many Shared Objects Missing

After doing a full system upgrade (including aur), many programs are complaining of missing shared objects.
How do I update all the so's, or all the programs looking to old ones?
Last edited by ignotus (2012-02-25 19:25:53)

If it was libpng related, on the front page of archlinux.org you would have seen a notice stating any cairo related packages needed to be updated/reinstalled. You could have just reinstalled cairo-ubuntu and should have done the same thing. I use the ubuntu version and the only time I saw an error relating to libpng was when they started the updates to that I think a week or two ago.
https://www.archlinux.org/news/libpngli … m-testing/
"As usual, remember to fully update your system and check your unofficial packages (especially the cairo-* packages from AUR) for required rebuilds."
Don't forget to mark solved if it is
Last edited by vwyodajl (2012-02-23 04:38:27)

Similar Messages

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

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

  • Openoffice missing shared object file

    I just started having this problem today. When I run soffice from terminal I get this message...
    /opt/openoffice/program/soffice.bin: error while loading shared libraries: libicuuc.so.36: cannot open shared object file: No such file or directory
    Can someone help me out here, I'm using gnome 2.20 from testing?
    Thanks for the help.

    If you are running testing ooo may not have been upgraded when icu was updated. you may still have the older version of openoffice. downgrade icu by installing the one from extra pacman -S extra/icu or update to the newer version of ooo.

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

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

  • 9 shared objects performance question

    I have 9 shared objects 8 of which contain dynamic data which i cannot really consolidate into a single shared object because the shared object often has to be cleared.....my question is what performance issues will I exsperience with this number of shared objects .....I maybe wrong in thinking that 9 shared objects is alot.....anybody with any exsperience using multiple shared objects plz respond.

    I've used many more than 9 SO's in an application without issue. I suppose what it really comes down to is how many clients are connected to those SO's and how often each one is being updated.

  • Query Time Out and Shared Objects

    Hi,
    I have 2 questions.
    1) from st22 i can get the list of users and time out information. But how can I find related query which has been time out by that user ?? as of now i was getting query information from st22 by getting abap program name which starts with "G" and find related query for that from the table rsrrepdir. But recently it is happening that i get abap program which starts with "G" from st22 time out but its not giving me any query information in RSRREPDIR table or by t-code se38.
    can anyone guide me how can i get query info from st22 ? we have so many time out occuring in production have to trace that and improve the query performance.
    2) 2nd question is - how can i get list of queries which are having shared objects like variables, templates, key figures, structures etc...
    is there any specific table or t-code which provides that? we have to delete some queries in prod. but before that we want this list.
    A.H.P. I am counting on you extensively for help coz i have seen that you reply to everybody. and i have asked same question in another forum at SDN but no reply !!!
    waiting for help...

    Hi Bhanu,
    thank you for your prompt reply.
    well, we dont have woorkbooks atall. we got the inventory list of all queries needs to be deleted in production. we are deleting very very old queries which are not even in used now. i know the variables and str. etc...remains but still needs to know how to find out the queries with shared object. i want that information in hands before i delete anything in dev. system and transport it to prod. so, i will have proof that i didnt delete anything important. hope you understands what i mean and why i need to know this !
    i found few tables related to this but cannt relate them and get the info I need. RSRREPDIR, V_ELTDIR_TXT, RSZELTXREF,etc..
    where used list in BEx gives us the webtemplates names nothing else. i meant not the shared objects. and if it is giving shared objects info then i guess i am not aware of it coz few queries i tried to check didnt get that info in "where used" list.
    in metadata repository ?? i didnt get it!! how can i find queries with shared objects in metadata rep ?

  • 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

  • Flex2 and shared objects

    Hello all
    We have made a cool FLEX application (which also in on Flex
    showcase) and it works like a charm with Firefox, while in IE it
    will go down in flames with an IE-exception after some minutes of
    active use.
    And we cannot find the error. We have a suspicion that this
    is related to our use of shared objects.
    The application displays financial charts, and the values are
    stored in the cache as a shared object, so it will display faster
    the next time. This works perfect with Firefox and in IE not.
    Please try this out:
    Radar Lite
    In IE, you break it by switching stocks in the grid control,
    this will trigger a get on new chartvalues that will be stored in
    shared objects
    I have been googling like crazy to find a solution of this
    problem, without success. Has anyone here heard of a problem
    similar to this. We could really need some help here.
    Thanks in advance.
    Lars

    Hi there
    I am facing the same problem , My problem is "I have
    developed a rss reader ,the App is running fine and getting refresh
    in Mozilla but the it is not getting refresh in IE . "
    I am trying to solve this problem from last 3 days but cant
    get it right ,
    I need some advice and also some sort of help of i can get
    from any one .
    thanks
    vivek manchanda

  • 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

  • Confusion about shared objects...

    Hi...
    I'm building an application using JSP/Servlet technology and I've ecountered some behavior that is not that unexpected, but is something I can't seem to figure out how to get around.
    I've been using two reference manuals over the last year, to learn JSP/Servlet development and I'm not sure that either one of them, do a very good job of explaining how to avoid the problem I'm seeing. (Or maybe they do, but I'm just too dense to figure it out.)
    Both are O'Reilly manuals:
    Java Servlet Programming - Jason Humber with William Crawford
    Java Server Pages - Hans Bergsten
    Anyway, I've tried to model my application using a MVC approach.
    My controller servlet UserCtl.java is small and routes requests as a controller should.
    My business logic is in a bean. UserBean.java This object has properties that represent the fields from my UserMaster table and corresponding setter/gettter methods. It also has methods to retrieve an individual user record, insert a record, update a record, delete a record and retrieve a list of records.
    The scenario I'm experiencing is as follows:
    I bring up my application in the browser on two different PC's.
    I display the user list on each PC.
    Now...
    On each PC, I simultaneously click the Update User, selecting user 1 on pc 1 and user 2 on pc 2.
    My application then, creates a record in a lock file, for each user record. This seems to work properly, even during the simultaneous click.
    However...
    When the update form is subseqently displayed, I have a situation where the form on each of the 2 pc's contains the same data.
    I can verify that 2 different lock records were created, indicating that I did not click the same user by accident, however, the data in the form is clearly for only one of the users.
    I've read the sections over and over and I feel like I understand their comments on concurrency and how the condition I'm seeing could occur, however, I've tried many things to overcome this and nothing seems to work.
    Originally, I opened my JDBC database connection at the servlet level. I've subsequently tried doing it when I create the bean in the controller and subsequent to that, creating the connection object within the method that retrieves the user data inside the bean.
    I've tried moving all my code into functions, so that any bean variables would be localized.
    I've creating a bean from the JSP session bean object and then retrieving the record, and putting the bean back into the session object before moving to the update page.
    Note... I've also enclosed my record retrieval code within a synchronize block.
    I'm at a complete loss here. Nothing I do seems to work and I can consistently recreate this condition. Obviously, I can't move forward until I find out how to do this properly.
    I'm disappointed in the Java Server Pages book, because the author encapsulated/wrapped all of his database i/o into his own database management routines.
    This is a terrible practice for an author to perform. I understand the concept of why you would do that, however, it complicates learning the fundamentals first. I say show us how to do it the long way first, then show us how to improve on the implementation. Don't confuse an already complicated process with your own home-grown methodology.
    Anyway... I digress. Can anybody give me any pointers or recommend a good book or web based example, that can show me how to overcome the issue I am encountering? My implementation is a straightforward, simple, approach. I am trying to grasp how this stuff works, without adding in all the extra stuff like tag libraries and XSLT, etc.
    I just need to understand how to write a simple thread-safe application. I'll tackle the other stuff later. Oh... by the way... I have built the simple samples that overcome servlet class level counters that show the result differences between global variables at the servlet instance level versus reporting back localized variable values. I think that JDBC database access and/or bean creation, is more complex than that and that's where my problem is.
    Any comments, pointers, references to simple samples, will be greatly appreciated.
    Thanks,
    Brett

              You do not need a shared files system - that is just for
              convenience. You do need to have identical directory stuctures
              for all instances in the cluster.
              Mike.
              "Tomato Bug" <[email protected]> wrote:
              >
              >hi all,
              > I have a confusion with shared objects in cluster.
              > A cluster needs a shared file system to store
              > configuration
              >files and shared objects. Can I only put the shared things
              >in the
              >shared file system but not put them on the servers in
              >the cluster.
              > Thanks.
              >
              > Tomato.
              

  • Insufficient Shared Objects Memory Available

    Hi Friends ,
    You must be knowing sample application <b>wdr_test_chat</b> .I have used , executed application many time ....now when I run it and click in Log on ...log on pop up come and I am able to enter name ...but on click ok following dump coming....it is not case that there is problem with code as I have run it so many time already....IS that has to do something to my server ?
    Dump
    The following error text was processed in the system SD8  : Insufficient Shared Objects Memory Available
    The error occurred on the application server q4inpusy007_SD8 _01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ATTACHUPDATE70 of program CL_SHM_AREA===================CP
    Method: ATTACH_FOR_UPDATE of program CL_WDR_TEST_CHAT_SHM_AREA=====CP
    Method: ATTACH_FOR_UPDATE of program CL_WDR_TEST_CHAT_SHM==========CP
    Method: LOGIN of program CL_WDR_TEST_CHAT_SHM==========CP
    Method: LOGIN of program CL_WDR_TEST_CHAT==============CP
    Method: ONACTIONLOGIN of program /1BCWDY/CUHRRK26ZJ7PFHMON3IO==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/CUHRRK26ZJ7PFHMON3IO==CP
    Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP
    Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP
    Method: DO_HANDLE_ACTION_EVENT of program CL_WDR_WINDOW_PHASE_MODEL=====CP

    Hi,
    I think in case of shared memeory area the system will allocate each area a maximum of 3MB space. so once you use the full memory the system will show you the error message 'Insufficient Shared Objects Memory Available'.
    I think this can be avoided by freeing the shared memory area after a certian amount of time.
    Regards,
    Ajith V

Maybe you are looking for

  • Spry Menu Background image not working in IE

    I have created a website using Dreamweaver CS5 and having trouble with my Spry bar in internet explorer. It looks great in chrome, firefox, etc, but in IE there is a white background instead of my background image and the submenus have moved WAY righ

  • Creating a report subscription to run on the 5th BUSINESS day.

    I have a report that needs to send out on the 5th Business day, right now i have it running on the 5th of the month but it needs to change so that it does not send out on the weekends.  How do i schedule it to send out on the 5th business day? Thanks

  • Keychain switches off, why?

    Keychain in Mavericks switches off from time to time (approx once in a month). I don't switch it off ever, just recognize this when I try to login somewhere, or fill out a new form, etc, and it doesn't work, so I go to System Settings, and the Keycha

  • 2 Teenagers driving me up the wall

    My daughter and her friend want to swap phones.  They are both on Verizon, on totally differnet plans.  Is this something that I can do on-line?  They went to the Verizon store and were told the store was too busy.  Any help is appreciated

  • Embedded videos won't play on any browser (youtube will, though)

    Hi all, I'm at my wits end.  I have a fairly new computer running Windows 7 64 bit OS.   The problem is with non-Youtube embedded videos.  Flash has been playing them only on IE up until today, now it won't work in any browser (including Chrome).  (Y