where to find libexpat
Paul Greenberg
pag101 at gmail.com
Thu Dec 4 23:38:55 UTC 2008
I'm using a program called Freesurfer to analyze brain volume based on
MRI images.
After typing "ldd /usr/local/freesurfer/bin/mris_volmask.bin", the
error messages from freesurfer are"
linux-vdso.so.1 => (0x00007fff4e5fe000)
> libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007fa045fcf000)
> libXmu.so.6 => /usr/lib64/libXmu.so.6 (0x00007fa045db6000)
> libfreetype.so.6 => /usr/lib64/libfreetype.so.6 (0x00007fa045b37000)
> libvtkpng.so.5.2 => not found
> libvtksqlite.so.5.2 => not found
> libvtkzlib.so.5.2 => not found
> libexpat.so.0 => not found
and the list continues, but I truncated it at the libexpat line.
The Freesurfer programmers suggested I locate the libexpat.so.0 RPM
and install it.
Suggestions?
Thanks,
Paul
On Thu, Dec 4, 2008 at 3:31 PM, Chris Mohler <cr33dog at gmail.com> wrote:
> On Fri, Dec 5, 2008 at 5:25 PM, Paul Greenberg <pag101 at gmail.com> wrote:
>> Hello all,
>> I would like to install "libexpat.so.0" on a 64 bit system running Ubuntu 8.10
>>
>> Where would I find this and how would I install it - or find the
>> directions to do both?
>
> Hmm - looks like 8.10 is using a later version:
> cr33 at vostro15k:~/Desktop$ aptitude search libexpat
> v libexpat-dev -
> p libexpat-ocaml - OCaml expat bindings
> p libexpat-ocaml-dev - OCaml expat bindings
> i libexpat1 - XML parsing C library - runtime library
> i A libexpat1-dev - XML parsing C library - development kit
> cr33 at vostro15k:~/Desktop$ dpkg -L libexpat1
> /.
> /usr
> /usr/lib
> /usr/lib/libexpat.so.1.5.2
> /usr/lib/libexpatw.so.1.5.2
> /usr/share
> /usr/share/doc
> /usr/share/doc/libexpat1
> /usr/share/doc/libexpat1/copyright
> /usr/share/doc/libexpat1/changelog.gz
> /usr/share/doc/libexpat1/changelog.Debian.gz
> /usr/lib/libexpat.so.1
> /usr/lib/libexpatw.so.1
>
> Why do you need that particular version - are you compiling something?
>
> Chris
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
--
Paul
More information about the ubuntu-users
mailing list