HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail error ... groff ???
Operating System - HP-UX
1833786
Members
2541
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 01:51 PM
01-11-2001 01:51 PM
I am trying to run the ./makesendmail command in the src dir (as instructed in Oreilly sendmail 2nd Edition. And i get this error.
what is groff ??
------------
# ./makesendmail
Configuration: os=HP-UX, rel=11.00, rbase=11, rroot=11.00, arch=8xx, sfx=
Making in obj.HP-UX.11.00.8xx
groff -Tascii -mandoc sendmail.8 > sendmail.0
sh: groff: not found.
*** Error exit code 127
what is groff ??
------------
# ./makesendmail
Configuration: os=HP-UX, rel=11.00, rbase=11, rroot=11.00, arch=8xx, sfx=
Making in obj.HP-UX.11.00.8xx
groff -Tascii -mandoc sendmail.8 > sendmail.0
sh: groff: not found.
*** Error exit code 127
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 02:19 PM
01-11-2001 02:19 PM
Solution
Try this link:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e297e42a15277d58a5/screen=ckiDisplayDocument?docId=400000000202109
It lists a bunch of packages that are not standard HP stuff which includes groff. It also lists a bunch of sources to download it.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=e297e42a15277d58a5/screen=ckiDisplayDocument?docId=400000000202109
It lists a bunch of packages that are not standard HP stuff which includes groff. It also lists a bunch of sources to download it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 07:50 AM
02-02-2001 07:50 AM
Re: Sendmail error ... groff ???
groff is a text formatter of the same lineage as nroff and troff. In particular, the command that failed was trying to create an ASCII version of the sendmail(8) man page.
Please note that some software, such as sendmail and BIND (the DNS name server) are using the "mandoc" macro package for their man pages. This means that the HP-UX man utility will fail to properly format these man pages.
To get around this problem, you may want to also install a different "man" command, along with a text formatter (such as "groff") both of which would be needed to deal with "mandoc" formatted man pages.
Then again, you have the Sendmail book, so you shouldn't need the man pages for the new version of sendmail. So you could either: ignore this error by using another "make" target which doesn't try and format the man pages, or modify the "Makefile" to skip making the man pages.
Now, I haven't worked with sendmail for a while, but I just brought down the most recent version of sendmail. I think that you are trying to build a non-current version of sendmail. Take a look at http://www.sendmail.org and get the newest one. As long as you have an ANSI-C compiler (either HP's or gcc) you should be able to build this package with little problem.
Please note that some software, such as sendmail and BIND (the DNS name server) are using the "mandoc" macro package for their man pages. This means that the HP-UX man utility will fail to properly format these man pages.
To get around this problem, you may want to also install a different "man" command, along with a text formatter (such as "groff") both of which would be needed to deal with "mandoc" formatted man pages.
Then again, you have the Sendmail book, so you shouldn't need the man pages for the new version of sendmail. So you could either: ignore this error by using another "make" target which doesn't try and format the man pages, or modify the "Makefile" to skip making the man pages.
Now, I haven't worked with sendmail for a while, but I just brought down the most recent version of sendmail. I think that you are trying to build a non-current version of sendmail. Take a look at http://www.sendmail.org and get the newest one. As long as you have an ANSI-C compiler (either HP's or gcc) you should be able to build this package with little problem.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP