- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- STUNNEL RFC931_TIMEOUT
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-30-2017 02:21 PM
11-30-2017 02:21 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-30-2017 02:58 PM
11-30-2017 02:58 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-21-2018 02:56 PM
03-21-2018 02:56 PM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-21-2018 03:17 PM - edited 03-21-2018 03:33 PM
03-21-2018 03:17 PM - edited 03-21-2018 03:33 PM
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
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP