Skip Menu |
 

Download (untitled) / with headers
text/plain 3.6KiB
From marcotte@rio.com Wed Apr 2 17:27:10 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA11650 for <bugs@RT-11.MIT.EDU>; Wed, 2 Apr 1997 17:27:09 -0500
Received: from rio.com by MIT.EDU with SMTP
id AA11256; Wed, 2 Apr 97 17:27:03 EST
Received: (from marcotte@localhost) by rio.com (8.8.5/8.8.5) id OAA09089 for krb5-bugs@mit.edu; Wed, 2 Apr 1997 14:14:28 -0800 (PST)
Message-Id: <199704022214.OAA09089@rio.com>
Date: Wed, 2 Apr 1997 14:14:28 -0800 (PST)
From: Ed Marcotte <marcotte@rio.com>
To: krb5-bugs@MIT.EDU
Subject:

Show quoted text
>Number: 411
>Category: pending
>Synopsis:
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Apr 02 17:28:00 EST 1997
>Last-Modified: Wed Jun 18 17:56:44 EDT 1997
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

From: "Richard Basch" <basch@lehman.com>
To: Ed Marcotte <marcotte@rio.com>
Cc: krb5-bugs@MIT.EDU
Subject: Re: pending/411:
Date: Wed, 2 Apr 1997 18:25:24 -0500

On Wed, 2-April-1997, "Ed Marcotte" wrote to "krb5-bugs@MIT.EDU" saying:
Show quoted text
> I had a sucessful install once..however I was doing some sys maint and needed to reinstall krb5 and got the following error with make install-unix
>
> os -> solaris 2.5 I run the GNU c compiler 2.7.2
>
> .././config/install-sh -c -s krb524d /usr/local/sbin/krb524d
> strip: libelf error: I/O error: output msync
> strip: WARNING: /usr/local/sbin/#inst.8761#: Cannot strip file
> *** Error code 1
> make: Fatal error: Command failed for target `install'
> Current working directory /usr2/src/krb5/krb5-1.0/src/krb524
> *** Error code 1
> make: Fatal error: Command failed for target `install-recurse'

I have reinstalled Kerberos many times under Solaris 2.5, using GCC and
have never seen that error.

A couple ideas:
1. What filesystem are you installing onto? UFS, NFS, AFS?
I know it works for UFS... Mileage may vary for mounted network
filesystems, as most lack some portion of the UFS locking semantics.
However, in general, it works even with remote filesystems unless the
program is in active use (or with NFS, the occassional packet
retransmission out-of-order that can potentially kill you...)
2. Was krb524d running on the system when you were trying to install it?
Perhaps a text page of the binary was being referenced by the kernel
at the time you were running the install.

--
Richard Basch
Sr. Developer/Analyst, DSO URL: http://web.mit.edu/basch/www/home.html
Lehman Brothers, Inc. Email: basch@lehman.com, basch@mit.edu
101 Hudson St., 38th Floor Fax: +1-201-524-5828
Jersey City, NJ 07302-3988 Voice: +1-201-524-5049

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Wed Jun 18 17:56:18 1997
State-Changed-Why:

timeout; user error?

Show quoted text
>Unformatted:
Hi,

I had a sucessful install once..however I was doing some sys maint and needed to reinstall krb5 and got the following error with make install-unix

os -> solaris 2.5 I run the GNU c compiler 2.7.2

.././config/install-sh -c -s krb524d /usr/local/sbin/krb524d
strip: libelf error: I/O error: output msync
strip: WARNING: /usr/local/sbin/#inst.8761#: Cannot strip file
*** Error code 1
make: Fatal error: Command failed for target `install'
Current working directory /usr2/src/krb5/krb5-1.0/src/krb524
*** Error code 1
make: Fatal error: Command failed for target `install-recurse'
#

any Ideas??

thanks...