HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail installation error: db-4.1.25
Operating System - HP-UX
1835091
Members
2178
Online
110073
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
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
07-13-2004 02:22 AM
07-13-2004 02:22 AM
Sendmail installation error: db-4.1.25
Hello,
I am trying to install the Berkeley DB 4.1.25 for Sendmail hash database support with makemap. Once I execute make, I recieve the error:
cc -c -I. -I../dist/.. -I../dist/../dbinc -D_REENTRANT -O ../dist/../crypto/rijndael/rijndael-alg-fst.c +Z -DPIC
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
.
.
.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 50: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: Panic 2161: Maximum allowed number of errors exceeded.
*** Error exit code 1
Stop.
Why am I getting this error? How do I fix it?
Thank you. Your advice is greatly appreciated.
-Amado
I am trying to install the Berkeley DB 4.1.25 for Sendmail hash database support with makemap. Once I execute make, I recieve the error:
cc -c -I. -I../dist/.. -I../dist/../dbinc -D_REENTRANT -O ../dist/../crypto/rijndael/rijndael-alg-fst.c +Z -DPIC
(Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 48: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
.
.
.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 49: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: "../dist/../crypto/rijndael/rijndael-alg-fst.c", line 50: error 1701: Unsigned suffix is an ANSI feature.
(Bundled) cc: Panic 2161: Maximum allowed number of errors exceeded.
*** Error exit code 1
Stop.
Why am I getting this error? How do I fix it?
Thank you. Your advice is greatly appreciated.
-Amado
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2004 02:47 AM
07-13-2004 02:47 AM
Re: Sendmail installation error: db-4.1.25
Hi,
Error 1701
Unsigned suffix is an ANSI feature.
You have attempted to use the U suffix on an integer literal in Compatibility mode.
Either take out the unsigned suffix U or compile with the -Aa option.
good luck,
Thierry.
Error 1701
Unsigned suffix is an ANSI feature.
You have attempted to use the U suffix on an integer literal in Compatibility mode.
Either take out the unsigned suffix U or compile with the -Aa option.
good luck,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
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