[comp.lang.perl] undump for sun

protofan@motcid.UUCP (Mike S. Protofanousis) (04/30/91)

I am trying to use undump with the core file perl -u produces.
I am using perl 4.0 patchlevel 3.

This is the error I get when I try to execute the file created by undump:

$ undump hello perl core
$ hello
ld.so: __DYNAMIC version 0 not supported

Is this supposed to work?

Does anyone have a version of undump that works on a Sun 3/80  (68030 based)
SunOS 4.0.3.  Perhaps you could mail me the uuencoded binary?

-- 
Mike Protofanousis
msp@pronet.chi.il.us
motcid!protofan@uunet.uu.net

tchrist@convex.COM (Tom Christiansen) (04/30/91)

From the keyboard of protofan@motcid.UUCP (Mike S. Protofanousis):
:I am trying to use undump with the core file perl -u produces.
:I am using perl 4.0 patchlevel 3.
:
:This is the error I get when I try to execute the file created by undump:
:
:$ undump hello perl core
:$ hello
:ld.so: __DYNAMIC version 0 not supported
:
:Is this supposed to work?
:
:Does anyone have a version of undump that works on a Sun 3/80  (68030 based)
:SunOS 4.0.3.  Perhaps you could mail me the uuencoded binary?

I have one that someone mailed me.  You can get it from convex.com:/pub/undump.tar.Z
if you want.  It should work.  (I mailed it to the original poster.)

--tom