- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: install 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
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
01-30-2009 07:03 AM
01-30-2009 07:03 AM
install library
I want to install a libssh2 library ver0.18 on hp-ux 11.11
Can you please show me where to download the package.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2009 10:58 PM
01-30-2009 10:58 PM
Re: install library
http://www.libssh2.org/wiki/index.php/Main_Page
http://sourceforge.net/projects/libssh2/
This is probably source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 02:24 AM
01-31-2009 02:24 AM
Re: install library
I've download libssh2-1.0.tar from sourceforge.
I want to know how to install it on hpux 11.11
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 02:57 AM
01-31-2009 02:57 AM
Re: install library
I assume you first have to figure out how to build it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 03:12 AM
01-31-2009 03:12 AM
Re: install library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 04:40 AM
01-31-2009 04:40 AM
Re: install library
There is a libssh2-1.0/README in your .tgz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2009 05:18 AM
01-31-2009 05:18 AM
Re: install library
I've executed the following:
#cd libssh2-1.0
#./configure --with-libssl-prefix=PATH
But I got the error message:
configure: error: cannot find OpenSSL or Libgcrypt,
try --with-libssl-prefix=PATH or --with-libgcrypt-prefix=PATH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2009 09:23 AM
02-01-2009 09:23 AM
Re: install library
2) "#./configure --with-libssl-prefix=PATH"
what did you use for PATH in the above? it should be the path to where the ssl
stuff was installed. you will probably have to do the same with libgcrypt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 02:54 AM
02-02-2009 02:54 AM
Re: install library
I've download libssh2 0.18 and i've no problem with configure.
But when i execute make to compile the package i've the error message,see the attached file.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 02:55 AM
02-02-2009 02:55 AM
Re: install library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 03:09 AM
02-02-2009 03:09 AM
Re: install library
You'll either need to purchase the ANSI C compiler or use gcc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 04:57 AM
02-02-2009 04:57 AM
Re: install library
I've not ANSI C installed.
How to use gcc?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2009 07:26 PM
02-02-2009 07:26 PM
Re: install library
On your make command line you use CC=gcc. And probably something similar for configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 04:22 AM
02-03-2009 04:22 AM
Re: install library
I've installed gcc with its dependencies(libgcc,libconv and gettext)
Now the make command work without error;also the make install command.
Thanks for your help.
I'll assign you points.
Is there a way to be sure that the libssh2 is correctly installed?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 09:06 AM
02-03-2009 09:06 AM
Re: install library
Any test targets in the makefile?