Libstdc++.so.5 not found

Hi there
I recently made pacman -Syu and upgraded to gcc 4.1.1 and matching binutils. Now, when i try opening a rar file, all i get is
unrar: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
So, is this an issue with new gcc, as libstdc belongs to gcc? or shall i just wait for another upgrade?
thx
issue

you need upgrade.
http://files.rarlab.com/rar/rarlinux-3.6.b4.tar.gz
# $Id: PKGBUILD,v 1.12 2005/12/02 01:31:42 dorphell Exp $
# Maintainer: dorphell <dorphell>
# Contributor: dorphell <dorphell>
pkgname=rar
pkgver=3.6.b4
pkgrel=1
pkgdesc="The RAR compression program"
depends=('gcc')
source=(http://www.rarlab.com/rar/rarlinux-$pkgver.tar.gz)
url="http://rarlab.com/"
md5sums=('df33c56baefeb9a476183aa8ad4cbd58')
build() {
cd $startdir/src/rar
mkdir -p $startdir/pkg/usr/bin
cp rar unrar $startdir/pkg/usr/bin

Similar Messages

  • Lib32-libstdc++5 - package not found

    Does someone know, where I can find this package?
    It is mentioned in the wiki and right now I have a program which needs this library.

    Download the package from http://www.archlinux.de/~pierre/package … pkg.tar.gz
    I cannot upload this until an AUR-Bug is fixed: http://bugs.archlinux.org/task/5779

  • SOLVED: installing firefox-3.6.28 on 64-bit debian multiarch - "firefox-bin: not found"

    summary: I must run a firefox-3.x to telework, and I run debian at home. I previously had firefox-3.6.28 installed and running on an up-to-date debian, but mistakenly destroyed that install. I have reinstalled the OS, and reinstalled firefox-3.6.28, but it will not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    details:
    As detailed in a previous question
    https://support.mozilla.org/en-US/questions/931873
    my workplace forces me to run a firefox-3.x in order to install a plugin (F5NAP) that provides remote access. (While the question above suggests that a firefox-8.x would also be an option, the latter is not in fact compatible with my workplace's servers' configuration.) I previously was able to do this first ~2 years ago, as indicated in the question above, on a 64-bit PC with debian=wheezy/sid (distro=LMDE==Linux Mint Debian Edition).
    About a month ago, that older PC developed severe problems, so I began to setup a newer PC, which must also run the VPN, and therefore firefox-3.6.28+F5NAP. The new box is running
    <pre>
    $ uname -a
    Linux box 3.11-2-amd64 #1 SMP Debian 3.11.8-1 (2013-11-13) x86_64 GNU/Linux
    $ lsb_release -a
    No LSB modules are available.
    Distributor ID: LinuxMint
    Description: LMDE Cinnamon Edition
    Release: 1
    Codename: debian
    $ cat /etc/debian_version
    jessie/sid
    </pre>
    Note that the new box is also 64-bit, but (unlike the old box) is running the latest debian with multiarch support
    https://wiki.debian.org/Multiarch
    (whereas the old box used package=ia32-libs). I was able to install firefox-3.6.28+F5NAP on the new box as detailed here
    http://forums.linuxmint.com/viewtopic.php?f=190&t=164522
    Unfortunately I later misconfigured LVM, forcing me to reinstall everything :-( I have LMDE and most applications installed (from APT, with packages currently up-to-date) and everything appears to work (particularly the firefox-28.0 which I am using to ask this question). However this time I'm getting a very different error when I run firefox-3.6.28.
    I'm installing and running firefox-3.6.28 with the following bash scriptlet (which is how I installed it previously):
    <pre>
    FF_VERSION='3.6.28'
    LINUX_VERSION='i686' # since there is no 64-bit build of this version of firefox
    EXEC_FN='firefox'
    LANG='en-US'
    FF_WITH_VERSION="firefox-${FF_VERSION}"
    URI="https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${FF_VERSION}/linux-${LINUX_VERSION}/${LANG}/${FF_WITH_VERSION}.tar.bz2"
    BUILD_DIR="/tmp/${FF_WITH_VERSION}"
    UNZIP_DIR="${BUILD_DIR}/firefox"
    INSTALL_ROOT='/usr/local/share'
    INSTALL_OWN='root:staff' # like peers on new LMDE, not 'root:root'
    INSTALL_DIR="${INSTALL_ROOT}/${FF_WITH_VERSION}"
    EXEC_FP="${INSTALL_DIR}/${EXEC_FN}"
    EXEC_ARGS='-no-remote -ProfileManager'
    # `tar j` == bzip2
    for CMD in \
    "mkdir -p ${BUILD_DIR}" \
    "sudo mkdir -p ${INSTALL_ROOT}" \
    "pushd ${BUILD_DIR}" \
    "wget -O - ${URI} | tar xfj -" \
    "find | wc -l" \
    "popd" \
    "sudo mv ${UNZIP_DIR} ${INSTALL_DIR}" \
    "sudo chown -R ${INSTALL_OWN} ${INSTALL_DIR}/" \
    "du -hs ${INSTALL_DIR}/" \
    "ls -alh ${EXEC_FP}" \
    "${EXEC_FP} ${EXEC_ARGS} &" \
    ; do
    echo -e "$ ${CMD}"
    eval "${CMD}"
    done
    </pre>
    firefox-3.6.28 appears to install correctly:
    <pre>
    $ lsalh /usr/local/share/firefox-3.6.28/
    total 20M
    drwxr-xr-x 13 root staff 4.0K May 1 18:30 .
    drwxrwsr-x 9 root staff 4.0K May 1 18:04 ..
    -rw-r--r-- 1 root staff 2.1K Mar 6 2012 application.ini
    -rw-r--r-- 1 root staff 0 Mar 6 2012 .autoreg
    -rw-r--r-- 1 root staff 5.1K Mar 6 2012 blocklist.xml
    -rw-r--r-- 1 root staff 232 Mar 6 2012 browserconfig.properties
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 chrome
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 components
    -rwxr-xr-x 1 root staff 51K Mar 6 2012 crashreporter
    -rw-r--r-- 1 root staff 3.8K Mar 6 2012 crashreporter.ini
    -rw-r--r-- 1 root staff 583 Mar 6 2012 crashreporter-override.ini
    drwxr-xr-x 5 root staff 4.0K Mar 6 2012 defaults
    -rw-r--r-- 1 root staff 136 Mar 6 2012 dependentlibs.list
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 dictionaries
    drwxr-xr-x 3 root staff 4.0K Mar 6 2012 extensions
    -rwxr-xr-x 1 root staff 3.9K Mar 6 2012 firefox
    -rwxr-xr-x 1 root staff 44K Mar 6 2012 firefox-bin
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 greprefs
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 icons
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libfreebl3.chk
    -rwxr-xr-x 1 root staff 326K Mar 6 2012 libfreebl3.so
    -rwxr-xr-x 1 root staff 1.1M Mar 6 2012 libmozjs.so
    -rwxr-xr-x 1 root staff 201K Mar 6 2012 libnspr4.so
    -rwxr-xr-x 1 root staff 853K Mar 6 2012 libnss3.so
    -rwxr-xr-x 1 root staff 390K Mar 6 2012 libnssckbi.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libnssdbm3.chk
    -rwxr-xr-x 1 root staff 121K Mar 6 2012 libnssdbm3.so
    -rwxr-xr-x 1 root staff 81K Mar 6 2012 libnssutil3.so
    -rwxr-xr-x 1 root staff 14K Mar 6 2012 libplc4.so
    -rwxr-xr-x 1 root staff 8.8K Mar 6 2012 libplds4.so
    -rwxr-xr-x 1 root staff 123K Mar 6 2012 libsmime3.so
    -rw-r--r-- 1 root staff 478 Mar 6 2012 libsoftokn3.chk
    -rwxr-xr-x 1 root staff 194K Mar 6 2012 libsoftokn3.so
    -rwxr-xr-x 1 root staff 501K Mar 6 2012 libsqlite3.so
    -rwxr-xr-x 1 root staff 169K Mar 6 2012 libssl3.so
    -rwxr-xr-x 1 root staff 12K Mar 6 2012 libxpcom.so
    -rwxr-xr-x 1 root staff 16M Mar 6 2012 libxul.so
    -rw-r--r-- 1 root staff 31K Mar 6 2012 LICENSE
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 modules
    -rwxr-xr-x 1 root staff 11K Mar 6 2012 mozilla-xremote-client
    -rw-r--r-- 1 root staff 137 Mar 6 2012 platform.ini
    -rwxr-xr-x 1 root staff 3.7K Mar 6 2012 plugin-container
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 plugins
    -rw-r--r-- 1 root staff 177 Mar 6 2012 README.txt
    -rw-r--r-- 1 root staff 16K Mar 6 2012 removed-files
    drwxr-xr-x 6 root staff 4.0K Mar 6 2012 res
    -rwxr-xr-x 1 root staff 9.8K Mar 6 2012 run-mozilla.sh
    drwxr-xr-x 2 root staff 4.0K Mar 6 2012 searchplugins
    -rw-r--r-- 1 root staff 825 Mar 6 2012 Throbber-small.gif
    -rw-r--r-- 1 root staff 6 Mar 6 2012 update.locale
    -rwxr-xr-x 1 root staff 71K Mar 6 2012 updater
    -rw-r--r-- 1 root staff 143 Mar 6 2012 updater.ini
    </pre>
    but it does not run:
    <pre>
    $ /usr/local/share/firefox-3.6.28/firefox -no-remote -ProfileManager &
    > [1] 8297
    > $ /usr/local/share/firefox-3.6.28/run-mozilla.sh: 143: exec: /usr/local/share/firefox-3.6.28/firefox-bin: not found
    </pre>
    But as noted above, /usr/local/share/firefox-3.6.28/firefox-bin clearly exists, and is in the same directory as /usr/local/share/firefox-3.6.28/run-mozilla.sh , and both have the same permissions. Am I missing something?
    If not: how to fix, or further debug, this problem?
    Your prompt assistance is appreciated, since I can't telework until I get this fixed :-(

    For the solution's full description, see this post to debian-user
    https://lists.debian.org/debian-user/2014/05/msg00243.html
    (in a quite illuminating thread starting here
    https://lists.debian.org/debian-user/2014/05/msg00126.html
    ) But the solution was mostly
    <pre>
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    not a dynamic executable
    # libc6:i386, dependencies, and recommended from `aptitude -s`
    me@it ~ $ sudo aptitude install libc6:i386 gcc-4.8-base:i386 libc6-i686:i386 libgcc1:i386
    The following NEW packages will be installed:
    gcc-4.8-base:i386 libc6:i386 libc6-i686:i386 libgcc1:i386
    0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
    Setting up gcc-4.8-base:i386 (4.8.2-1) ...
    Setting up libc6:i386 (2.17-97) ...
    Setting up libgcc1:i386 (1:4.8.2-1) ...
    Setting up libc6-i686:i386 (2.17-97) ...
    Processing triggers for libc-bin ...
    me@it ~ $ ldd /usr/local/share/firefox-3.6.28/firefox-bin
    linux-gate.so.1 (0xf7775000)
    libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf7740000)
    libxul.so => not found
    libmozjs.so => not found
    libxpcom.so => not found
    libplds4.so => not found
    libplc4.so => not found
    libnspr4.so => not found
    libdl.so.2 => /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xf7739000)
    libgtk-x11-2.0.so.0 => not found
    libatk-1.0.so.0 => not found
    libgdk-x11-2.0.so.0 => not found
    libgdk_pixbuf-2.0.so.0 => not found
    libpangocairo-1.0.so.0 => not found
    libpango-1.0.so.0 => not found
    libcairo.so.2 => not found
    libgobject-2.0.so.0 => not found
    libgmodule-2.0.so.0 => not found
    libglib-2.0.so.0 => not found
    libX11.so.6 => not found
    libasound.so.2 => not found
    libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf76f4000)
    libstdc++.so.6 => not found
    libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf76d7000)
    libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf7527000)
    /lib/ld-linux.so.2 (0xf7776000)
    </pre>

  • UnsatisfiedLinkError: `GCC_4.2.0' not found(req. /usr/lib/libstdc++.so

    bash-3.2$ ldd /koba/c/libs/libbluejni-1.1.so
    linux-gate.so.1 => (0xffffe000)
    libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf7dfe000)
    librt.so.1 => /lib/librt.so.1 (0xf7df5000)
    libc.so.6 => /lib/libc.so.6 (0xf7cb1000)
    libm.so.6 => /lib/libm.so.6 (0xf7c8a000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7c7d000)
    /lib/ld-linux.so.2 (0x00670000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xf7c66000)
    bash-3.2$ ldd /koba/c/libs/libgcc_s.so.1
    linux-gate.so.1 => (0xffffe000)
    libc.so.6 => /lib/libc.so.6 (0xf7dc5000)
    /lib/ld-linux.so.2 (0x00670000)
    bash-3.2$ ldd /usr/lib/libstdc++.so.6
    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/libm.so.6 (0x009db000)
    libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00a0a000)
    libc.so.6 => /lib/libc.so.6 (0x0068e000)
    /lib/ld-linux.so.2 (0x00670000)
    java.lang.UnsatisfiedLinkError: /koba/c/libs/libbluejni-1.1.so: /koba/c/libs/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.comp.blue.jni.BlueJNI.initialize(BlueJNI.java:31)
    at com.comp....AbstractLaunchpad.<init>(AbstractLaunchpad.java:188)
    at com.comp....LaunchPadMultiProcess.<init>(LaunchPadMultiProcess.java:78)
    at com.comp....LaunchPadMultiProcess.main(LaunchPadMultiProcess.java:56)
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /koba/c/libs/libbluejni-1.1.so: /koba/c/libs/libgcc_s.so.1: version `GCC_4.2.0' not found (required
    by /usr/lib/libstdc++.so.6)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at com.comp....BlueJNI.initialize(BlueJNI.java:31)
    at com.comp...AbstractLaunchpad.<init>(AbstractLaunchpad.java:188)
    at com.comp....LaunchPadMultiProcess.<init>(LaunchPadMultiProcess.java:78)
    at com.comp....LaunchPadMultiProcess.main(LaunchPadMultiProcess.java:56)
    Please suggest why am I getting that error. It seems to be missing GCC_4.2.0 but not sure what I should do.
    Last edited by srikanthradix (2011-12-02 20:56:54)

    Hi,
    I think you are in the wrong forum here :-)
    Regards
    Patrick

  • [SOLVED] /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found

    I got fed up typing the password every time I push some files to a server with scp, as I do it a lot with this project. Public/private key pair is not really an option (read: I do not want to send anything else but the web app files to the server) as the host is not my own, nor it is my client's. Instead it is my client's client's host.
    So I installed filezilla. And got this:
    > filezilla
    filezilla: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by filezilla)
    I did a quick pacman -Syu as always, and the error still comes up.
    > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Now what?
    Perhaps some alternatives? What's your favorite GUI FTP client? Mine's WinSCP, but it's only for windows AFAIK.
    I have used gFTP in the past, but the gui design is just horrible. For example ctrl+v is some key binding to do something else than paste from clipboard. And then there is no drag&drop. It also crashes if I open more than one file to edit at the same time. All these little details drive me nuts with gFTP.
    Last edited by Lazzu (2013-10-14 16:23:23)

    ~ > pacman -Qo /usr/lib/libstdc++.so.6
    /usr/lib/libstdc++.so.6 is owned by gcc-libs 4.8.1-3
    ~ > strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
    GLIBCXX_3.4
    GLIBCXX_3.4.1
    GLIBCXX_3.4.2
    GLIBCXX_3.4.3
    GLIBCXX_3.4.4
    GLIBCXX_3.4.5
    GLIBCXX_3.4.6
    GLIBCXX_3.4.7
    GLIBCXX_3.4.8
    GLIBCXX_3.4.9
    GLIBCXX_3.4.10
    GLIBCXX_3.4.11
    GLIBCXX_3.4.12
    GLIBCXX_3.4.13
    GLIBCXX_3.4.14
    GLIBCXX_3.4.15
    GLIBCXX_3.4.16
    GLIBCXX_3.4.17
    GLIBCXX_3.4.18
    GLIBCXX_3.4.19
    GLIBCXX_DEBUG_MESSAGE_LENGTH
    Is your system fully up to date?

  • /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found

    I am trying to run the firefox from firefox-4.0.tar.bz2 on CentOS 5.6 and get the error message,
    ./firefox-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by firefox/libxul.so)
    Firefox does not start.
    I thought having a copy of the library in the local directory would help, so I made a link:
    ln -s /usr/lib/libstdc++.so.6.0.8 libstdc++.so.6
    then I got the error message,
    ./firefox-bin: /firefox/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by firefox/libxul.so)
    My version of glibc is:
    $ rpm -q glibc
    glibc-2.5-58.el5_6.2
    glibc-2.5-58.el5_6.2

    Yes, that led to my solution. There was a lot of noise in the two links, but some solid signal. Ths solution came from dietux's reference in /questions/777306 Bug 621704 to http://forums.mozillazine.org/viewtopic.php?f=23&t=2075033 :
    1. Download the Fedora 9 package of libstdc++-4.3.0-8.i386.rpm from http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/9/Fedora/i386/os/Packages/libstdc++-4.3.0-8.i386.rpm .
    2. Unpack the package in your Firefox 4 directory with relative paths (does not require super user permissions):
    [firefox]$ rpm2cpio libstdc++-4.3.0-8.i386.rpm | cpio -i --make-directories
    3. Move the library and its link to the Firefox 4 directory:
    [firefox]$ mv usr/lib/libstdc++.so.6* .
    [NOTE: this is a RELATIVE path -- it has no leading slash.]
    4. Run Firefox 4:
    ./firefox
    Thank you for your help!
    Craig
    P.S. I do agree with the posters in [[https://bugzilla.mozilla.org/show_bug.cgi?id=621704| Bug 621704]] that CentOS 5.x is NOT obsolete. The whole point of CentOS (and RHEL) is that it will be around for awhile. I left Fedora for CentOS because it changed too much.

  • I installed firefox4.0.1 it crashes on startup safe-mode error /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/firefox/firefox/libxul.so)

    I am using 2.6.23.1-42.fc8

    That is this bug:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=621704 Bug 621704] - Lib dep problem: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by .../libxul.so)
    *[/questions/811309]
    *[/questions/777306]

  • Ldd libos_gd.so gives "not found" for one lib

    Hi,
    I am no expert in linux. I am having Redhat 6. During WebCenter installation i found that one of the library is missing. When i execute below command it gives me error
    ldd libos_gd.so
            linux-gate.so.1 =>  (0xf77e1000)
            libwv_gdlib.so => /u01/Oracle/Middleware/Oracle_ECM1/oit/linux/lib/contentaccess/./libwv_gdlib.so (0xf77bd000)
            libwv_core.so => /u01/Oracle/Middleware/Oracle_ECM1/oit/linux/lib/contentaccess/./libwv_core.so (0xf722f000)
            libm.so.6 => /lib/libm.so.6 (0xf7205000)
            libpthread.so.0 => /lib/libpthread.so.0 (0xf71e9000)
            libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xf7130000)
            libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf7112000)
            libc.so.6 => /lib/libc.so.6 (0xf6f7b000)
            libfreetype.so.6 => /u01/Oracle/Middleware/Oracle_ECM1/oit/linux/lib/contentaccess/./libfreetype.so.6 (0xf6f0f000)
            libdl.so.2 => /lib/libdl.so.2 (0xf6f09000)
            /lib/ld-linux.so.2 (0x47706000)
            libz.so.1 => not found
    I need 32 bit library of libz.so.1
    where can i find this or how do i resolve this dependency?
    Regards,
    Vikrant Korde.

    1. yum install zlib.i686
    2. restart your machine.
    3. try your command again.
    Seriously?  This is not Windows, no need to reboot:
    # yum install zlib.i686
    # ldconfig
    Try your command again
    No muss, no fuss.

  • Bash: adb: command not found.

    I installed ADT bundle from Google.
    I navigated to
    ~/adt-bundle-linux-x86_64-20130219/sdk/platform-tools
    I tried to start adb and got.
    bash: adb: command not found.
    Grrrrr. Had this issue on Debian half a year before. Installed ia32-libs back-then. It worked.
    Arch has no ia32-libs. Uncommented multilib and installed
    lib32-gcc-libs-4.8.0-2 lib32-glibc-2.17-5 lib32-libstdc++5-3.3.6-6 lib32-ncurses-5.9-2
    Like suggested in the forum. No change. Adb is still not found.
    Any help?
    Last edited by manuelschneid3r (2013-04-22 18:21:58)

    manuelschneid3r wrote:
    I tried a lot distros, but I still would not call me an advanced user. I dont know exactly the dfference but ./foo runs something that has rights to be executed. Yes I called it in the right directory. Its a linking problem. (See here)
    I installed the dependencies of android from AUR. Now it works but it shows ??????????? as device...
    Incredibly sick, that Android SDK is not in the official repos...
    The "????????????" means that you do not have the correct udev rules setup. There's an adb udev rules package to install to get around having to write your own.
    And no, `./script.sh` executes something in the present working directory. It is equivalent to:
    $ $SHELL $(pwd)/script.sh
    All the best,
    -HG

  • Android-sdk dependencies not found

    I'm trying to install the android-sdk, android-sdk-platform-tools and android-udev through yaourt, but the dependencies don't seem to exist anymore:
    ==> android-sdk dependencies:
    - java-runtime (already installed)
    - lib32-alsa-lib (building from AUR)
    - lib32-openal (building from AUR)
    - lib32-libstdc++5 (building from AUR)
    - lib32-libxv (building from AUR)
    - lib32-ncurses (building from AUR)
    - lib32-sdl (building from AUR)
    - lib32-zlib (building from AUR)
    - swt (package found)
    and then:
    error: target not found: lib32-ncurses
    I've gone looking for the other ones too, without much success. Is it due to my machine being x64? Or what else could be the problem?

    Allan wrote:Have you enabled the [multilib] repo?
    Ah, no. I will try that when I get home.

  • /bin/sh: g++32: command not found

    Chanage:
    Migration EBS 11.5.10.2 from RHEL4.x x86-32bit to RHEL 5.3 x86-64bit (appsTier)
    $adrelink_mod.sh force=y "msc MSCCPP"
    /test/testclone/testap/testora/8.0.6/lib/naldflgs` -lnetv2 -lnttcp -lnetwork
    -lncr -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3
    -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lclient -lvsn -lcommon
    -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient
    -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3
    `cat /test/testclone/testap/testora/8.0.6/lib/sysliblist` -ldl -lpthread -lm
    /test/testclone/testap/testora/8.0.6/rdbms/lib/defopt.o
    /test/testclone/testap/testora/8.0.6/rdbms/lib/ssbbded.o
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    /bin/sh: g++32: command not found
    make: *** [test/testclone/testap/testappl/msc/11.5.0/bin/MSCCPP] Error 127
    Done with link of msc executable 'MSCCPP' on Mon Aug 9 08:45:59 CST 2010
    Relink of module "MSCCPP" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /test/testclone/testap/testappl/msc/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Done with link of product 'msc' on Mon Aug 9 08:45:59 CST 2010
    Relinking of modules ENCACN, MSCCPP, MSCMON, MSCNEW, MSCNSP,
    MSCPCL, MSCPDW, MSCPRG, MSCSDW, MSCSLD, MSCXGCAL, MSONEW, and
    WPCFSQ produces multiple undefine symbol errors.
    Edited by: user8019167 on 2010-8-9 下午9:57
    Edited by: user8019167 on 2010-8-9 下午9:57

    Hi,
    Chanage:
    Migration EBS 11.5.10.2 from RHEL4.x x86-32bit to RHEL 5.3 x86-64bit (appsTier)Oracle Apps 11i is not certified on x86-64 for the application tier, only the database tier node is certified on a 64-bit OS (Split Configuration).
    Note: 343917.1 - Frequently Asked Questions: Oracle E-Business Suite Support on x86-64, 3. Is Oracle E-Business Suite supported on x86-64?
    Note: 357098.1 - Installation of E-Business Suite on Linux x86-64
    Thanks,
    Hussein

  • Bash: xhost: command not found  AND  set DISPLAY environment varibale

    Hi all, i have this issue, when i try to execute
    -> xhost +amjad.iqbal.com
    bash: xhost: command not found
    -> DISPLAY = amjad.iqbal.com:0.0
    -> export DISPLAY
    after which if i start installation of oracle database 11g, it says display variable has not been set.
    PLEASE HELP!

    Hi,
    when i try to execute "service vncserver status" o/p: unrecognised service
    when i execute "ps -ef|grep vnc" o/p: root 1981 1700 1 11:30 tty1 00:00:00 grep vnc
    and when i downloaded VNC and tried to install, it says "failed dependencies: libstdc++-libc6.2-2.so.3 is needed by vnc-4.1.3-1.i386"
    to install i used command -- "rpm -ivh vnc-4_1_3-x86_linux.rpm"
    because of which im not able to complete your steps and im not able to set display environment variable and my installation is not getting started.
    Please advice

  • Item cost not found for one or more items - Inventory Posting

    Good Day Mentors,
    My user has encountered an error during Inventory Posting and its "Item cost not found for one or more items".
    The specific Message ID from SAP's System Message Log is 10001287.
    I found a similar post which addresses this error here.
    But unfortunately it did not help me solve my user's problem.
    I already checked if the items had a defined "Item Cost" in the Item Master Data Inventory Tab, and they all have "Item Cost" defined.
    I'm not sure if this will help, but below is the Inventory Audit Report of one of the items that is throwing the "Item cost not found" error.
    I am not a business consultant neither am I literate in accounting, so thanks for the patience.
    SAP Version: 9.0 PL5
    Valuation Method: Moving Average
    Thanks in advance!
    Sean

    Hi Augusto and Raviraj,
    I've already verified in our production database the points you made:
    - Is the "Manage Item cost per warehouse" selected in the Basic Initialization Screen?
    YES
    - Is the "Manage Inventory by Warehouse" ticked/checked in the "Inventory Data" tab of the "Item Master Data" screen?
    YES
    * I apologize for not have been able to give this information upfront.
    Anyway, the database only has one warehouse at the moment.
    I've checked the items, like the item in the screen shot above, and it does have an item cost.
    Below is the screenshot of the sample item from my original post,
    Thanks in advance!
    Sean

  • Itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    Can you start QuickTime on your computer?
    You'll probably have to search for the Windows Installer Cleanup Utility and use it to remove QuickTime Player and iTunes. Then download and install the iTunes again.

  • I was updating Firefox from version 6 to version 7, after updating I tried to open Firefox and the message I got is this: This application has failed to start because xul.dll was not found. How can I fix this?

    I was updating Firefox to the newest version 7.0.1 from version 6.0.2 I think it was, I clicked the restart Firefox button that always comes up after updating. It started updating and then Firefox never restarted like it was supposed to after it was done updating. I then tried to open Firefox and it told me "This application has failed to start because xul.dll was not found." I did have Firefox crash on maybe about 30 minutes or so earlier which bothered me because I have been using Firefox for years and never had it crash on me before but I didn't think much of it at the time it happened because I was able to go back onto Firefox and finish what I had been working on. A while later I checked for updates and updated. The first time I tried to update it didn't work though so I had to shutdown Firefox and reopen Firefox and start the update a second time. It was after the second time that when I tried to open Firefox I got that message about failing to start because xul.dll can't be found. I filed a crash report when my Firefox crashed. This would have been around 1am-2am in the morning that Firefox first crashed and then wouldn't allow me to open it after updating. I have a DELL laptop running the Windows XP operating system but the laptop is probably at least 6 or 7 years old. The laptop will no longer charge so I always have to have it plugged into an outlet. Both my laptop hard drive and my external hard drive give me messages that I am running out of disk space on my hard drive. I bought this laptop 6 or 7 years ago second hand so it could be even older. In short it's a piece of crap and it gives me all kinds of issues but I currently can't afford a new one, but I have never had any problems with Firefox and I use Firefox more than any other aspect of my laptop so it's really really bothering me. May you please help me fix it?

    Unfortunately I tried that and it didn't work. Thanks for the help though. I tried to uninstall and it said I couldn't because the file is corrupt or something, but I think I finally got it uninstalled and/or deleted or whatever, but now I try to reinstall/download it again from the beginning and I can't. No matter what I do I can not get Firefox working again. No matter how many times I try to redownload it. Any other suggestions?

Maybe you are looking for

  • HT201364 Need help to install Mavericks

    I bought my macbook in July 2008. I have just installed Snow Leopard and its running. There are no more updates to install, still it won't download OS X Mavericks. What else do I need to do. I would like to order a photobook I made.

  • Generalize Exchange Rates at the of month

    Dear Expert, I want to ask about Exchange Rates at the of month, what I need to do. Each trasaction have their own Exchange Rates which is different with Exchange Rates and Index in Administration Module. For Example : On May 30 Exchange Rates in Adm

  • Leopard Desktop Display - How to Size Photo Centered on Desktop Screen ? ?

    6/14/2008. Since I installed Leopard two days ago, I have a challenge that I did not have on OS X 10.3.9. A "minor" one. I changed the color on my desktop screen, via System Preferences and Desktop and Screen Savor. I chose to use an imported photo,

  • 1440x1080 export

    Hello, I filmed with an Canon xha1 in 1440x1080. Instead of going through compressor I am going to export all the videos from FCP directly to save time, and burn them with DVD Studio Pro. To get the best quality from FCP, I plan on exporting a png fi

  • Problems installing the package SAPKIIBIIP1 of BI_CONT

    Hello colleagues : I am trying to install the packages SAPKIIBIIP1 to SAPKIIBIIP9. I am working under Windows Server 2003,SAP NetWeaver 7.0 and the component is the BI_CONT 7.03. The message i get is: Error in phase :DDIC_ACTIVATION Reason for error: