On Mon, Jun 28, 2010 at 05:54:29PM -0000, Eric Patton wrote:
> If I recall correctly, my netcdf was not installed via Synaptic - it was
> fetched and installed via wget by a script that was installing GMT
> (Generic Mapping Tools); netcdf was a required dependency and the GMT
> website offers to fetch and install the latest netCDF as a convenience
> during the GMT install.

This is almost certainly your problem.  Ubuntu Lucid shipped with netcdf 3.6,
which is not binary-compatible with the newest netcdf 4.1 release -- and
removal of ncopts was one of the key changes between 3.x and 4.x.  If you
install a local version of a library that overrides the package manager's
version, you must also locally recompile all software that depends on it.

Alternatively, you can try installing the libnetcdf6 and grace packages from
Debian (testing or unstable, both are for netcdf 4.1.1) and removing your local
netcdf installation.  However, this could become thorny if you have other
applications depending on the older netcdf package as well.

-- 
grace fails to launch: "grace: symbol lookup error: grace: undefined symbol: 
ncopts"
https://bugs.launchpad.net/bugs/599344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to