From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 08:29:55 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC79014F for ; Thu, 26 Feb 2015 08:29:55 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 734D0E3C for ; Thu, 26 Feb 2015 08:29:55 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id l15so10643962wiw.3 for ; Thu, 26 Feb 2015 00:29:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VHJLz2czWsH6EdbDm4kGcDslLUt/ASGSjRhya9GP2SE=; b=WI9egCxTmXdRojam6UpbJ9y74zkANH2RYSljPsHWtQa82dormLVtnmN4jC3AodjvXI eGHO5FFe0FHJyDxHJrOV/WLMuIkYGVGJBhjACfTcuub9kaAlsChqIbCTFT8bVKem61uD JxxRF1ZPjSR1wf4w9R7Qtr9s2nvxzgeCdfQfS2JDcurq7C+UJT28/RUgkYX7NwlYkSIu ZTZUXHb0YTUfYRVMopP9f6AU+ABa4dS5oBe2a4yBZLB3Jmi8ptGQlEjfS9nCiegSimHW AJLIL/zmxH7wQbKUkZ0mVuEXTB7CTMfcsB0pRv1+fGdzeFcbwwaMNFdNeHRQn8QrOd0m Mubg== MIME-Version: 1.0 X-Received: by 10.194.8.2 with SMTP id n2mr14200455wja.46.1424939393983; Thu, 26 Feb 2015 00:29:53 -0800 (PST) Received: by 10.181.8.102 with HTTP; Thu, 26 Feb 2015 00:29:53 -0800 (PST) Date: Thu, 26 Feb 2015 13:59:53 +0530 Message-ID: Subject: Error in Installing Python 2.4.6 from the source archive in FreeBSD 10 From: eras mus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 08:29:55 -0000 Hi All, I am trying to install Python 2.4.6 in FreeBSD 10. I downloaded https://www.python.org/ftp/python/2.4.6/Python-2.4.6.tgz Unpacked it. Changed to the Python-2.4 directory. I have run ./configure It was fine In running make I got error http://pastebin.com/HpcQejbn If I run make install It stopped with the following. *** Error code 1 Stop. please help so that I could install Python 2.4.6 in FreeBSD 10.