Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Bunting
Hi Peter, I think the problem is that you did not compile the HDF5 library with C++ support. There is an additional switch when compiling the HDF5 library for this, also make sure you have included support for the zlib library in your HDF5 build. Best wishes, Pete On 13 Apr 2013, at 16:30

Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Wolynec
Hi Pete, Thank you for your email. Just confirming - $ pwd /opt/xerces311/local/lib $ ll total 91964 -rwxr-xr-x. 1 e58839 isunix 22188470 Apr 10 13:19 libxerces-c-3.1.so -rw-r--r--. 1 e58839 isunix 71970260 Apr 10 13:19 libxerces-c.a -rwxr-xr-x. 1 e58839 isunix 1019 Apr 10 13:19 libxerces-c.

Re: [spdlib-develop] issue with building spdlib

2013-04-12 Thread Peter Bunting
Hi Peter, Can you confirm the contents of the /opt/xerces311/local/lib directory? Run, ls -l /opt/xerces311/local/lib The error you are getting is stating that it can't find the binary interfaces to the functions used within the code, i.e., it can't find the library file. You should have a fi

Re: [spdlib-develop] issue with building spdlib

2013-04-10 Thread Peter Wolynec
Hi Pete, Thank you for your reply. And apologies for the length of my emails. I deleted our copy of spdlib and downloaded again. I noticed that you declare GDAL - so I have declared that too in today's run. I have included below in Appendix A my instructions, and, in Appendix B, the last portio

Re: [spdlib-develop] issue with building spdlib

2013-04-10 Thread Peter Bunting
Hi Peter, Thanks for your email. First of all, at the end of last week I moved the spdlib repository to bitbucket and haven't had chance to update the website yet. The new URL is, there have already been a couple of commits so would recommend you download from there: hg clone https://bitbuc

[spdlib-develop] issue with building spdlib

2013-04-09 Thread Peter Wolynec
Hi spdlib-develops, We are trying to install spdlib on a VM running Red Hat Enterprise Linux Server release 6.3. We have the following two packages installed - xerces-c-devel-3.0.1-0.20.1.el6.x86_64 xerces-c-3.0.1-0.20.1.el6.x86_64 but have installed, from source, xerces-c-3.1.1 elsewhere on th