- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ssh compilation problem
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
04-23-2002 05:23 AM
04-23-2002 05:23 AM
ssh compilation problem
i tried to compile ssh (ssh-3.1.0 from ssh.com)
and got these error messgaes.
I am installing it on 11.0
/usr/bin/ld: Unsatisfied symbols:
ssh_realloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_strdup (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_memdup (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_calloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_free (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_malloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
collect2: ld returned 1 exit status
*** Error exit code 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 06:20 AM
04-23-2002 06:20 AM
Re: ssh compilation problem
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.1p1/
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 09:14 PM
04-23-2002 09:14 PM
Re: ssh compilation problem
but i prefer commercial version of ssh , NOT OpenSSH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 10:31 PM
04-23-2002 10:31 PM
Re: ssh compilation problem
http://commerce.ssh.com/sshsvr/index.html?SshSid=IrAjRvik56dxG-9D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2002 10:41 PM
04-23-2002 10:41 PM
Re: ssh compilation problem
I am using SSH Communications ssh distribution downloadable at:
ftp://ftp.ssh.fi/pub/ssh/ssh-3.1.0.tar.gz
Installing ssh-3.1.0.tar.gz has been a breeze for me, even on HP-UX 11.20 (HP-UX 11i v1.5). I had installed it on HP-UX 10.20 and HP-UX 11.00 previously without issues as well. I would suggest that you give it a try. As with many source distributions, you need to execute 3 commands for the installation:
# ./configure
# make
# make install
Configuration using this distribution is also straightforward in the configuration files residing in /etc/ssh2.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2002 12:01 AM
04-24-2002 12:01 AM
Re: ssh compilation problem
anyway i got same error.
shproto -DETCDIR=\"/etc/ssh2\" -DSSH_BINDIR=\"/usr/local/bin\" -DFOREIGN_ETCDIR=\"/etc\" -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -c ssh2.c
gcc -g -O2 -Wall -Wno-unknown-pragmas -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o ssh2 ssh2.o -L. -Llib/sshproto -L../../lib -lssh2 -lsshproto -lssh -lm -lnsl -lsec -ltermcap -ltermcap -lnsl -L/usr/local/lib -lrpcsvc -lrpcsvc
/usr/bin/ld: Unsatisfied symbols:
ssh_realloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_strdup (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_memdup (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_calloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_free (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
ssh_malloc (first referenced in ../../lib/libssh.a(sshdebug.o)) (code)
collect2: ld returned 1 exit status
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.