Gnucash 1.8.1 configure fails: with Could not link sample xml program

Matthew Vanecek mevanecek at yahoo.com
Sun Mar 2 11:00:18 CST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 2 Mar 2003, Klaus Binder wrote:

> Hi,
> 
> I am fairly new to linux and have absolutely no prgramming skills. But I am 
> trying my best to get 1.8.1 working.
> 
> I am running Suse 8.1
> Gnucash 1.6.4 is working fine.
> 
> I have had many error so far because of missing libraries and dependencies. 
> But now i am stuck and have not idea what to look for.
> 
> Any hints are welcome.
> 

If you look at the botom of your configure output, you should get a pretty 
good hint.  It tells you it can't find the function in the specified 
library.  What you would want to do is check that you have the required 
library installed.  In this case, it's looking for function xmlNewDoc in 
library libxml.so.  Whenever you see -lsomthing, it's always looking for 
libsomething.so, usually in /usr/lib.

You probably don't have the libxml-devel package installed.  You can 
verify that by typing:

rpm -qa |grep libxml-devel

at a command prompt.  

> checking for xmlNewDoc in -lxml... no
> configure: error: Could not link sample xml program

 

- -- 
Matthew Vanecek
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
********************************************************************************
For 93 million miles, there is nothing between the sun and my shadow except me.
I'm always getting in the way of something...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+Yjini/CNzDSN0RIRAoCLAKCZYL4EmE0jMTB26ayeDynv90L2yACdH0Qc
s4jP+KQLsV4J0s/2JWvtp80=
=7GmL
-----END PGP SIGNATURE-----



More information about the gnucash-user mailing list