> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Peter Eisentraut
> Sent: 16 June 2006 14:54
> To: [email protected]
> 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.

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to