- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- bind 9.3.1 recompilation: preprocessor sanity chec...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
04-11-2005 08:11 AM
04-11-2005 08:11 AM
bind 9.3.1 recompilation: preprocessor sanity check fails
Any ideas?
Thanks,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 01:15 PM
04-11-2005 01:15 PM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
Compaq C V6.5-011 on Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-003 (sys) cc Driver
In looking at config.log, it seems that include files are not being found. I tried setting
export CPPFLAGS="-I"
and I can see in the config.log it is being used, but it did not help, but by manually copying some of the include files from the lower level directories up to /usr/include, I was able to make some progress in running configure - I copied limits.h, standards.h, and assert.h.
Now it wants sys/select.h and expects it to be in sys, but it won't search in sys. Could it be something about all the links involved? It turns out it is actually in /usr/sys/include/sys. I tried setting that path too with CPPFLAGS, but no help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 05:07 PM
04-11-2005 05:07 PM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 10:18 PM
04-11-2005 10:18 PM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
I think I made a mistake with the angle brackets in CPPFLAGS, but taking them out, or not using the directive at all, does not help.
It seems perhaps an issue is a missing stdio.h, which causes the test to fail and report header files missing:
---------------------------------------
configure:3498: checking for fcntl.h
configure:3518: cc -c -g -I/usr/include/sys -D_POSIX_PII_SOCKET conftest.c >&5
cc: Severe: conftest.c, line 9: Cannot find file
#include
---------------------------------------
I've searched for it like this:
cd /usr/include
find . -name stdio.h -follow -print
and it does not turn up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2005 10:41 PM
04-11-2005 10:41 PM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 08:21 AM
04-12-2005 08:21 AM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
setld -i | grep Software
I had the basic compiler but this was missing:
OSFINCLUDE540 not installed Standard Header Files (Software Development)
I expect things will work much better after I get this on!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 04:09 PM
04-12-2005 04:09 PM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 12:20 AM
04-13-2005 12:20 AM
Re: bind 9.3.1 recompilation: preprocessor sanity check fails
Due to special implementations from HP side within bind it is not recommended to use a opensource version on a cluster installation.