Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Ubuntu 10.04 - kernel update snafu



On 2014-06-21 04:32, steve wrote:
On 06/20/2014 12:11 PM, Brian Chandler wrote:
/home/brian/bin/memsource/TranslationEditor: error while loading shared
libraries: libz.so.1: cannot open shared object file: No such file or
directory

That's zlib1g:i386.  To figure out something like that, you search
google to find what package supplies the library.  google 'what package
libz.so.1' to see what I mean.

Also, ldd <application> will tell you what your application depends on.

Thanks - here's what I get:

brian@Grieg ~/bin/memsource $ ldd TranslationEditor
	linux-gate.so.1 =>  (0xf7767000)
	libQtSolutions_SingleApplication-head.so.1 => not found
	libclucene-core.so.1 => not found
	libhunspell-1.3.so.0 => not found
	libQtXml.so.4 => not found
	libQtGui.so.4 => not found
	libQtNetwork.so.4 => not found
	libQtCore.so.4 => not found
	libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf772e000)
	libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7645000)
	libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7628000)
	libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7479000)
	/lib/ld-linux.so.2 (0xf7768000)
	libz.so.1 => not found
	libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7432000)

... Ah, but I poked around and found something libQtSolutions, which reduced the "Not found" to three:

brian@Grieg ~/bin/memsource $ ldd TranslationEditor | grep 'not found'
	libQtSolutions_SingleApplication-head.so.1 => not found
	libclucene-core.so.1 => not found
	libhunspell-1.3.so.0 => not found

None of these names shows up on the Ubuntu package search page
http://packages.ubuntu.com/search?keywords=search

So once again I'm stuck. It does seem very odd for this to start needing all sorts of unusual libraries... (rather outside my experience so far)

Brian Chandler


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links