2001-06-17 11:49:47 UTC
Hi,
i couldn't compile cvsauth with ssl option.
This is what i have:
suse 7.1
cvsauth 0.3.6
openssl 0.9.6
This is what i did:
sudo ./configure --prefix=/usr/local --sysconfdir=/etc --enable-ssl --with-extra-includes=/usr/include/openssl --with-extra-libs=/usr/lib
make
I got the following error:
sslServer.cpp: In method `int SSLServer::encryptLoop(int)':
sslServer.cpp:308: `WNOHANG' undeclared (first use this function)
sslServer.cpp:308: (Each undeclared identifier is reported only once
sslServer.cpp:308: for each function it appears in.)
sslServer.cpp:308: `waitpid' undeclared (first use this function)
sslServer.cpp:201: warning: `int aPid' might be used uninitialized in this function
I couldn't find waitpid and WNOHANG in the
openssl and cvsauth source (except at this line).
ciao
Carsten