ID:               49224
 User updated by:  alahaye at fm2i dot com
 Reported By:      alahaye at fm2i dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Apache2 related
 Operating System: HPUX 11.31
 PHP Version:      5.3.0
 New Comment:

Hi, did you receive my files ?


Previous Comments:
------------------------------------------------------------------------

[2009-08-12 10:36:34] scott...@php.net

Can you mail me your config.log and your resolv.h file.



------------------------------------------------------------------------

[2009-08-12 09:37:01] alahaye at fm2i dot com

Bind version is 9.3.2. For me it's very strange because last
compilation about PHP 5.3.0 stable was successfull and not with the
snap.

------------------------------------------------------------------------

[2009-08-12 09:24:47] alahaye at fm2i dot com

unfortunatly no... it's on a local network, no VPN or DMZ access.

------------------------------------------------------------------------

[2009-08-12 09:12:21] scott...@php.net

Is there any chance to get an account on this box to do some testing?

I can provide an SSH key.

------------------------------------------------------------------------

[2009-08-12 08:42:00] alahaye at fm2i dot com

Hi, here the structure in /usr/lib/resolv.h

Version of file is 

 *      @(#)B.11.31_LRresolv.h  8.1 (Berkeley) 6/2/93
 *      $Id: resolv.h,v 8.10 1996/11/18 09:08:49 vixie Exp $

No field "res_h_errno"

struct __res_state {
        int     retrans;                /* retransmition time interval */
        int     retry;                  /* number of times to retransmit */
        unsigned int options;           /* option flags - see below.
*/
        int     nscount;                /* number of name servers */
#ifdef IPV6
        union {
           struct sockaddr_in6
                   *nsaddr_list6;
           struct sockaddr_in
                nsaddr_list[MAXNS];     /* address of name server */
        } nsaddr_list;
#define nsaddr  nsaddr_list.nsaddr_list[0]    /* for backward
compatibility */
#else
        struct sockaddr_in
                nsaddr_list[MAXNS];     /* address of name server */
#define nsaddr  nsaddr_list[0]
#endif
        u_short id;                     /* current message id */
        char    defdname[256];          /* default domain (deprecated) */
        char    *dnsrch[MAXDNSRCH+1];   /* components of domain to search */
        unsigned int pfcode;            /* RES_PRF_ flags - see below. */
        u_char ndots:4;                 /* threshold for initial abs. query */
        u_char nsort:4;                 /* number of elements in sort_list[] */
        char    unused[3];
#ifdef IPV6
        union {
              struct in6_addr 
                *sort_list6;
              struct {
                struct in_addr  addr;
                uint32_t        mask;
              } sort_list[MAXRESOLVSORT];
          } sort_list;
#else
        struct {
              struct in_addr  addr;
              uint32_t        mask;
            } sort_list[MAXRESOLVSORT];
#endif

} ;

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/49224

-- 
Edit this bug report at http://bugs.php.net/?id=49224&edit=1

Reply via email to