Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group