Re: problem installing j2eesdk for fedora core 2

From: darshan jadav (root.devil_at_gmail.com)
Date: 03/29/05

  • Next message: David Balazic: "RE: Default Gateway Thorough A Programme"
    Date: Tue, 29 Mar 2005 09:25:35 +0200
    To: General Red Hat Linux discussion list <redhat-list@redhat.com>
    
    

    > compat-libstdc++-7.3-2.96.126.i386.rpm). If the package is already
    > installed the problems may be due to corrupted link to that library. To
    > correct links to the shared libraries run the 'ldconfig' program. Also
    > you can reinstall the package 'compat-libstdc++'.

    If its installed and so.2 file is there create a simlink for the so.3

    Create a symlink named libstdc++-6.2-2.so.3 that points to your existing one.

    cd /usr/lib
    ln -s libstdc++-6.2-2.so.2 libstdc++-6.2.2.so.3

    -- 
    v2sw6PYUhw5ln6pr5Pck4ma7u7TBw5m6l7Ri2e6t5Xb5Oen7g6AMa28s5Mr6p7 hackerkey.com
    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: David Balazic: "RE: Default Gateway Thorough A Programme"

    Relevant Pages

    • Re: ldconfig / dynamic linker hints library name conventions
      ... >> I wonder if there actually are any compelling reasons to keep this ... software packages out there assume ldconfig and workalikes to be as liberal ... libtool weren't as widely used as it is for building shared libraries, ...
      (freebsd-current)
    • Re: help! lost libXmu.so.6
      ... |and I'm still getting error messages from xauth and xinit ... Shared libraries are managed by ldconfig. ...
      (alt.os.linux.suse)
    • Re: MySQL Proble on Linux
      ... You need to run ldconfig any time you either change the contents of this file, or remove or install any library in any of the directories listed there. ... Normally this is handled automatically by install scripts in rpm packages. ... An rpm package that contains shared libraries will typically have a script that runs ldconfig when this package is either installed OR removed. ...
      (comp.os.linux.misc)
    • Re: ldconfig / dynamic linker hints library name conventions
      ... >> I wonder if there actually are any compelling reasons to keep this ... Not all shared libraries are meant to be seen ... Allowing ldconfig to see them just puts garbage ... for Genesis Software - http://www.gsoft.com.au ...
      (freebsd-current)
    • Re: Problem compiling (gcc? glibc?)
      ... > This sounds line it's in some way your ldconfig setup. ... > others) because bash provides its own echo function. ... the manpage for ld.so, it looks for shared libraries in LD_LIBRARY_PATH, then ...
      (Debian-User)