Displaying 10 results from an estimated 10 matches for "freehostent".
2004 Aug 06
3
src/net/resolver.c patches for better IPv6 resolution
...;addr_u.v6addr,
+ sizeof(struct in6_addr), AF_INET6, &err);
+ _unlock_resolver();
+ }
+ if (host == NULL) {
+ buff = NULL;
+ } else {
strncpy(buff, host->h_name, len);
- else
- inet_ntop(host->h_addrtype, host->h_addr_list[0], buff, len);
-
- freehostent(host);
- } else
- buff = NULL;
-#else
+ freehostent(host);
+ }
+ } else {
+ /* According to FreeBSD's man page, getipnodebyname and such
+ * aren't threadsafe either */
+ _lock_resolver();
+ /* Try IPv6 if available and configured; else try IPv4 */
+ host = getipnodebyname(what, A...
2002 Oct 08
1
openssh-3.4p1 install problems on Solaris 6 with openssl-0.9.6g
...first referenced
symbol in file
method_kbdint auth2.o
getipnodebyname ./libwrap.a(misc.o)
inet_pton ./libwrap.a(hosts_access.o)
inet_ntop ./libwrap.a(socket.o)
freehostent ./libwrap.a(misc.o)
ld: fatal: Symbol referencing errors. No output written to sshd
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sshd'
I am attempting to get the installation working on a Solaris 6 box.
(Ultra 10)...
2008 Dec 26
3
photoshop cs2 install
My system:
ubuntu 8.04
wine 1.1.10
The installshield assistant starts up but seconds later a error message appears and says, that the insall process can't finish without a reason....
The Terminal log: http://abi09.freehoster.ch/fehler.txt
The necessary fonts were installed.
I can install photoshop cs3 without problems but it works not good at all.
2004 Jan 19
0
rsync 2.6.0 and Solaris 8
...resolution */
-/* valid flags for addrinfo */
-#define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
#define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
#define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */
@@ -105,6 +105,10 @@
extern void freehostent(struct hostent *);
extern char *gai_strerror(int);
#endif /* AI_PASSIVE */
+#ifndef AI_MASK
+/* valid flags for addrinfo */
+#define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
+#endif /* ndef AI_MASK */
#endif /* HAVE_GETADDRINFO */
2002 Mar 28
1
rsync-2.5.5rc1: two problems on Apple Darwin (== MacOS X)
...arwin
(== MacOS X) [
uname -a
Darwin darwin.math.utah.edu 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35 PST 2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc
] the config.h file gets the line
#define INET6 1
The link then fails with
/usr/bin/ld: Undefined symbols:
_freehostent
_getipnodebyaddr
Removing the definition of INET6 from config.h and rebuilding resolved
the problem.
[A search of the rsync.mbox archives shows this reported in mail
from Derek Sivers <cdbaby@mac.com> of Wed, 27 Feb 2002 13:20:02 -0600
and followups, with the suggestion to use --disable-ip...
2009 Jun 18
3
ldap , quotes, upgrade from dovecot-1.0.14 (q2.0)
hello list
help me please - i am trying to fix quotas about 2 days :(
i was using 1.0.14+ldap as userdb/passwd+lda+exim, and after upgrading to
last release my quotas goes away
so
> pkg_info | grep dove
dovecot-1.1.16 Secure and compact IMAP and POP3 servers
dovecot-sieve-1.1.6 A Sieve plugin for the Dovecot 'deliver' LDA
dovecot.conf
...
protocol imap {
listen = *:143
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok
Checking for endhostent : ok
Checking for getipnodebyaddr : not found
Checking for macro getipnodebyaddr : not found
Checking for freehostent : not found
Checking for macro freehostent : not found
Checking for gethostbyname_r : ok
Checking for gethostbyaddr...
2010 Nov 01
1
Samba 4 on osx
...t : ok
Checking for endhostent : ok
Checking for getipnodebyaddr : ok
Checking for freehostent : ok
Checking for gethostbyname_r : not found
Checking for gethostbyaddr : ok
Checking...
2010 Oct 07
1
OSX and samba4 git
...t : ok
Checking for endhostent : ok
Checking for getipnodebyaddr : ok
Checking for freehostent : ok
Checking for gethostbyname_r : not found
Checking for gethostbyaddr : ok
Checking...
2010 May 02
2
samba4 make error - drsblobs.so
...ng for unsetenv... (cached) yes
checking for closefrom... no
checking for hstrerror... yes
checking for err... yes
checking for warn... yes
checking for errx... yes
checking for warnx... yes
checking for flock... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for freehostent... no
checking for writev... yes
checking for bswap16... no
checking for bswap32... no
checking for struct winsize... yes
checking return type of signal handlers... void
checking for h_errno... yes
checking whether h_errno is declared... yes
checking pty.h usability... yes
checking pty.h presence.....