1748010 Members
4730 Online
108757 Solutions
New Discussion юеВ

STUNNEL RFC931_TIMEOUT

 
Vivek8
New Member

STUNNEL RFC931_TIMEOUT

i'm tring to compile Stunnel V5.43 in HPUX box.

I'm getting

/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/libwrap.so'.

Can some help me to fix this issue?

Thanks

Vivek

3 REPLIES 3
Dave Olker
HPE Pro

Re: STUNNEL RFC931_TIMEOUT

Hi Vivek,

Is there a specific feature in stunnel version 5.4.3 that you need or can you use the pre-compiled binary HPE delivers as part of the Internet Express package?

https://h20392.www2.hpe.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131

It looks like the version provided there is v4.54.  Much easier to swinstall the pre-built binary if it offers the features and functionality you require.

Dave

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
uxbeginner22
Trusted Contributor

Re: STUNNEL RFC931_TIMEOUT

I have the same problem.

The old stunnel of hp depot dont' support the secure TLS 1.2 protocol,trying to compile the latest 5.45 give those

errors

d: Unsatisfied symbol "SSL_CONF_CTX_new" in file stunnel-ctx.o
ld: Unsatisfied symbol "SSL_CONF_CTX_finish" in file stunnel-ctx.o
ld: Unsatisfied symbol "X509_check_host" in file stunnel-verify.o
ld: Unsatisfied symbol "X509_check_email" in file stunnel-verify.o
ld: Unsatisfied symbol "SSL_CONF_cmd" in file stunnel-ctx.o
ld: Unsatisfied symbol "SSL_CONF_CTX_set_flags" in file stunnel-ctx.o
ld: Unsatisfied symbol "X509_check_ip_asc" in file stunnel-verify.o
ld: Unsatisfied symbol "SSL_CONF_CTX_set_ssl_ctx" in file stunnel-ctx.o
ld: Unsatisfied symbol "SSL_CONF_CTX_free" in file stunnel-ctx.o
ld: (Warning) Unsatisfied symbol "rfc931_timeout" in file /usr/lib/hpux32/libwrap.so
1 warning.
9 errors.
gmake[2]: *** [Makefile:538: stunnel] Error 1
gmake[1]: *** [Makefile:400: all] Error 2
gmake: *** [Makefile:451: all-recursive] Error 1

 

uxbeginner22
Trusted Contributor

Re: STUNNEL RFC931_TIMEOUT

Solution found For TLS problem.

I use gcc(possible to find here )

I use gmake(possible to find here )

I use SSL standard of Hp-ux

Then I compile with those lines

export CC=/usr/local/bin/cc

 ./configure --prefix=/opt/stunnel --disable-libwrap --with-ssl=/opt/openssl/1.0

 

Then use gmake,and works fine,tested.

Only one problem: no tcpwrappers,but at least the latest stunnel working with secure TLS