DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5854>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5854 Patches and .spec file for rpm creation of 2.2.0 ------- Additional Comments From [EMAIL PROTECTED] 2002-12-18 07:55 ------- I've noticed some issues with my spec file: - the specfile should add a symlink from libxerces-c.so to libxerces-c.so.21 in the %install section: ln -sf %{prefix}/lib/libxerces-c.so.21 $RPM_BUILD_ROOT%{prefix}/lib/libxerces-c.so The wildcard in %files should install this symlink without problems. - the samples don't build, because their Makefiles reference ../../version.incl. I'm not sure how to resolve this. - You have to set XERCESCROOT before building. Failing to do this causes the Makefile to create /bin/obj directory -- not pretty. Building should probably fail if XERCESCROOT is not set. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
