From mboxrd@z Thu Jan 1 00:00:00 1970 From: rh-user@golden-home.net Subject: Re: Cross-Compiling OpenSSH/OpenSSL Date: Fri, 28 Jun 2002 21:48:56 -0400 Sender: linux-admin-owner@vger.kernel.org Message-ID: <200206290148.VAA28267@Minerva.dave.local> References: <200206281119.HAA27666@Minerva.dave.local> <15644.53346.445700.758920@cerise.nosuchdomain.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <15644.53346.445700.758920@cerise.nosuchdomain.co.uk> List-Id: Content-Type: text/plain; charset="us-ascii" To: rh-user@golden-home.net Cc: linux-admin@vger.kernel.org On Friday 28 June 2002 05:08 pm, Glynn Clements wrote: > rh-user@golden-home.net wrote: > > 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? > > Copy the necessary libraries and their associated headers to their own > directories on the build system, then force them to be preferred over How do I go about getting the associated headers for the libraries? I didn't install any source or headers when I installed the server ...