Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
nmh-1.5 RC2 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jerry Heyman  
View profile  
 More options May 6 2012, 2:57 pm
Newsgroups: comp.mail.mh
Followup-To: comp.mail.mh
From: Jerry Heyman <heym...@acm.org>
Date: Sun, 06 May 2012 14:57:11 -0400
Local: Sun, May 6 2012 2:57 pm
Subject: nmh-1.5 RC2 released
Greetings all,

I am pleased to announce to second release candidate (RC2) of nmh 1.5 is
now available.  You can find it for download here:

    http://download.savannah.gnu.org/releases/nmh/nmh-1.5-RC2.tar.gz

Changes from RC1 include portability fixes for OpenBSD and Solaris and
a number of minor documentation updates.

As always, please send feedback to nmh-work...@nongnu.org.

Ken Hornstein
on behalf of the nmh development team

--
      // Jerry Heyman                | "Three types of people spend other
     //  Amigan Forever :-)          |  peoples money: Children, criminals,
 \\ //   heymanj at acm dot org      |  and politicians. And they all
require
  \X/    http://www.hobbeshollow.com |  adult supervision" - Dick Armey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AMX  
View profile  
 More options May 17 2012, 5:25 pm
Newsgroups: comp.mail.mh
From: AMX <r-...@b2.cy>
Date: Thu, 17 May 2012 21:25:42 +0000 (UTC)
Local: Thurs, May 17 2012 5:25 pm
Subject: Re: nmh-1.5 RC2 released

On Sun, 06 May 2012 14:57:11 -0400, Jerry Heyman <heym...@acm.org> wrote:
> Greetings all,

> I am pleased to announce to second release candidate (RC2) of nmh 1.5 is
> now available.  You can find it for download here:

>     http://download.savannah.gnu.org/releases/nmh/nmh-1.5-RC2.tar.gz

> Changes from RC1 include portability fixes for OpenBSD and Solaris and
> a number of minor documentation updates.

> As always, please send feedback to nmh-work...@nongnu.org.

uname -a
Linux xyz 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012
x86_64 GNU/Linux

cat /etc/debian_version
6.0.5

checking for dbm in ndbm.h... no
checking for dbm in db.h and db... no
checking for dbm in ndbm.h and db... no
checking for dbm in ndbm.h and db1... no
checking for dbm in ndbm.h and ndbm... no
checking for dbm in db1/ndbm.h and db1... no
checking for dbm in gdbm/ndbm.h and gdbm... no
checking for dbm in gdbm/ndbm.h and gdbm_compat -lgdbm... no
checking for dbm in ndbm.h and gdbm... no
checking for dbm in ndbm.h and gdbm_compat -lgdbm... no
configure: error: could not find a working ndbm library/header
combination

ls /usr/include/gdbm*
/usr/include/gdbm.h  /usr/include/gdbm-ndbm.h

--
adres w rot13
Nyrxfnaqre Znghfmnx r-...@b2.cy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jerry Heyman  
View profile  
 More options May 20 2012, 2:39 pm
Newsgroups: comp.mail.mh
Followup-To: nmh-workers@nongnu.org
From: Jerry Heyman <heym...@acm.org>
Date: Sun, 20 May 2012 14:39:11 -0400
Local: Sun, May 20 2012 2:39 pm
Subject: Re: nmh-1.5 RC2 released

Please take this up on the mailing list as was mentioned
in the announcement (nmh-work...@nongnu.org).  The prime
developers don't have access to Debian per:'

"I don't have access to any Debian systems ... and I don't know why
getting a valid dbm library is so hard under Linux.  Maybe there's another
dbm package that would work?  We don't actually check for gdbm.h, but
instead we check for gdbm/gdbm.h."

My Mageia 1 Linux distro has /usr/include/gdbm.h as a symlink to
/usr/include/gdbm/gdbm.h

[jerry@unix Download]$ ls -l /usr/include/gdbm.h
lrwxrwxrwx 1 root root 11 Nov 23 09:33 /usr/include/gdbm.h -> gdbm/gdbm.h
[jerry@unix Download]$ uname -a
Linux pdq 2.6.38.8-desktop-10.mga #1 SMP Wed Jan 25 10:17:18 UTC 2012 x86_64
x86_64 x86_64 GNU/Linux

And it compiles just fine.

jerry
--
      // Jerry Heyman                | "Three types of people spend other
     //  Amigan Forever :-)          | peoples money: Children, criminals,
 \\ //   heymanj at acm dot org      | and politicians. And they all require
  \X/    http://www.hobbeshollow.com | adult supervision" - Dick Armey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jerry Heyman  
View profile  
 More options May 21 2012, 8:30 am
Newsgroups: comp.mail.mh
Followup-To: comp.mail.mh
From: Jerry Heyman <heym...@acm.org>
Date: Mon, 21 May 2012 08:30:52 -0400
Local: Mon, May 21 2012 8:30 am
Subject: Re: nmh-1.5 RC2 released

A Debian user has presented with the solution:

"it's not. the official (outdated) nmh package, for example,
 properly specifies that it build-depends on libdb-dev.

 apt-get install libdb-dev and things work."

jerry
--
      // Jerry Heyman                | "Three types of people spend other
     //  Amigan Forever :-)          | peoples money: Children, criminals,
 \\ //   heymanj at acm dot org      | and politicians. And they all require
  \X/    http://www.hobbeshollow.com | adult supervision" - Dick Armey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AMX  
View profile  
 More options May 21 2012, 5:24 pm
Newsgroups: comp.mail.mh
From: AMX <r-...@b2.cy>
Date: Mon, 21 May 2012 21:24:13 +0000 (UTC)
Local: Mon, May 21 2012 5:24 pm
Subject: Re: nmh-1.5 RC2 released

On Mon, 21 May 2012 08:30:52 -0400, Jerry Heyman <heym...@acm.org> wrote:
>>>     http://download.savannah.gnu.org/releases/nmh/nmh-1.5-RC2.tar.gz

>> configure: error: could not find a working ndbm library/header
>> combination

> apt-get install libdb-dev
> and things work."

They do. Thanks.

   AMX

=:-)

--
adres w rot13
Nyrxfnaqre Znghfmnx r-...@b2.cy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »