This is a discussion on libxslt missing within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> In current svn, linking pgadmin3 fails with the following error message: frmReport.o: In function `frmReport::XslProcessReport(wxString const&, wxString const&)': frmReport.cpp ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In current svn, linking pgadmin3 fails with the following error message: frmReport.o: In function `frmReport::XslProcessReport(wxString const&, wxString const&)': frmReport.cpp frmReport.cpp frmReport.cpp frmReport.cpp frmReport.cpp I had to add -lxslt to the link line to get it to work. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| |||
| > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto > Peter Eisentraut > Sent: 16 June 2006 14:54 > To: pgadmin-hackers@postgresql.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 > `xsltParseStylesheetDoc' > frmReport.cpp > `xsltApplyStylesheet' > frmReport.cpp > `xsltSaveResultToString' > frmReport.cpp > `xsltFreeStylesheet' > frmReport.cpp > `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 |
| ||||
| Am Freitag, 16. Juni 2006 16:08 schrieb Dave Page: > I imagine this could also be caused by a need to rerun bootstrap.sh... Yes, I didn't realize there was another level of indirection. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |