Hi,
I'm Sunil Singhal. I need your help to generate/install POUND, Load Balancer 
through Cygwin on Windows machine.
I'm using cygwin-1.5, installed every package available. I took the latest 
Pound tar package with version Pound-2.4.4.tar.bz2 from www.apsis.com/pound.

Using:
Cygwin-1.5
Pound-2.4.4.tar.bz2

Steps which i followed:
-- I decompressed the Pound package using bzip2 and tar.
-- browsed to the decompressed directory (pound-2.4.4)
-- ran a command "./configure --without-ssl --disable-log --disable-dynscale"
-- ran "make"
but make exited with an error saying that
1)  PF_INET6 and AF_INET6 undeclared  -- resolved by changing the condition 
from 0 to 1 in cygwin\socket.h
2) incomplete type "addr" -- resolved by defining addrinfo structure in netdb.h 
(which has to be there but due to some reason, was not defined there in header 
file)
3) structures in6_addr and address_ipv6 not defined -- resolved by changing the 
"ifdef UseIPv6 to if 1 condition
4) _getaddressinfo(), _freeaddressinfo() ... undefined in svc.c(file in pound 
package)

-- unable to resolve it
Though I believe that above resolutions are just workarounds and need not to be 
done. I think that I'm missing something in the process- any switch which is to 
supplied or something else while "configure"

I even tried --
a) ran ./configure --enable-msdav --with-ssl=ssl_directory but all in vain

I also tried to install openssl with -pthreads switch but exited with an error. 
Both make and make test failed. unable to link libpthread with openssl
(-pthread, -pthreads, -lpthreads ,, all tried)
Can you please help me? Or even if you have a pre compiled version of Pound, 
that will also do.

Looking forward to your reply.

Thanks.
Sunil Singhal
+919999099933


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to