- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing openssl library?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 06:58 AM
11-17-2003 06:58 AM
I figured maybe the depot file for openssl didn't include the libraries and that I needed to compile the source code. However, I have not been able to compile the source code either because I get:
/usr/include/sys/socket.h:484: error: parse error before "sendfile"
/usr/include/sys/socket.h:485: error: parse error before "bsize_t"
/usr/include/sys/socket.h:486: error: parse error before "sendpath"
/usr/include/sys/socket.h:487: error: parse error before "bsize_t"
I'm using gcc with gmake. I've tried to install binutils because I though that was related to the error messages above but I can't compile that either. Any ideas why the depot file doesn't seem to include the libraries or why I can't complile the source?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 07:38 AM
11-17-2003 07:38 AM
Re: Missing openssl library?
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.??/3.x/include/sys/types.h
Comment definition struct label_t and
write
typedef long sbsize_t;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 07:42 AM
11-17-2003 07:42 AM
Re: Missing openssl library?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:54 AM
11-17-2003 09:54 AM
Re: Missing openssl library?
Which version of openssl have you downloaded?
Don't forget that version of apache with php support that you have downloaded was linked to old version of openssl not the new one!!
Mehdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 09:20 PM
11-17-2003 09:20 PM
SolutionGet a build for 11.11 and your problems might be gone
GNU gcc 3.3.2 for 11.11 including recent binutils available on my site: https://www.beepz.com/personal/merijn/, http://www.cmve.net/~merijn/, or http://ww.hpux.ws/merijn/
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2003 03:28 AM
11-18-2003 03:28 AM
Re: Missing openssl library?
# typedef struct label_t {
typedef long sbsize_t {
I tried it without the { and with the ; but neither would work. I got the following messages when running gmake:
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.3.1/include/sys/types.h:378: error: parse error before '}' token
*** Error exit code 1
I'm compiling openssl-0.9.7c which is the same version of depot file I installed.