From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 01:31:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 989081065684 for ; Tue, 24 Jun 2008 01:31:47 +0000 (UTC) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [64.81.218.253]) by mx1.freebsd.org (Postfix) with ESMTP id C7D0B8FC1E for ; Tue, 24 Jun 2008 01:31:46 +0000 (UTC) (envelope-from kalin@el.net) Received: (qmail 39900 invoked by uid 1008); 24 Jun 2008 02:34:38 -0000 Received: from unknown (HELO kalins-macbook-pro.local) (kalin@el.net@74.1.12.115) by mail.el.net with ESMTPA; 24 Jun 2008 02:34:38 -0000 Message-ID: <48604E81.70500@el.net> Date: Mon, 23 Jun 2008 21:31:45 -0400 From: kalin m User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: mysql@lists.mysql.com, freebsd-questions@freebsd.org References: <486047F4.1080505@el.net> In-Reply-To: <486047F4.1080505@el.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: mysql 5.0.51b and ssl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 01:31:47 -0000 from what i understand this is not uncommon. and it goes back to 2005. and it has to do with the fact that the machine identifies itself as amd64 even though it's an intel machine. what's not clear is what needs to be recompiled whit -fPIC?! my guess is openssl needs to. why? are there any flags i can change in the Makefile for the mysql build? does it have to be a 'shared'? static?! thanks... kalin m wrote: > hi all... > > i just installed openssl 0.9.8h and trying to build mysql 5.0.51b with > it on a freebsd 7 machine. i get this: > > /usr/bin/ld: /usr/local/ssl/lib/libssl.a(t1_srvr.o): relocation > R_X86_64_32 can not be used when making a shared object; recompile > with -fPIC > /usr/local/ssl/lib/libssl.a: could not read symbols: Bad value > > > any ideas? > > thanks... > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"