- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: OpenSSH with 64-bit compiler
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
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
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-07-2002 02:09 PM
11-07-2002 02:09 PM
Having had such success with rsync, I'm trying to do the same thing with OpenSSH, to no avail. The reason to do this is enable scp's with 2GB+ files - and eventually I'll have to recompile all GNU software in order they work this way.
I already learned that I had to rebuild all the external libs I use with the 64-bit compiler, such as tcp-wrappers and zlib. I've managed to successfully build them in 64-bit mode. However, when I make a ./configure --sysconfdir=/etc/opt/openssh/ --prefix=/opt/openssh2 --with-ssl-dir=/opt/openssl/ --with-tcp-wrappers=/opt/tcpwrap64/ --with-prngd-socket --with-zlib=/opt/zlib64/ --disable-suid-ssh --with-pid-dir=/var/run --with-pam --build=hppa64-hp-hpux11.00 the configuration phase stops at
checking for pam_set_item in -lpam
/usr/local/pa20_64/bin/ld: cannot find -lpam
However:
[root@berc0004:~/openssh-3.5p1]# ls -la /usr/lib/*pam*
-r-xr-xr-x 1 bin bin 36864 Oct 15 2001 /usr/lib/libpam.1
lrwxr-xr-x 1 root sys 10 Jan 17 2002 /usr/lib/libpam.sl -> ./libpam.1
and of course, the authentication of my 32-bit OpenSSH is fine.
I think that this problem could be related to linker issues - the 64-bit ld could not understand these files, and so I'd need a 64-bit libpam - which I can't compile, of course...
Any ideas?
TIA,
Paulo Fessel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 02:13 PM
11-07-2002 02:13 PM
Re: OpenSSH with 64-bit compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 10:54 AM
11-11-2002 10:54 AM
SolutionThere is another way to get support for large files without doing the 64-bit compilation - there should be a #define (-D) one can use to enable large file offsets in a 32-bit application. The details are (iirc) in the lseek64 manpage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 08:58 AM
11-10-2003 08:58 AM
Re: OpenSSH with 64-bit compiler
did you ever get the libpam for your 64 bit compilation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 03:39 AM
01-14-2004 03:39 AM
Re: OpenSSH with 64-bit compiler
[]'s
Paulo Fessel