Install problem 1.7.6 - Unk Library

John Reynolds gnucash@reynj.fastmail.fm
Sat, 04 Jan 2003 17:40:13 -0500


On Fri, 3 Jan 2003 11:37:23 +0100 (CET), "Thomas Spahni" <tsp@lawbiz.ch>
said:
> On Thu, 2 Jan 2003, John Reynolds wrote:
> 
> > Here's the setup:
> > suse 8.1 running gnucash 1.6.6
> > thought I try installing 1.7.6 from source, since no .rpm existed for 8.1
> > installed g-wrap 1.3.4 form source, seemed like a clean install.
> > had all the other dependancies covered, I thought ;-)
> 
> > checking for gnome-config... /opt/gnome/bin/gnome-config
> > Unknown library `xml'
> > checking for xmlNewDoc in -lxml... Unknown library `xml'
> > no
> > configure: error: Could not link sample xml program
> 
> > So... here I am... If you can help "Great" "Thank You", if not... I still
> > love 1.6.6!
> 
> John,
> 
> probably you have to install libxml and/or run ldconfig. You should have
> (this is on SuSE 8.0):
> 
> me@mybox:> find /usr/lib -name 'libxml*'
> /usr/lib/libxml2.a
> /usr/lib/libxml2.so.2.4.12
> /usr/lib/pkgconfig/libxml-2.0.pc
> /usr/lib/libxml2.so.2
> /usr/lib/libxml.so.1
> /usr/lib/libxml.so.1.8.16
> /usr/lib/libxml2.la
> /usr/lib/libxml2.so
> 
> Your version numbers may vary.
> 
> Regards,
> Thomas Spahni
> 

Thomas,

Thanks for you guidance. The following are installed:
> find /usr/lib -name 'libxml*'
/usr/lib/libxml2.so.2.4.23
/usr/lib/libxml2.so.2
/usr/lib/libxml.so.1
/usr/lib/libxml.so.1.8.17

But I am still getting the same error.

checking if guile needs our copy of (guile www)... yes
checking for gnome-config... /opt/gnome/bin/gnome-config
Unknown library `xml'
checking for xmlNewDoc in -lxml... Unknown library `xml'
no
configure: error: Could not link sample xml program

I ran ldconfig, didn't seem to do anything, but then again I'm unfamiliar
with it's usage.

Still hoping to get this to work.

John