nmh-workers
[Top] [All Lists]

Re: Help! Trying to install nmh on ubuntu

2019-11-13 16:03:46
norm@dad.org wrote:

Here is the result of sb_release -a:

 Distributor ID:      Ubuntu
 Description: Ubuntu 18.04.3 LTS
 Release:     18.04
 Codename:    bionic
 No LSB modules are available.

        There is an NMH package available in the standard Ubuntu
repositories, "sudo apt install nmh" should install it.  I've used it
for years without issue.

I have given up trying to install nmh from a package, deciding instead
to install from the sources. But

 ./configure  --prefix=/usr/local/nmh-1.7.1ubuntu/

fails.

I will attach config.log.

        Looking at the config.log, it appears that <curses.h> is
missing, that comes from the libncurses5-dev package (so, "sudo apt
install libncurses5-dev").  You could also try installing the build
dependencies for nmh, something like "sudo apt-get build-dep nmh".

        Building nmh from source might also need to run ./autogen.sh
before ./configure, as well.  I just tried this against the current git
repository on Ubuntu 18.04 and it worked fine for me.

        -J

---
        -Jay Vosburgh, jay.vosburgh@canonical.com

<Prev in Thread] Current Thread [Next in Thread>