Has anyone yet installed NCL w/ DAP on Ubuntu?<br><div></div><div>When I try to build libdap and libnc the configuration fails to find curl libraries even though they are on my system. I finally got past this hurdle, but ultimately the libdap build failed with this error:<br>
</div>make[2]: Entering directory `/xnilu_wrk//SOFTWARE/libnc-dap-3.7.3&#39;<br>/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./fortran -Df2cFortran -DLOCAL -I./lnetcdf -I/flex_wrk/lib64/include/libdap -I./fortran -g -O2 -MT NCGrid.lo -MD -MP -MF .deps/NCGrid.Tpo -c -o NCGrid.lo NCGrid.cc<br>
 g++ -DHAVE_CONFIG_H -I. -I./fortran -Df2cFortran -DLOCAL -I./lnetcdf -I/flex_wrk/lib64/include/libdap -I./fortran -g -O2 -MT NCGrid.lo -MD -MP -MF .deps/NCGrid.Tpo -c NCGrid.cc -fPIC -DPIC -o .libs/NCGrid.o<br>NCGrid.cc: In member function &#39;virtual bool NCGrid::read(const std::string&amp;)&#39;:<br>
NCGrid.cc:111: error: no matching function for call to &#39;libdap::BaseType::read(const std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;&amp;)&#39;<br>/flex_wrk/lib64/include/libdap/BaseType.h:307: note: candidates are: virtual bool libdap::BaseType::read()<br>
NCGrid.cc:116: error: no matching function for call to &#39;libdap::BaseType::read(const std::basic_string&lt;char, std::char_traits&lt;char&gt;, std::allocator&lt;char&gt; &gt;&amp;)&#39;<br>/flex_wrk/lib64/include/libdap/BaseType.h:307: note: candidates are: virtual bool libdap::BaseType::read()<br>
make[2]: *** [NCGrid.lo] Error 1<br>make[2]: Leaving directory `/xnilu_wrk/flex_wrk/SOFTWARE/libnc-dap-3.7.3&#39;<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/xnilu_wrk/flex_wrk/SOFTWARE/libnc-dap-3.7.3&#39;<br>
make: *** [all] Error 2<br><div></div><div></div><div>I tried using alien to convert the libdap / libnc packages from rpm to deb. I was able to get NCL running, but get the following error:<br></div>Running NCL...<br>ncl: symbol lookup error: /usr/lib/libnc-dap.so.3: undefined symbol: _ZN6libdap8BaseType3opsEPS0_iRKSs<br>
<br>Somehow they seem slightly similar (problem with BaseType???)<br><div>Aiuto!</div><div></div><div></div><div></div><div>-- <br></div>Configuration<br>``````````````````````````<br>Ubuntu 9.04 64bit<br>NCL 5.1.1<br>Python 2.6<br>
Matplotlib 0.98.5<br>Basemap<br>Plone 2.5.3-final,<br>CMF-1.6.4,<br>Zope (Zope 2.9.7-final, python 2.4.4, linux2),<br>Five 1.4.1,<br>PIL 1.1.6<br>Mailman 2.1.9<br>Postfix 2.4.5<br>Procmail v3.22 2001/09/10<br><br>