[ardour-users] Compiling Problem

Tom Szilagyi st444 at hszk.bme.hu
Sun Feb 15 04:27:06 PST 2004


On Sat, 14 Feb 2004 amiel at softhome.net wrote:

> I am trying to install ardour on mandrake 9.2
>
> When I run make everything goes well until i get these errors.
> Any help would be appreciacted. Thanks.
>
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2HasExternalSubset'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2IsStandalone'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2ResolveEntity'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2EndDocument'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2ExternalSubset'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2EntityDecl'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2InternalSubset'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2UnparsedEntityDecl'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2GetEntity'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2StartDocument'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2GetParameterEntity'
> /usr/lib/libraptor.so.1: undefined reference to `xmlSAX2HasInternalSubset'
> collect2: ld returned 1 exit status
> make[3]: *** [ardour] Error 1
> make[3]: Leaving directory `/root/ardour-0.9beta9.1/gtk_ardour'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/ardour-0.9beta9.1/gtk_ardour'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/root/ardour-0.9beta9.1/gtk_ardour'
> make: *** [all-recursive] Error 1
>
>
>
> What can I do to remedy this?

Apologies if i'm wrong, but... do you have libxml2 installed? It seems to
me that it's missing from your setup (or it is not installed in the right
place, despite ./configure may find it and not break). You may be giving a
wrong or missing --prefix option to ./configure as well.

If libxml2 is completely missing, you can get it from http://xmlsoft.org.
It is a good idea to check the BUILD file at the top of the Ardour
source-tree, as it has all dependencies listed.


Tom



More information about the Ardour-Users mailing list