Hopefully this is a really easy question, but I am having trouble working it out - I am installing a program which requires netcdf version 4 or later with DAP enabled. I already have libnetcdf-dev installed via apt-get. How can I check whether DAP is enabled, and if it isn't then enable it? The literature I can find seems to suggest using a simple --enable-dap flag during ./config if installing longhand, but how do you do this if you have installed via apt-get?
(I have ubuntu amd64)
Many thanks for your help! Bex