> I have also found that the size of the shared library for 1.3.1. and 1.4.0 > is ~9.38MB compared to the 1.41MB for 1.3.0.
$ ls -al /usr/lib/libxml-security-c.so.14.0.0 -rwxr-xr-x 1 root root 1023644 Oct 31 16:22 /usr/lib/libxml-security-c.so.14.0.0 > Is this expected? Is there anything I can do to reduce the size to be > comparable 1.3.0. Figure out what settings you're using, probably it's building with debug symbols. -- Scott