To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=61260
------- Additional comments from [EMAIL PROTECTED] Mon Jan 30 01:29:04 -0800 2006 ------- After the first 'make' in which the compilation crashed I manually edited file .../ooo-build/build/src680-m151/libxmlsec/unxlngx6.pro/misc/build/xmlsec1-1.2.6/src/nss/Makefile and replaced the line in the Makefile NSS_LIBS = -L/usr/lib -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 with NSS_LIBS = -L/usr/lib64 -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lplds4 -lplc4 -lnspr4 Note: This is now referencing /usr/lib64 for the 64 libraries. Result: This worked to a point, I re-ran the 'make' and the compilation continued on from where it left off. What needs fixing is the -L/usr/lib64 needs to be put in the makefile in the first place when you specify a 64 bit distribution via a switch (eg --with-distro=NLD64) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
