Ld.so.1: sudo: fatal: /usr/local/lib/libintl.so.8: wrong ELF data format

I have installed sudo version 1.6.9p5.
after the configuration, when i'm trying to sudo, i get the below error:
ld.so.1: sudo: fatal: /usr/local/lib/libintl.so.8: wrong ELF data format: ELFDATA2LSB
================================
background of the server is as :
# uname -a
SunOS buildman 5.10 Generic_147440-01 sun4u sparc SUNW,Sun-Fire-V440
# ldd /usr/local/bin/sudo
libpam.so.1 => /usr/lib/libpam.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libintl.so.8 => /usr/local/lib/libintl.so.8 - wrong ELF data format: ELFDATA2LSB
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libc.so.1 => /usr/lib/libc.so.1
libcmd.so.1 => /lib/libcmd.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
libm.so.2 => /lib/libm.so.2
/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-V440/lib/libmd_psr.so.1
Please help.

installed the libintl for sparc mc and it worked fine.. thanks for the help..

Similar Messages

  • Problems with /usr/local/lib after installing

    After I installed Leopard, I noticed that some of my files in usr/local/lib seemed to have disappeared. When I tried to open /usr/local/lib I got the following error: 'lib: Too many levels of symbolic links.' and it appeared that there was also a 'lib 1' directory in /usr/local which had all of my files in it. I managed to fix it using:
    sudo rm -rf /usr/local/lib
    sudo cp -R '/usr/local/lib 1' /usr/local/lib
    Just wanted to give a heads up since this was rather annoying to figure out. Other than this I have very few issues with leopard, so far limited to:
    -DivX playback doesn't appear to work
    -after login it appears to take a while for finder to start
    -a few problems mounting external devices, such as my USB drive and iPhone

    I’ve found this on my system as well! I had some trouble installing MacFuse under Leopard. The installer just said "Das Installations konnte einige Dateien nicht nach '/' kopieren. Wenden Sie sich an den Hersteller", which basically means that it couldn't write to the root directory.
    Then I found out about the /usr/local/lib symlink. This is very disturbing and clearly a major bug. I think it's a problem with the installation process of the developer tools. I’ve upgraded to Leopard two weeks ago. Everything worked. Then I’ve installed XCode 3.0 this and then the problem started. The circular symlink in /usr/local/lib has the timestamp of the XCode 3.0 installation…

  • /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture

    Hello every one,
    I am an absolutely new mac user. I need to run a couple of softwares for my research but I faced errors that I really can not understand. There is an Unix executable and a .f Fortran file in each folder that I use. As I run the executable the following error appears:
    dyld: Library not loaded: /usr/local/lib/libgfortran.3.dylib
    Referenced from: /Users/somaiehbeladi/Desktop/100601stereo/combine_segments/combinesegs
    Reason: no suitable image found. Did find:
    /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture
    /usr/local/lib/libgfortran.3.dylib: mach-o, but wrong architecture
    Trace/BPT trap
    logout
    However, the libgfortran.3.dylib is already in the mentioned directoty and I used the File command on it which gives
    Somaieh-Beladis-MacBook:lib somaiehbeladi$ File libgfortran.3.dylib
    libgfortran.3.dylib: Mach-O dynamically linked shared library ppc
    Then I tried the otool -L command
    Somaieh-Beladis-MacBook:combine_segments somaiehbeladi$ otool -L combine_segs
    -bash: otool: command not found
    So, could you please let me know how I should find out the proper architecture for my executable and then how to change the architecture.
    Many thanks in advance.

    It looks as though you are using an executable compiled for an Intel processor but have the PowerPC versions of the gfortran libraries installed.
    How did you install this software?
    Which version of OS X are you using?
    Ar you using a PowerPC-based Mac, or an Intel-based Mac?

  • Why is /usr/local/lib not in ld.so.conf?

    Pretty much just as the subject line says.  It seems that, since /usr/local/lib is recognized by the FHS (http://www.pathname.com/fhs/pub/fhs-2.3 … ALHIERARCH) it makes sense for it to be included in the default set of library paths.  Does anybody know why it isn't?  I searched *.archlinux.org and didn't find anything enlightening.  My apologies if this has been covered before; please pass along a link if it has!  Thanks.

    /usr/local is considered "kinda sloppy" by whom exactly?  It is the standard place for hand-compiled software to be installed, so it is physically separated from distro-installed software.  This is an explicit requirement of the Filesystem Hierarchy Standard, and is built into every piece of GNU software, as well as every piece of software that uses autoconf.
    Sure, Arch forces you to "learn linux".  The lesson to be learned here is not how to dig through /etc, but rather that there are standard, universally-accepted places to put things.  The operating system ought to support these places so that all one needs to do to install additional software is to put it there, and not have to mess around with system configuration files in the first place.  Why do you think the world has moved towards /etc/foo.conf.d directories instead of having to edit /etc/foo.conf over and over again?  You could say that all I have to do is add another (few) /etc/*.conf.d/bar files, but I hold that /usr/local is so standard that this should either be built in or such files should be shipped by default.
    In the more immediate, the use of /usr/local is sufficiently prevalent that requiring someone to modify /etc/profile to use it is ludicrous.  System-wide configuration files like /etc/profile are highly inconvenient to edit, because whenever they are upgraded, one has to migrate modifications one way or the other.
    And to further rebut your point, the filesystem package already includes the /usr/local hierarchy:
    $ pacman -Ql filesystem | grep local
    filesystem /usr/local/
    filesystem /usr/local/bin/
    filesystem /usr/local/games/
    filesystem /usr/local/include/
    filesystem /usr/local/lib/
    filesystem /usr/local/man/
    filesystem /usr/local/sbin/
    filesystem /usr/local/share/
    filesystem /usr/local/share/man
    filesystem /usr/local/src/
    filesystem /var/local/
    so why don't the init scripts (which are also in the filesystem package) enable its use?

  • Ld: fatal: /lib/libmakestate.so.1: wrong ELF class: ELFCLASS32"

    I installed Oracle 9011 EE on Solaris 8, using silent repsonseFile mode.
    The log showed problems in all link targets and trying to relink all
    I got:
    "ld: fatal: dlopen() of support library (libmakestate.so.1) failed with error: ld.so.1: /usr/ccs/bin/sparcv9/ld: fatal: /lib/libmakestate.so.1: wrong ELF class: ELFCLASS32"
    It seems a target is 64 bit but the linker finds only the 32 bit library.
    Anyone with similar problem or solution?
    How can I get a 64 bit version of the lib?
    Or should I dig into the makefiles?

    On my system it says:
    ld: fatal: dlopen() of support library (libmakestate.so.1) failed with error: ld.so.1: /usr/ccs/bin/sparcv9/ld: fatal: libmakestate.so.1: open failed: No such file or directory
    You had the same problem befor ?
    frank

  • /usr/local missing

    On my macbook, the folder /local doesn't seem to be there. Yesterday I did a fresh install of OS X, and now /usr/local is not there. I need it to create part of a toolchain for a project, so anyone know where it went, or if I could just create a directory called local?

    Hi Kabren,
       I think the installer used to create such empty directories but maybe it doesn't now. Since they are empty, you can make them yourself. However, I would think that most of the installers that use that install root by default will create the directories for you. If you have an app that doesn't or just want to create the directories yourself, you could do it with a command like:
    sudo mkdir /usr/local /usr/local/bin /usr/local/etc /usr/local/include /usr/local/info /usr/local/lib /usr/local/man /usr/local/sbin /usr/local/share /usr/local/share/man
    Gary
    ~~~~
       I saw a subliminal advertising executive, but only for a
       second.
             -- Steven Wright

  • Accessing /usr/local/bin directory

    I'm new to Unix and trying to access the directories /usr/local/bin and usr/local/lib to put files into that I need to run a program, but Terminal keeps telling me "no such file or directory." I am doing this work on my own computer, but do I need special permission to access these files?
    Any advice on moving the files into these directories?

    Usually, files get into /usr/local when you run "configure && make && sudo make install". Since you're new, I would suggest running "configure", "make", and "sudo make install" separately until you get the hang of it.

  • /usr/local/bin

    Hello everyone,
    Whenever i am installing any s/w from source by compiling,its executable is getting stored in /usr/local/bin.Now im unable to use the s/w by just typing its executable name in the terminal,its giving me an error as "command not found".what i have to do is browse to the directory /usr/local/bin n then run the executable as ./xxxxx.How can i add the directory /usr/local/bin so that it too is checked for executables.
    Thanks in advance,
    Rajiv Nair.

    Anyway, /usr/local is made just for those things you do not want to be touched by your package manager. So, if for any reason you do not want to write a PKGBUILD for something (if e.g., it is just a little script you wrote and you want to install it system-wide; or you have some reasons to make the compilation routine step by step), then /usr/local is then just the right place: /usr/local/bin and /usr/local/sbin for executable with various permissions, /usr/local/lib for the libraries, may be /usr/local/src for the sources, etc. Then you should just modify your /etc/profile (or your .bashrc, .zshrc).
    This is not what is supported by arch, but it is something you can always do, if you like so, in any linux system of the world.

  • Meld and /usr/local

    Meld is a visual diff merge and source control tool, I compiled but get when namcaping:
    [ganlu@A meld]$ namcap meld-0.9.4.1-1.pkg.tar.gz
    meld       W: File (usr/local/) exists in a non-standard directory.
    meld       W: File (usr/local/bin/) exists in a non-standard directory.
    meld       W: File (usr/local/bin/meld) exists in a non-standard directory.
    meld       W: File (usr/local/lib/) exists in a non-standard directory.
    meld       W: File (usr/local/lib/meld/) exists in a non-standard directory.
    I have set prefix=/usr in PKGBUILD, but it seems no luck.
    #Contributor: ganlu <[email protected]>
    pkgname=meld
    pkgver=0.9.4.1
    pkgrel=1
    pkgdesc="Meld is a visual diff merge and source control tool."
    url="http://meld.sf.net/"
    license=GPL
    depends=('python')
    makedepends=('')
    confilcts=()
    backup=()
    source=(http://ftp.gnome.org/pub/gnome/sources/meld/0.9/$pkgname-$pkgver.tar.bz2)
    md5sum=('cd5f02e084529c581ce52a22647ca4dc')
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=$startdir/pkg install
    ~
    ~
    Thank you in advance.

    Some time ago I also tried to make meld package and I had to do something like this to make it install in the proper directory
    make prefix=/usr || return 1
    make prefix=/usr install DESTDIR=$startdir/pkg
    I know that's weird but it didn't want to work without these settings. I didn't investigated it further but I guess something was wrong in the meld makefile. I hope it's fixed now in the newest version.

  • Explanation of usr/local/bin

    I have see this path come up when I have installed PHP/MySQL etc on my machine but neve rundersttod what it means.
    Is this the directory where programmes are installed by me that are not part of the OS, like Photoshop, PHP, MySQL, MS word etc?
    How do I look for files on my Finder are they stored on my HD or in my user profile?

    Andy,
    To add to Michael and j.v.'s posts, /usr/local has been the traditional place to install 3rd party software ie. software not written by the company that made the OS. So, /usr/local/bin contained binary files, /usr/local/lib contained the library files, /usr/local/man contained the man pages, and so forth. If you look on old Sun's, IBM, HP and other machines dating to the early 90's, that's generally what you'll see. Not all system administrators, or workstation owners, followed the general design intentions of the UNIX file system however.
    Now, binaries, libraries and man pages can be in a wide variety of places, depending upon the package installer's design. Fink will like to default to /sw, for example.
    As for freeware, or shareware, a well-designed config file will allow you to specify paths for bin, lib and man directories. So, with a little planning, you can get MySQL, and other open source freeware, to install in a directory layout of your design.
    I've always thought of "usr" to mean "User", as in the end User, versus the OS system itself. So /bin and /sbin were for binaries that were primarily used/called by other system routines, while /usr/bin and /usr/local/bin would contain binaries that User's may call/use. Doesn't mean you can't use stuff in /bin, nor that system administration stuff can't be in /usr/bin. I think of it only as a general guide to understanding why something is in a particular directory, not a hard and fast rule.
    Good general references on the overall design of UNIX are "The Design of the UNIX Operating System" by Maurice Bach, and "The Design and Implementation of the FreeBSD Operating System" by Marshall McKusick and George Neville-Neil.
    Ed
    PB G4 Mac OS X (10.2.x)

  • Java.lang.UnsatisfiedLinkError: /usr/local/weblogic/lib/linux/libweblogicunix1.so

    Hi.
    This is my configuration
    Red Hat Linux 6.2 kernel 2.2.14-6
    512 Mb Ram
    Bea Weblogic Server 5.1 Service Pack 9
    It runs fine with jdk 1.2.2; but when I try it with 1.3.1 I get this error (please
    see below)
    This is my installation secuence
    1. Downloaded jdk 1.3.1 tarball for linux from www.java.sun.com & installed according
    with instrucctions.
    2. changed JAVA_HOME from /usr/lib/jre1.2.2/ to /usr/lib/jdk1.3.1/ in the startWebLogic
    script
    trying it I get:
    "Green threads support not available
    Could not create the Java virtual machine."
    3. changed JAVA_OPTIONS from -green to -native
    After that i got the error subject of this message (please see below)
    I have searched this newsgroup for a similar post but found an unsolved message
    on april 12, 2001.
    Any ideas?
    Thanks in advance
    Sergio Ríos
    Ps: this is my error
    Thu May 24 15:51:13 CDT 2001:<I> <ListenThread> Listening on port: 90
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> System has file descriptor
    limits of - soft: '1024', hard: '1024'
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> Using effective file
    descriptor limit of: '1024' open sockets/files.
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> Allocating: '3' POSIX
    reader threads
    Thu May 24 15:51:13 CDT 2001:<A> <SSLListenThread> ListenThread.run() failed:
    java.lang.UnsatisfiedLinkError: /usr/local/weblogic/lib/linux/libweblogicunix1.so:
    /usr/local/weblogic/lib/linux/libweblogicunix1.so: undefined symbol: makeCString
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.platform.Unix.<init>(Unix.java:14)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:81)
    at weblogic.t3.srvr.T3Srvr$1.run(T3Srvr.java:1160)
    at weblogic.t3.srvr.Callback.done(Callback.java:37)
    at weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:474)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:254)
    Thu May 24 15:51:13 CDT 2001:<!> <SSLListenThread> **** The WebLogic Server is
    no longer listening for connections.
    Thu May 24 15:51:13 CDT 2001:<!> <SSLListenThread> **** You should probably restart
    it.
    Thu May 24 15:51:13 CDT 2001:<I> <WebLogicServer> Server shutdown by system
    Thu May 24 15:52:14 CDT 2001:<I> <WebLogicServer> WebLogic Server started
    Thu May 24 15:52:14 CDT 2001:<I> <WebLogicServer> Server shutdown commencing NOW
    Thu May 24 15:52:15 CDT 2001:<I> <HTTP> Destroying servlets in default servlet
    context.
    Thu May 24 15:52:15 CDT 2001:<I> <WebLogicServer> Requesting thread shutdown
    Thu May 24 15:52:15 CDT 2001:<I> <SSLListenThread> Shutting down Thread[SSLListenThread,5,]
    Thu May 24 15:52:15 CDT 2001:<I> <ListenThread> Shutting down Thread[ListenThread,5,WebLogicServer]
    Thu May 24 15:52:15 CDT 2001:<I> <WebLogicServer> Waiting: '20' seconds for threads
    to complete shutdown
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Invoking garbage collection
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: Before free/total=62768288/66846720
    (93%)
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: After free/total=64551016/66846720
    (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Invoking garbage collection
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: Before free/total=64544984/66846720
    (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: After free/total=64550992/66846720
    (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Shutting down execute threads
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Shutdown completed

    Thanks because JDK 1.3 is not supported with WLS 5.1. See:
    http://www.weblogic.com/platforms/index.html
    However, WLS 6.0 supports JDK 1.3 since the JDK is already bundled with WLS
    6.0.
    Sergio Ríos wrote:
    >
    Hi.
    This is my configuration
    Red Hat Linux 6.2 kernel 2.2.14-6
    512 Mb Ram
    Bea Weblogic Server 5.1 Service Pack 9
    It runs fine with jdk 1.2.2; but when I try it with 1.3.1 I get this error
    (please see below)
    This is my installation secuence
    1. Downloaded jdk 1.3.1 tarball for linux from www.java.sun.com &
    installed according with instrucctions.
    2. changed JAVA_HOME from /usr/lib/jre1.2.2/ to /usr/lib/jdk1.3.1/ in the
    startWebLogic script
    trying it I get:
    "Green threads support not available
    Could not create the Java virtual machine."
    3. changed JAVA_OPTIONS from -green to -native
    After that i got the error subject of this message (please see below)
    I have searched this newsgroup for a similar post but found an unsolved
    message on april 12, 2001.
    Any ideas?
    Thanks in advance
    Sergio Ríos
    Ps: this is my error
    Thu May 24 15:51:13 CDT 2001:<I> <ListenThread> Listening on port: 90
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> System has file
    descriptor limits of - soft: '1024', hard: '1024'
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> Using effective
    file descriptor limit of: '1024' open sockets/files.
    Thu May 24 15:51:13 CDT 2001:<I> <Posix Performance Pack> Allocating: '3'
    POSIX reader threads
    Thu May 24 15:51:13 CDT 2001:<A> <SSLListenThread> ListenThread.run()
    failed:
    java.lang.UnsatisfiedLinkError:
    /usr/local/weblogic/lib/linux/libweblogicunix1.so:
    /usr/local/weblogic/lib/linux/libweblogicunix1.so: undefined symbol:
    makeCString
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1306)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at weblogic.platform.Unix.<init>(Unix.java:14)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at
    weblogic.platform.OperatingSystem.getOS(OperatingSystem.java:81)
    at weblogic.t3.srvr.T3Srvr$1.run(T3Srvr.java:1160) at
    weblogic.t3.srvr.Callback.done(Callback.java:37) at
    weblogic.t3.srvr.SSLListenThread.newServerSocket(SSLListenThread.java:474)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:254)
    Thu May 24 15:51:13 CDT 2001:<!> <SSLListenThread> **** The WebLogic
    Server is no longer listening for connections.
    Thu May 24 15:51:13 CDT 2001:<!> <SSLListenThread> **** You should
    probably restart it.
    Thu May 24 15:51:13 CDT 2001:<I> <WebLogicServer> Server shutdown by
    system Thu May 24 15:52:14 CDT 2001:<I> <WebLogicServer> WebLogic Server
    started Thu May 24 15:52:14 CDT 2001:<I> <WebLogicServer> Server shutdown
    commencing NOW Thu May 24 15:52:15 CDT 2001:<I> <HTTP> Destroying servlets
    in default servlet context.
    Thu May 24 15:52:15 CDT 2001:<I> <WebLogicServer> Requesting thread
    shutdown Thu May 24 15:52:15 CDT 2001:<I> <SSLListenThread> Shutting down
    Thread[SSLListenThread,5,] Thu May 24 15:52:15 CDT 2001:<I> <ListenThread>
    Shutting down Thread[ListenThread,5,WebLogicServer] Thu May 24 15:52:15
    CDT 2001:<I> <WebLogicServer> Waiting: '20' seconds for threads to
    complete shutdown Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer>
    Invoking garbage collection Thu May 24 15:52:35 CDT 2001:<I> <GC> GC:
    Before free/total=62768288/66846720 (93%)
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: After
    free/total=64551016/66846720 (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Invoking garbage
    collection Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: Before
    free/total=64544984/66846720 (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <GC> GC: After
    free/total=64550992/66846720 (96%)
    Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Shutting down execute
    threads Thu May 24 15:52:35 CDT 2001:<I> <WebLogicServer> Shutdown
    completed

  • Must run /usr/local/... apps as sudo?

    Has something deep in the esoteric bowels of OS X changed in Snow Leopard that now requires me to "sudo" any application I might otherwise run from /usr/local? Examples: mysql and git are installed to /usr/local/mysql-5.0.67 and /usr/local/git (respectively) — both of which were installed on this MacBook Pro while running 10.5, both of which ran just fine (as my normal user) for months, and now both... there but won't run unless I sudo...
    Example!
    [20:16:51 ~]
    rob@Connemara $ git --version
    -bash: git: command not found
    [20:17:04 ~]
    rob@Connemara $ /usr/local/git/bin/git --version
    -bash: /usr/local/git/bin/git: Permission denied
    [20:17:18 ~]
    rob@Connemara $ sudo git --version
    git version 1.6.4.2
    (1) Yes, /usr/local is in my $PATH.
    (2) Yes, /usr/local/git/bin is in my $PATH.
    (3) Ditto /usr/local/mysql (symlinked...)
    ...anyone?

    Solved here: http://discussions.apple.com/thread.jspa?messageID=10139530
    sudo chmod 755 /usr/local

  • /usr/cluster/lib/amd64/libdsdev.so.1: symbol free_rpc_args: referenced symb

    We are running SC 3.2 on AMD 64 We keep getting this relocation error: file /usr/cluster/lib/amd64/libdsdev.so.1: symbol free_rpc_args: referenced symbol not found are we missing any patch.
    Thanks a lot
    bash-3.00# scswitch -e -j ms-server
    ld.so.1: ims_svc_start: fatal: relocation error: file /usr/cluster/lib/amd64/libdsdev.so.1: symbol free_rpc_args: referenced symbol not found
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: Method <ims_svc_start> on resource <ms-server> terminated due to receipt of signal <9>
    Connecting to watcher ...
    Warning: Cannot connect to the watcher process
    job_controller server is not running
    dispatcher server is not running
    sched server is not running
    http server is not running
    pop server is not running
    imap server is not running
    purge server is not running
    store server is not running
    ld.so.1: ims_svc_stop: fatal: relocation error: file /usr/cluster/lib/amd64/libdsdev.so.1: symbol free_rpc_args: referenced symbol not found
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: Method <ims_svc_stop> on resource <ms-server> terminated due to receipt of signal <9>
    Jan  2 07:46:09 pgimpy2 ip: TCP_IOC_ABORT_CONN: local = 010.011.161.138:0, remote = 000.000.000.000:0, start = -2, end = 6
    Jan  2 07:46:09 pgimpy2 ip: TCP_IOC_ABORT_CONN: aborted 0 connection
    scswitch: (C969069) Request failed because resource group MS_RG_zones is in ERROR_STOP_FAILED state and requires operator attention
    ------------ snip --------------
    10) Messages from '/var/adm/messages'
    ------------ snip --------------
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <ims_svc_start> for resource <ms-server>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <300> seconds
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/sun/comms/msg_scha/bin/ims_svc_start>:tag=<MS_RG_zones.ms-server.0>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 650825 daemon.error] Method <ims_svc_start> on resource <ms-server> terminated due to receipt of signal <9>
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_monitor_stop> for resource <ms-zones-gimpy-161-4a>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <300> seconds
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_monitor_stop> for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <90> seconds
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <ims_svc_stop> for resource <ms-server>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <300> seconds
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 268902 daemon.notice] 45 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/rgm/rt/hafoip/hafoip_monitor_stop>:tag=<MS_RG_zones.ms-zones-gimpy-161-4a.8>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</opt/sun/comms/msg_scha/bin/ims_svc_stop>:tag=<MS_RG_zones.ms-server.1>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 510020 daemon.notice] 46 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/rgm/rt/hastorageplus/hastorageplus_monitor_stop>:tag=<MS_RG_zones.ms-zones-hasp.8>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_monitor_stop> completed successfully for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, time used: 0% of timeout <90 seconds>
    Jan  2 07:46:08 pgimpy2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_monitor_stop> completed successfully for resource <ms-zones-gimpy-161-4a>, resource group <MS_RG_zones>, node <pgimpy2>, time used: 0% of timeout <300 seconds>
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 650825 daemon.error] Method <ims_svc_stop> on resource <ms-server> terminated due to receipt of signal <9>
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_stop> for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <1800> seconds
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/rgm/rt/hastorageplus/hastorageplus_stop>:tag=<MS_RG_zones.ms-zones-hasp.1>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_stop> completed successfully for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, time used: 0% of timeout <1800 seconds>
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hafoip_stop> for resource <ms-zones-gimpy-161-4a>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <300> seconds
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/rgm/rt/hafoip/hafoip_stop>:tag=<MS_RG_zones.ms-zones-gimpy-161-4a.1>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:09 pgimpy2 ip: [ID 678092 kern.notice] TCP_IOC_ABORT_CONN: local = 010.011.161.138:0, remote = 000.000.000.000:0, start = -2, end = 6
    Jan  2 07:46:09 pgimpy2 in.routed[203]: [ID 970160 daemon.notice] unable to get interface flags for bge0:1: No such device or address
    Jan  2 07:46:09 pgimpy2 in.routed[203]: [ID 472501 daemon.notice] bge0:1 has no ifIndex: No such device or address
    Jan  2 07:46:09 pgimpy2 ip: [ID 302654 kern.notice] TCP_IOC_ABORT_CONN: aborted 0 connection
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hafoip_stop> completed successfully for resource <ms-zones-gimpy-161-4a>, resource group <MS_RG_zones>, node <pgimpy2>, time used: 0% of timeout <300 seconds>
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 224900 daemon.notice] launching method <hastorageplus_postnet_stop> for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, timeout <1800> seconds
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 751138 daemon.notice] 47 fe_rpc_command: cmd_type(enum):<1>:cmd=</usr/cluster/lib/rgm/rt/hastorageplus/hastorageplus_postnet_stop>:tag=<MS_RG_zones.ms-zones-hasp.11>: Calling security_clnt_connect(..., host=<pgimpy2>, sec_type {0:WEAK, 1:STRONG, 2:DES} =<1>, ...)
    Jan  2 07:46:09 pgimpy2 Cluster.RGM.rgmd: [ID 515159 daemon.notice] method <hastorageplus_postnet_stop> completed successfully for resource <ms-zones-hasp>, resource group <MS_RG_zones>, node <pgimpy2>, time used: 0% of timeout <1800 seconds>
    bash-3.00#

    FYI:
    This turns out to be caused by a Sun Studio Solaris linker bug which has now been fixed. Unfortunately the problem exists with the compiled agent. The recommended fix will be to use the version of the agent that comes out with the next release of the Solaris Cluster software as this will probably appear sooner than a patch would.
    Regards,
    Tim
    ---

  • How to put g95 in usr/local/bin?

    Hi all,
    I am trying to compile a program called elmerice.  When I type the "make compile" command, I get the following message:
    elmerf90-nosh -c Solvers/AIFlowSolve_nlD2.f90 -o Solvers/AIFlowSolve_nlD2.o
    /usr/local/bin/g95 -O5 -ffast-math -ftree-vectorize -march=nocona -fprefetch-loop-arrays -fomit-frame-pointer -fstrict-aliasing -momit-leaf-frame-pointer -falign-loops -I. -Ibinio -I/Applications/ElmerGUI.app/Contents//share/elmersolver/include -c Solvers/AIFlowSolve_nlD2.f90 -o Solvers/AIFlowSolve_nlD2.o
    /Applications/ElmerGUI.app/Contents/bin/elmerf90-nosh: line 18: /usr/local/bin/g95: No such file or directory
    I did install (I think successfully) g95 using macports, i.e. the command "sudo port install g95" but apparently it is not in /usr/local/bin, which seems to be where elmerice wants to find it.
    One complicating factor might be that /usr/local/bin does have gfortran it.
    It seems like elmerice will only use g95.  Can I put g95 in the /usr/local/bin directory from wherever I have it now, and if so, how?  Or can I just reinstall g95 in that directory?
    Thanks,

    Try creating a symbolic link from /usr/local/bin/g95 to wherever MacPorts put it. That is probably the easiest solution. Ideally, you would fix the makefile, but that wouldn't be easy.

  • Does Time Machine backup system files (/usr/local/*)?

    Does Time Machine backup system files (/usr/local/*)?
    If so how do you locate them in the Time Machine interface?
    If I go into Time Machine mode and type say "/usr/local" in the Time Machine search bar I get nothing although I can open a terminal application and cd to /usr/local and see bin, lib, include, etc.
    Of course I can never see /usr/local in Finder either ... only at the command line.
    Thanks.

    John, another tech pro ("baltwo") suggests:
    Run this in the Terminal:
    defaults write com.apple.finder AppleShowAllFiles 1
    OPTION-click and hold on Finder's Dock icon->Relaunch which reveals all hidden files. Then, look for that file and delete it. To hide all of those, use the same command, substituiting zero for the one, and relaunch the Finder.

Maybe you are looking for

  • Mini-DVI DVI to DVI VGA adaptor issues

    So, I just bought a snazzy new black MacBook, and am wanting to connect it to my old 20" NEC monitor, which uses VGA. Since I already have a DVIVGA cable that I used with my old tower (and I figure I'll someday upgrade to a DVI monitor), I thought it

  • How do get palm desk top 4.2 for windows again?

    About 1 year ago,had Palm m130 got Palm Centro, had problem transferring info. Called palm support they e mailed version 4.2 for windows. Had to put new hard drive in laptop. Would like to get 4.2 Post relates to: Centro (Verizon)

  • ICM_HTTP_CONNECTION_FAILED  Error 400

    Hello All, i have one synchronous interface on production system. it was running fine till now. But on Sunday we got around 1000 messages in SMQ2. they all are in same queue. But now same interface is running successfully....... (through another queu

  • Advanced Oracle SQL: Windowing Clause

    I'm trying to learn subject mentioned topic but unable to understand it properly, I looked into google and read few articles but those are confusing so if someone send me some good and easy link for this clause  or tell me this clause in simple words

  • Unresponsive

    On my macbook runnin leopard iphoto 08 turns unresponsive only after a few seconds. I know it is not the photo library because the library runs fine on my mac mini running tiger. All software is up to date. I believe i have deleted the pref files pro