linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Cross-Compiling OpenSSH/OpenSSL
@ 2002-06-28 11:19 rh-user
  2002-06-28 21:08 ` Glynn Clements
  0 siblings, 1 reply; 5+ messages in thread
From: rh-user @ 2002-06-28 11:19 UTC (permalink / raw)
  To: linux-admin

Help! How do I compile OpenSSH/OpenSSL on one machine (running RH7.2) for use 
on another machine (running stripped RH6.2)? I'm trying to build a server, 
and don't want to load it up with things not needed like sources and 
development tools. Also, my user machine compiles a whole lot faster. But 
when I transfer the resulting binaries, they're expecting different library 
versions. Suggestions?

^ permalink raw reply	[flat|nested] 5+ messages in thread
* RE: Cross-Compiling OpenSSH/OpenSSL
@ 2002-06-28 12:20 Kirkwood, David A
  0 siblings, 0 replies; 5+ messages in thread
From: Kirkwood, David A @ 2002-06-28 12:20 UTC (permalink / raw)
  To: linux-admin

Assuming the libraries are dynamic, and the revisions are close,
you can usually get by by making a link to the name required.

	suppose you used libxxx.so.1.2.3 for your compile
			     libxxx.so.1.2.2 is one the target system

	execute ln -s libxxx.so.1.2.2 libxxx.so.1.2.3
	
using a symbolic link keeps things so you can tell what the configuration
really is later.

dave

-----Original Message-----
From: rh-user@golden-home.net [mailto:rh-user@golden-home.net]
Sent: Friday, June 28, 2002 7:20 AM
To: linux-admin@vger.kernel.org
Subject: Cross-Compiling OpenSSH/OpenSSL


Help! How do I compile OpenSSH/OpenSSL on one machine (running RH7.2) for
use 
on another machine (running stripped RH6.2)? I'm trying to build a server, 
and don't want to load it up with things not needed like sources and 
development tools. Also, my user machine compiles a whole lot faster. But 
when I transfer the resulting binaries, they're expecting different library 
versions. Suggestions?
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-06-29  3:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-28 11:19 Cross-Compiling OpenSSH/OpenSSL rh-user
2002-06-28 21:08 ` Glynn Clements
2002-06-29  1:48   ` rh-user
2002-06-29  3:57     ` Glynn Clements
  -- strict thread matches above, loose matches on Subject: below --
2002-06-28 12:20 Kirkwood, David A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).