On Sunday 18 March 2007 20:00, Don Gould wrote: > Christopher Sawtell wrote: > > [EMAIL PROTECTED] ~ $ ldd /usr/bin/transcode > > linux-gate.so.1 => (0xb7f61000) > > libpthread.so.0 => /lib/libpthread.so.0 (0xb7f23000) > > libm.so.6 => /lib/libm.so.6 (0xb7eff000) > > libz.so.1 => /lib/libz.so.1 (0xb7eed000) > > I understood I have to install libz, but how do I work out what package > it's in? > > I did an apt-cache search libz and got that big list I published. > > But which things should I install? > > Cheers Don
go to packages.ubuntu.com or packages.debian.org I figure u r using deb or ubuntu) and search there. but it looks like the package is just called libz EDIT Oops I mean zlib !! > > > libdl.so.2 => /lib/libdl.so.2 (0xb7ee9000) > > libc.so.6 => /lib/libc.so.6 (0xb7dc7000) > > /lib/ld-linux.so.2 (0xb7f62000) > > > > Do as above and apt-get the required libraries. > > And file a bug-report about unsatisfied deps, > > > > -- > > CS
