Runinstall libstdc++-libc6.1-1.so.2 no such file

Hi all,
im triying to install oracle 9i(9.2.0.1.0) in Linux red hat 8.0. When i launch runinstall i obtain the follow error; error while loading shared libraries:libstdc++-libc6.1-1.so.2:cannot open shared object no such file.
I had installed with RPM the package compat-gcc-7.3.96.110.src.rpm but i obtained the same result.
Any information will be appreciate
Regards
Giuseppe

You definately do not need the libc6.1-1 compat versions. That was for RedHat 7x.
For RedHat 9 I was able to use
compat-gcc-7.3-2.96.118.i386.rpm
compat-libgcj-7.3-2.96.118.i386.rpm
compat-libgcj-devel-7.3-2.96.118.i386.rpm
compat-db-3.3.11-4 /* Think this is 8.1.7 specific*/
nss_db-compat-2.2-20.i386.rpm /* methinks this is for 9i */
Have you tried Synaptic or apt-get in lieu of RPM? This way you get a warning of unresolved dependancies- if you aren't sure you have all of the components. (Sure RPM is handy, but if it doesn't work....)
apt-get should be available as an RPM on your install CD.
(I think...) From there you can grap the GUI version:
To install Synaptic: Log in as root and type apt-get install synaptic.
If it doesn't help with your Oracle Install it sure makes Linux a lot easier. (Just kidding: it helps with Oracle install too)

Similar Messages

  • Error while loading shared libraries (libstdc++-libc6.1-1.so.2)

    Hi,
    I'm trying to install WL 7.0 on Debian Woody (yeah, I know, not supported, yada,yada)
    and I'm getting the folloing error message:
    bart:/mnt/cdrom/Linux# ./server700_linux-1.bin -mode=console
    Extracting 0%....................................................................................................100%
    /tmp/filezgNpbR/jdk131_03/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
    ** Error during execution, error code = 32512.
    Anybody out there had this problem? Thank you for your help!
    Dan

    Solved. I did a
    bart:/usr/lib# ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2
    and it took care.... linking directly to a specific version=bad habit, IMHO.
    "Dan" <[email protected]> wrote:
    >
    Hi,
    I'm trying to install WL 7.0 on Debian Woody (yeah, I know, not supported,
    yada,yada)
    and I'm getting the folloing error message:
    bart:/mnt/cdrom/Linux# ./server700_linux-1.bin -mode=console
    Extracting 0%....................................................................................................100%
    /tmp/filezgNpbR/jdk131_03/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
    ** Error during execution, error code = 32512.
    Anybody out there had this problem? Thank you for your help!
    Dan

  • Red hat 4 AS and Oracle9 problem (libstdc++-libc6.1-1.so.2)

    Is there any doc about installation problem when installing Oracle9.2.0.4 On RH4 AS.
    I get "Error While Loading Shared Libraries: libstdc++-libc6.1-1.so.2".
    There is note (Doc ID:      Note:198577.1) but there fix is not possible:
    Install the required package compat.rpm from the supplemental CD-ROMs of the
    Operating System. Issue the following command as root to install the package:
    # rpm -iv compat.rpm
    "ompat.rpm" is not located on RH4 ...
    Please any help how to make that work (I'm newbie from Windows)
    THX!

    (3) Initializing Java Virtual Machine from /tmp/OraInstall2006-10-25_01-43-30PM/jre/bin/java. Please wait... /tmp/OraInstall2006-10-25_01-43-30PM/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 - after ./runInstaller execution.
    Solution:
    #su -
    # cd /usr/lib
    # ln -s libstdc++-3-libc6.2-2-2.10.0.so libstdc++-libc6.1-1.so.2

  • 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

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

    Greetings,
    I've just downloaded and installed Pervasive's jdbc driver and j2re-1_4_0-fcs-linux-i386.rpm, but when I try to run java:
    [admin@samba-two admin]$ /usr/java/j2re1.4.0/bin/java
    Error: failed /usr/java/j2re1.4.0/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot load shared object file: No such file or directory
    How can I fix this?

    Just had this problem in Mandrake 9.0 with jsdk1.4.1, Same as RedHat 8.0 and 7.x.
    On the RPMS section of Disc 1 (I imagine the same for Red Hat) look for the RPM libstdc++2.x.y.rpm (I am not sure what xyz are, the 2 is the key) The other libstdc++5.x.y.z.rpm's are already installed.
    Install this RPM and it installs the proper libraries. (as root)
    rpm -iv libstdc++2.x.y.rpm In fact Forte4 doesn't even even boot as it uses this lib for the splash screen.
    Netscape 7 also needs this library.

  • [SOLVED] How can I install libstdc++-libc6.2-2.so.3 for Eternal SPU?

    I know I need to add a repository using yum-config-manager --add-repo but I don't know what repository? I tried searching google for the debian repositories but I could not find an appropriate url. Can I even use yum in arch?
    Last edited by SteveDeFacto (2013-09-09 01:33:10)

    WonderWoofy wrote:
    You are trying to use yum on Arch Linux with Debian repositories?  I think you are a bit confused here.
    It is not a good idea to have more than one thing managing packages on a given system.  That said, it still does make sense to have a different package manager in some cases.  For example, if you wanted to create a chroot of a different distribution, you could use that other distribution's package manager to install the system to the desired location.
    Maybe it would be helpful if you actually indicated what it was you were trying to accomplish, and not just the point at which you are stuck.  Give us a frame of reference of what the overall goal of using yum on Arch might be.
    Edit: BTW, to add to the first sentence of my post here.  Yum is the Red Hat/Fedora/rpm package manager, while Debian uses the aptitude/apt-get/deb package management system.  So you are effectively trying to use repos with *.deb files with a package manager that requires *.rpm packages.
    Yeah, it probably would have been more effective to explain what I am trying to do since I didn't fully understand what yum even was.. Basically, I am trying to get ePSXe to work with eternal spu but it keeps crashing and saying "libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory[steven@" I assume that means I need to install a dependency. As I understand from a random forum post it is part of the compat-libstdc++-296 package which is installed though yum.
    EDIT: Also I should mention that I already tried installing libstdc++ from official repositories and AUR by they didn't work. I assume the version is the problem.
    Last edited by SteveDeFacto (2013-09-07 22:07:39)

  • Libstdc++-libc6.1-1.so.2 file does not exisits

    oracle : 9.2.0.4
    os : linux 5.1
    issues while starting I am getting error libstdc++-libc6.1-1.so.2 file does not exists

    Hi,
    one or two days ago someone mentioned in another thread that Oracle 9i is not supported on RHEL/OEL 5.x. Maybe you should install Oracle 9.2.0.4 on RHEL 4.8 or at least clarify if 9i is supported on RHEL/OEL 5.1.
    Regards,
    David
    OCP 9i / 10g / 11g
    http://www.oratoolkit.ch/otn.php

  • RealVNC requires libstdc++-libc6.2-2.so.3, where is it?

    I want to run RealVNC client but it does not work:
    ./vncviewer: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    Where can I find that library? What do I need to install?

    Gusar wrote:
    Ok, this is what I have, now complete with depends and makedepends:
    pkgname=tigervnc
    pkgver=1.0.1_p20100529
    pkgrel=1
    pkgdesc="TigerVNC is a suite of VNC servers and clients that have a focus on performance and remote display functionality. Originally this software was based on the (never released) VNC 4 branch of TightVNC."
    arch=('i686' 'x86_64')
    url="http://www.tigervnc.org"
    license=('GPL')
    depends=('zlib' 'freetype2' 'libsm' 'libxtst' 'libxi' 'libxfont' 'libxmu' 'libxkbfile' 'libxrender' 'pixman' 'xorg-xauth' 'xorg-server-utils' 'xkeyboard-config' 'xorg-fonts-alias' 'xorg-fonts-misc')
    makedepends=('nasm' 'xorg-util-macros' 'inputproto' 'xextproto' 'xproto' 'bigreqsproto' 'compositeproto' 'damageproto' 'dri2proto' 'fixesproto' 'fontsproto' 'randrproto' 'resourceproto' 'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xineramaproto' 'xf86driproto' 'xf86miscproto' 'xf86vidmodeproto' 'glproto' 'renderproto' 'mesa' 'libpciaccess' 'xtrans')
    conflicts=('tightvnc')
    source=(http://dev.gentoo.org/~armin76/dist/${pkgname}-${pkgver}.tar.bz2
    ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-1.8.1.tar.bz2)
    md5sums=('57495cc3ab100d780ce3f3a155f1db11'
    '7c3b873692f4e93938261d774510e78d')
    build() {
    cd ${srcdir}/${pkgname}
    cp -r ${srcdir}/xorg-server-1.8.1/* unix/xserver
    autoreconf -fiv
    cd unix
    patch -Np0 -i xserver18.patch
    cd xserver
    autoreconf -fiv
    cd ${srcdir}/${pkgname}
    ./configure --prefix=/usr --without-included-zlib
    make
    cd unix/xserver
    ./configure --prefix=/usr \
    --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
    --disable-xwin --disable-xephyr --disable-kdrive --with-pic \
    --disable-static --disable-xinerama --disable-composite \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --enable-dri2 --enable-glx --enable-glx-tls \
    --disable-config-dbus --disable-config-hal
    make
    cd ..
    make DESTDIR=${pkgdir} install
    cd xserver/hw/vnc
    make DESTDIR=${pkgdir} install
    rm ${pkgdir}/usr/lib/xorg/modules/extensions/libvnc.la
    Wanted to use your PKGBUILD too, but configuring always fails with this error:
    checking whether the linker accepts assembler output... no
    configure: error: configuration problem: maybe object file format mismatch.
    configure: error: ./configure failed for common/jpeg

  • Installation of oracle9i2 on redhat advanced server

    I installed linux advanced server3.When i try to install oracle9i2
    when i am running the runinstaller i am getting these errors
    initialising java virtual machine from /tmp/orainstall /jre/bin/java please wait
    /jre/bin/.386/native_threads/java..
    error while loading shared librareis libstdc++
    -libc6.1-1 cannot open shared object file:no such file or direcotories.
    wheterh i ahve to install these packages.When i inserted advanced server cd 1 but this is
    not installing from the cd.How to check where these rpm in the cd or which cd.How to install these
    packages.
    su - root
    rpm -ivh \
    compat-db-4.0.14-5.i386.rpm \
    compat-gcc-7.3-2.96.122.i386.rpm \
    compat-gcc-c++-7.3-2.96.122.i386.rpm \
    compat-libstdc++-7.3-2.96.122.i386.rpm \
    compat-libstdc++-devel-7.3-2.96.122.i386.rpm \
    openmotif21-2.1.30-8.i386.rpm \
    setarch-1.3-1.i386.rpm \
    tcl-8.3.5-92.i386.rpm
    with regards
    ramya

    Hi,
    have a look at the following website:
    http://www.oracle-base.com/articles/9i/Oracle9iInstallationOnRedHatAS3.php
    There it's also explained where to find the filesets and how to install them.
    Regards,
    Steffen Jaiser

  • Oracle 9i and Linux

    In the documentation of Oracle 9i database, it stands that it has been validated with suse 7.1 and patches.
    I would like if anybody tried to run Oracle 9i database on a Mandrake 7.x or 8, ora Debian linux ?

    Lauren,
    I have oracle 9i running like a dream on Debian 2.4.9 kernel.
    I had no issues with binutils etc. The trick is actually in
    making a modification in genclntsh in the $ORACLE_HOME/bin
    directory.
    Debian (woody)
    binutils 2.11.90.0.31-1 (not that it matters as far as I'm
    concerned
    kernel 2.4.9
    When the installation gets to the relinking part make the
    following mods in genclntsh
    (all on one line)
    SYSLIBS=`cat ${ORACLE_HOME}/lib/sysliblist`" -L/usr/lib/gcc-
    lib/i386-linux/2.95.4 -lgcc -ldl -lm -lc /lib/ld-linux.so.2"
    If you use Redhat or other distro check /usr/lib/gcc-lib
    directory for the exact subdirectory. On Redhat it is actually
    called
    /usr/lib/gcc-lib/i386-redhat-linux/.... and then check for the
    sub directory in there. It might be 2.96 or some other number.
    This was all I had to do bar from setting up one or two symbolic
    links in the /usr/lib directory
    The linking step was looking for libstdc++-libc6.1-1.so.2 but
    there was only libstdc++-libc6.1-2.so.3 (which was a sym link
    to -3-libc6.1-2-2.10.0.so). So I created a symbolic link
    libstdc++-libc6.1-1.so.2 to this file as well. (I think it was
    this one)
    Check the log files which ones it is looking for.
    save the file. now run the genclntsh script. This builds the
    libclntsh.so.9 lib.
    Be patient it may take a minute or 2 .
    Go back to your Oracle installer and click the retry button. It
    should be ok
    If this doesn't do it for you. click ignore for every window in
    the Oracle installer you get and then exit out of the installer.
    run the relink command (relink all) and check which files it is
    complaining about. Fix them up in the /usr/lib dirctory
    and relink again . If succesfull run the root.sh script as root
    and you should be on your way.
    Raymond

  • Firefox doesn't start after update [SOLVED]

    After one month I have updated my system...
    Now firefox doesn't start anymore because of a
    Segmentation fault
    ldd /usr/bin/firefox
    linux-vdso.so.1 => (0x00007fff92dff000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00007fab07cdb000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fab079f6000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007fab077f2000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fab074e4000)
    libm.so.6 => /lib/libm.so.6 (0x00007fab07262000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fab0704c000)
    libc.so.6 => /lib/libc.so.6 (0x00007fab06cf9000)
    /lib/ld-linux-x86-64.so.2 (0x00007fab07ef6000)
    librt.so.1 => /lib/librt.so.1 (0x00007fab06af1000)
    thanks in advance
    Last edited by dejavu (2009-08-21 12:34:56)

    Still no working firefox yet...
    strace firefox
    execve("/usr/bin/firefox", ["firefox"], [/* 53 vars */]) = 0
    brk(0) = 0xa2d000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac1000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fac0000
    access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/tls", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1/x86_64", 0x7fff794bd210) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/etc/ld.so.cache", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8a5fa9a000
    close(3) = 0
    open("/lib/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220X\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=132895, ...}) = 0
    mmap(NULL, 2204544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f68b000
    mprotect(0x7f8a5f6a1000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f8a0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5f8a0000
    mmap(0x7f8a5f8a2000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f8a2000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libasound.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\3\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1165149, ...}) = 0
    mmap(NULL, 3034952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f3a6000
    mprotect(0x7f8a5f484000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5f683000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f8a5f683000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=19394, ...}) = 0
    mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5f1a2000
    mprotect(0x7f8a5f1a4000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f3a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f8a5f3a4000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\232\5\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1317022, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa99000
    mmap(NULL, 3199032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ee94000
    mprotect(0x7f8a5ef84000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5f184000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf0000) = 0x7f8a5f184000
    mmap(0x7f8a5f18d000, 81976, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f18d000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P>\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=589386, ...}) = 0
    mmap(NULL, 2625752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5ec12000
    mprotect(0x7f8a5ec93000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ee92000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f8a5ee92000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libgcc_s.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360,\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=102508, ...}) = 0
    mmap(NULL, 2185752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e9fc000
    mprotect(0x7f8a5ea12000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5ec11000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f8a5ec11000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\353\1\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1662170, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa98000
    mmap(NULL, 3483656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e6a9000
    mprotect(0x7f8a5e7f2000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e9f2000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x7f8a5e9f2000
    mmap(0x7f8a5e9f7000, 18440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e9f7000
    close(3) = 0
    open("/usr/lib/xulrunner-1.9.1/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/librt.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0@"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=44013, ...}) = 0
    mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8a5e4a1000
    mprotect(0x7f8a5e4a8000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5e6a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f8a5e6a7000
    close(3) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa97000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5fa96000
    arch_prctl(ARCH_SET_FS, 0x7f8a5fa96710) = 0
    mprotect(0x7f8a5e6a7000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5e9f2000, 16384, PROT_READ) = 0
    mprotect(0x7f8a5ee92000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f184000, 28672, PROT_READ) = 0
    mprotect(0x7f8a5f3a4000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5f8a0000, 4096, PROT_READ) = 0
    mprotect(0x7f8a5fac2000, 4096, PROT_READ) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    set_tid_address(0x7f8a5fa967e0) = 11901
    set_robust_list(0x7f8a5fa967f0, 0x18) = 0
    futex(0x7fff794bdafc, FUTEX_WAKE_PRIVATE, 1) = 0
    futex(0x7fff794bdafc, 0x189 /* FUTEX_??? */, 1, NULL, 7f8a5fa96710) = -1 EAGAIN (Resource temporarily unavailable)
    rt_sigaction(SIGRTMIN, {0x7f8a5f690720, [], SA_RESTORER|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigaction(SIGRT_1, {0x7f8a5f6907b0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f8a5f699790}, NULL, 8) = 0
    rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
    getcwd("/home/paul"..., 4096) = 11
    lstat("/home/paul/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    open("/proc/cpuinfo", O_RDONLY) = 3
    read(3, "processor\t: 0\nvendor_id\t: Genuine"..., 1024) = 1024
    read(3, "fpu_exception\t: yes\ncpuid level\t:"..., 1024) = 468
    read(3, ""..., 1024) = 0
    close(3) = 0
    readlink("/etc/malloc.conf", 0x7fff794b8480, 4096) = -1 ENOENT (No such file or directory)
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5f996000
    mmap(NULL, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(0x7f8a5e400000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e2a1000
    munmap(0x7f8a5e2a1000, 2097152) = 0
    mmap(NULL, 3145728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e1a1000
    munmap(0x7f8a5e1a1000, 3145728) = 0
    mmap(0x7f8a5e200000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e200000
    madvise(0x7f8a5e200000, 2097152, MADV_DONTNEED) = 0
    mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e100000
    madvise(0x7f8a5e100000, 1048576, MADV_DONTNEED) = 0
    lstat("/bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/bin/firefox", 0x7fff794b9840) = -1 ENOENT (No such file or directory)
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
    lstat("/usr/bin/firefox", {st_mode=S_IFLNK|0777, st_size=28, ...}) = 0
    readlink("/usr/bin/firefox", "/usr/lib/firefox-3.5/firefox"..., 4095) = 28
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/firefox-3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    stat("/usr/lib/firefox-3.5/firefox", {st_mode=S_IFREG|0755, st_size=90424, ...}) = 0
    access("/usr/lib/firefox-3.5/xulrunner/libxpcom.so", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/firefox-3.5/application.ini", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(3, {st_mode=S_IFREG|0644, st_size=2029, ...}) = 0
    lseek(3, 0, SEEK_SET) = 0
    read(3, "; ***** BEGIN LICENSE BLOCK *****"..., 2029) = 2029
    lseek(3, 2029, SEEK_SET) = 2029
    close(3) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/home/paul/.gre.config", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/home/paul/.gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    open("/etc/gre.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/gre.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
    getdents(3, /* 6 entries */, 32768) = 192
    open("/etc/gre.d/1.9.1.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=131, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 131) = 131
    lseek(4, 131, SEEK_SET) = 131
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.0.10.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "# Registration file generated by "..., 137) = 137
    lseek(4, 137, SEEK_SET) = 137
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    open("/etc/gre.d/1.9.1.2.system.conf", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    fstat(4, {st_mode=S_IFREG|0644, st_size=74, ...}) = 0
    lseek(4, 0, SEEK_SET) = 0
    read(4, "[1.9.1.2]\nGRE_PATH=/usr/lib/xulru"..., 74) = 74
    lseek(4, 74, SEEK_SET) = 74
    close(4) = 0
    munmap(0x7f8a5e0ff000, 4096) = 0
    access("/usr/lib/xulrunner-1.9.1/libxpcom.so", R_OK) = 0
    close(3) = 0
    lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=135168, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    lstat("/usr/lib/xulrunner-1.9.1/libxpcom.so", {st_mode=S_IFREG|0755, st_size=17112, ...}) = 0
    open("/usr/lib/xulrunner-1.9.1/dependentlibs.list", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=136, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0ff000
    read(3, "libnspr4.so\nlibplc4.so\nlibplds4.s"..., 4096) = 136
    futex(0x7f8a5f3a50ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsqlite3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnssutil3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsoftokn3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnss3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libssl3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libsmime3.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libmozjs.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\202\1\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=788080, ...}) = 0
    mmap(NULL, 2885352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5de3e000
    mprotect(0x7f8a5def6000, 2097152, PROT_NONE) = 0
    mmap(0x7f8a5e0f6000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb8000) = 0x7f8a5e0f6000
    mmap(0x7f8a5e0fe000, 1768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5e0fe000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplds4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/etc/ld.so.cache", O_RDONLY) = 4
    fstat(4, {st_mode=S_IFREG|0644, st_size=153030, ...}) = 0
    mmap(NULL, 153030, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f8a5fa9a000
    close(4) = 0
    open("/usr/lib/libplds4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\17\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=15836, ...}) = 0
    mmap(NULL, 2107248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5dc3b000
    mprotect(0x7f8a5dc3e000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5de3d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2000) = 0x7f8a5de3d000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libplc4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libplc4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\25\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=21281, ...}) = 0
    mmap(NULL, 2111544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5da37000
    mprotect(0x7f8a5da3b000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5dc3a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f8a5dc3a000
    close(4) = 0
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/xulrunner-1.9.1/libnspr4.so", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libnspr4.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\337\0\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=282434, ...}) = 0
    mmap(NULL, 2341312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5d7fb000
    mprotect(0x7f8a5d833000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5da32000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37000) = 0x7f8a5da32000
    mmap(0x7f8a5da35000, 6592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5da35000
    close(4) = 0
    munmap(0x7f8a5fa9a000, 153030) = 0
    open("/usr/lib/xulrunner-1.9.1/libxul.so", O_RDONLY) = 4
    read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 dF\0\0\0\0\0@"..., 832) = 832
    fstat(4, {st_mode=S_IFREG|0755, st_size=18977320, ...}) = 0
    mmap(NULL, 21121752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f8a5c3d6000
    mprotect(0x7f8a5d415000, 2093056, PROT_NONE) = 0
    mmap(0x7f8a5d614000, 1912832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x103e000) = 0x7f8a5d614000
    mmap(0x7f8a5d7e7000, 80600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8a5d7e7000
    close(4) = 0
    --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    +++ killed by SIGSEGV +++

  • Error while loading shared libraries: libstdc++-

    Hi,
    I have loaded j2sdk on my machine. I have set the environment variables in my .bash_profile. But everytime i try javac a java file, i receive the following error : java_dev/jdk1.3.1_02/jre/bin/i386/native_threads/java: error while l oading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object fil e: No such file or directory
    I have tried searching for libstdc++-libc6.1-1.so.2 on rpmfind but the search results turn up nothing or not what i am looking for.
    The distro i am using is Mandrake 10. Downloaded off the IS ftp site. The "locate libstdc++" returns a whole bunch of html files, probably howto's. It finds libstdc++5.0.so. So that is definately an older version. The "find / -iname "returns nothing. I Still have not been able to find a copy of libcompat. Tried rpmsearch.pbone, rpmfind, they only have libcompat packages for other distros, not for mandrake. Tried downloading those and installing, but keep getting bad signature errors. Also Tried to add packages from the distro cd's, but could not find the correct package. Also got hold of the latest jsdk, but that has not helped.
    Any Suggestions?

    jdk1.3.1?
    Well, as you see it's trying to locate a shared library (for native threads) and it can't. Either provide the library or use green threads (as I believe they're called)...don't remember how that's done though.
    But why jdk1.3.1? I would go for 1.4.2 at the minimum.

  • Still problems with libstdc++

    I have played around with some binary packages lately wich won't run. I have these problems with JBuilderX and AC3D.
    I get these errors:
    ./jbuilder: relocation error: ./jbuilder: undefined symbol: __tic
    ./ac3d: relocation error: ./ac3d: undefined symbol: __builtin_new
    I think the problem is that they both link to libstdc++-libc6.2-2.so.3 wich is just a symlink to the normal libstdc++-lib.
    Is now the problem that the libstdc++ in Arch-Linux is just too new for these programs (compared to Red-Hat for example...) or is there some workaround for this problem?
    It is not the first time that I get some strange errors with binary-programs but normally I can live with them... (and use other programs )
    I'm just wondering if I could make them work despite all that

    Hrm, doesn't seem to be uploaded correctly, it was a 0 byte file. 
      If anyone else has problems, let me know.  Actually, I'll post the exact link here.
    http://home.nyc.rr.com/computertaijutsu … 2.so.3.bz2
    I've uploaded it again and tested it and this time it should work
    Scott

  • Help!...... epsxe cant find libstdc++6....

    when i run epsxe it  opens normally but it crashes when i try to configure video or sound, this is the error i get..
    libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
    any help???

    Maybe link your libc6 to the needed filename:
    ln -s /lib/libc.so.6 /lib/libc6.2-2.so.3 ...
    I currently have no archlinux available, so I am in doubt if the filename 'libc.so.6" is correct. I am more in doubt if libc.so.6 IS the same as libc6.2-2.so.3 - but I had similar issues with old loki games ...

  • 'error while loading shared libraries: libstdc++.so.5'

    I want run DUP, but get this error:
    [al@myhost ~]$ '/home/al/tar.gz,tgz/dap-2.1.5/main/DAP'
    /home/al/tar.gz,tgz/dap-2.1.5/main/DAP: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    [al@myhost main]$ ./DAP
    ./DAP: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    Make that yuo say (however 'libstdc++5' be installed), but still canot open 'libstdc++.so.5'.

Maybe you are looking for

  • Creating a Simple IOS / Android APP with web pages?

    Hi all, Recently I created a simple backend database driven website for a clients customers to see their info. The client wants to have his own "Company App", primarily for the marketing aspects. I was thinking that it might be possible to have a sup

  • Item group field in A/p Invoice  jounal Report

    Hi, in Financial Reports -> Accounting-> Transaction Journal-> A/P invoice. in this report along with Vendor Details & Tax %, Respective Item Group also should display. for this what to do. if i drag any group name from the list, it is repeating. how

  • Getting error while posting reports on Unix Process Scheduler Server

    Hello , I am getting the below error while posting reports on Unix Process Scheduler Server . PSDSTSRV.14338 (2) [09/08/09 08:21:34 PostReport](1) (JNIUTIL): Java exception thrown: java.io.IOException: Stream closed. PSDSTSRV.14338 (2) [09/08/09 08:2

  • WLS 10.3 - BEA-000337 with request weblogic.servlet.internal.ServletRequest

    Hi, we have an 7x24 hour application which causes sometimes (error happend e.g. 4 times in 2 weeks) following error: ===================== <30.06.2009 14:41 Uhr CEST> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '0' for queue: 'weblo

  • Flash site not working in IE after changes

    I'm working on a site (www.ontvandradio.co.uk) which is a full Flash site. It was working fine in IE6 and 7 but after making some amends last week to the content and uploading the new swf file it now doesn't work in IE but only on computers that have