Re: libxslt missing

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: libxslt missing
Date: 2006-06-16 14:08:47
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4013889F9@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Peter Eisentraut
> Sent: 16 June 2006 14:54
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: [pgadmin-hackers] libxslt missing
>
> In current svn, linking pgadmin3 fails with the following
> error message:
>
> frmReport.o: In function
> `frmReport::XslProcessReport(wxString const&,
> wxString const&)':
> frmReport.cpp:(.text+0x85d6): undefined reference to
> `xsltParseStylesheetDoc'
> frmReport.cpp:(.text+0x8630): undefined reference to
> `xsltApplyStylesheet'
> frmReport.cpp:(.text+0x8654): undefined reference to
> `xsltSaveResultToString'
> frmReport.cpp:(.text+0x866c): undefined reference to
> `xsltFreeStylesheet'
> frmReport.cpp:(.text+0x8671): undefined reference to
> `xsltCleanupGlobals'
>
> I had to add -lxslt to the link line to get it to work.

-xslt should be added by the xslt-config script. Unless there's a subtle
error in acinclude.m4, failure to find the script should be reported.

I imagine this could also be caused by a need to rerun bootstrap.sh...

Regards, Dave.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-06-16 14:18:38 Re: libxslt missing
Previous Message Dave Page 2006-06-16 14:06:50 Re: Automake error