Path: utzoo!attcan!uunet!lll-winken!lll-ncis!helios.ee.lbl.gov!pasteur!agate!bionet!csd4.milw.wisc.edu!mailrus!cornell!uw-beaver!rice!sun-spots-request From: sfsun!hsfmsh!mhyman@sun.com (Marco S. Hyman) Newsgroups: comp.sys.sun Subject: Re: Lightweight process help Message-ID: <8901121643.AA04510@hsfmsh.hayessf.com> Date: 17 Jan 89 20:43:14 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 23 Approved: Sun-Spots@rice.edu Original-Date: Thu, 12 Jan 89 08:43:20 PST X-Sun-Spots-Digest: Volume 7, Issue 107, message 7 of 17 X-Issue-Reference: v7n99 It is a known problem: bug ID 1011141. To fix: - become root on the machine containing /usr/lib/liblwp.a - cp /usr.lib/liblwp.a /usr/lib/liblwp.a.bak - cd /tmp - Create the file fix.s with two lines: .globl REGOFFSET REGOFFSET=8 - cc -c fix.s - cp /usr/lib/liblwp.a . (still in /tmp) - ar u liblwp.a fix.o - mv liblwp.a /usr/lib - chmod 644 /usr/lib/liblwp.a - ranlib /usr/lib/liblwp.a This procedure (and a version for Sun-4's) is in the Dec88 Software Technical Bulletin, Page 2250-2251. --marc ...... Marco S. Hyman UUCP: ...!sun!sfsun!hsfmsh!mhyman Domain: sfsun!hsfmsh!mhyman@sun.com