DBM(3X) on Ultrix 3.X

Douglas B. Jones douglas at dekalb.UUCP
Thu Aug 2 01:24:38 AEST 1990


In article <VIXIE.90Jul25174547 at volition.pa.dec.com> vixie at decwrl.dec.com (Paul A Vixie) writes:
>libdbm.a is really a .o file; ld(1) can read it, don't worry.
>[jove:vax] file /usr/lib/libdbm.a
>/usr/lib/libdbm.a:      executable (object file) not stripped
>Paul Vixie
>DEC Western Research Lab	<vixie at wrl.dec.com>
>Palo Alto, California		...!decwrl!vixie



The same is true on our Ultrix 3.0 (mv3600). If you have root access, you might
want to place it in the libc.a directory or create a local lib. Maybe you might
want to convert the libdbm.a from a ".o" to a ".a" and run ranlib.

#cd /usr/lib
#mv libdbm.a dbm.o
#ar cr libdbm.a dbm.o
#ranlib libdbm

Make sure that the new libdbm.a is readable by everyone (chmod 644 libdbm.a).

Douglas

-- 
Doulas B. Jones					douglas at dekalb
Academic Computer Center		or	gatech!dekalb!douglas
DeKalb College
555 N. Indian Creek Drive/Clarkston, Ga. 30021  (404) 299-4233



More information about the Comp.unix.ultrix mailing list