Hi, David wrote: > I get the following error: > Checking DLL ../unxlngi4.pro/lib/check_libxsec_xmlsec.so ...: ERROR: > .../src_m71/solver/680/unxlngi4.pro/lib/libxmlsec.so: undefined symbol: > xmlXPathErr > dmake: Error code 1, while making '../unxlngi4.pro/lib/libxsec_xmlsec.so' > > I've invoked the build with the following switches: > --with-system-curl (breaks in curl if I don't) > --disable-mozilla (breaks in libmozab2 if I enable mozilla)
you can't disable mozilla anymore (even if it is mentioned in the condigure help). xmlsecurity needs nss which is part of mozilla. You can get past that libmozabdrv2 error by justinstalling libstdc++.so.6. Makes the check pass.. Sun unfortunately uses gcc 3.4.x for their builds which changed binary compatibility wrt C++.... > From what I've read it seems to me that this problem is associated with > mozilla. If I try to build with mozilla enabled it break building > libmozab2 - this seems to be because of issues between gcc 3.4 and 3.3 > and the mozilla prebuilt libraries. I've also tried Right. > --with-system-mozilla but I can't seem to get that to work. Where? In plain m71? Won't work either. You want to use cws systemmozilla for this. If this doesn't work for you, please tell me so I can fix it (note: it needs mozilla >= 1.7.5 or s mozilla containing nss >= 3.9.3) > Is there a work around for the libxmlsec problem above? Either you install libstdc++.so.6 (then you can install the zips) OR you use system mozilla (cws systemmozilla) OR you build mozilla from scratch during OOo build (cws mozooo, Volker posted a infomail to dev@ yesterday or two days ago...) See the corresponding issues: http://qa.openoffice.org/issues/show_bug.cgi?id=38418 http://qa.openoffice.org/issues/show_bug.cgi?id=11424 and http://qa.openoffice.org/issues/show_bug.cgi?id=17187 (use the systemmozilla version, not this patch, it's got more improvements than it; or you take http://people.debian.org/~rene/openoffice.org/cws_src680_systemmozilla.diff which is the current state..) Gr��e/Regards, Ren� -- Ren� Engelhard -- Debian GNU/Linux Developer -- Debian OOo Maintainer-Team http://www.debian.org | http://people.debian.org/~rene/ | [EMAIL PROTECTED] http://openoffice.debian.net | [email protected] GPG: 248AEB73 | Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73
signature.asc
Description: Digital signature
