- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fail to compile getaddrinfo().
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
11-03-2005 07:21 AM
11-03-2005 07:21 AM
fail to compile getaddrinfo().
Error 628: .. addrinfo Hints can't be defined to have an incomplete type.
struct addrinfo Hints;
^^^^^
As the man page suggested,
Use uname -a, the OS version is: HP-UX B.11.11 U 9000/785. Also, TOUR A.02.05 is installed.
addrinfo struct is not defined in netdb.h file. My question is that:
Is there any OS upgrade to compile IPv6 codes? or anything that I have to do to configure the system properly?
Thank you for helps.
York
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 07:31 AM
11-03-2005 07:31 AM
Re: fail to compile getaddrinfo().
hope it helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 07:47 AM
11-03-2005 07:47 AM
Re: fail to compile getaddrinfo().
Thank you very much for quick reply.
Did you install any additional sw packages in the IPv6 area that may change the /usr/include/netdb.h file? I looked at mine again, it didn't define the getaddrinfo(), getnameinfo() functions neither.
York
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 08:12 AM
11-03-2005 08:12 AM
Re: fail to compile getaddrinfo().
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 08:24 AM
11-03-2005 08:24 AM
Re: fail to compile getaddrinfo().
Thank you again.
I did "swlist | grep -i bind" and got nothing. There is no BIND install on the box. BTW, do you know what lib that may contains the getaddrinfo()?
I am going to install the BIND9.2 now.
York
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 09:22 AM
11-03-2005 09:22 AM
Re: fail to compile getaddrinfo().
I just realized that the TOUR wasn't installed properly. Will try to install again. Hope it is the only reason.
York
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 10:02 AM
11-03-2005 10:02 AM
Re: fail to compile getaddrinfo().
You could always get a copy of