From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 04:16:20 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 2E95326F for ; Thu, 26 Feb 2015 04:16:20 +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 B8A0B266 for ; Thu, 26 Feb 2015 04:16:19 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id l15so9635395wiw.3 for ; Wed, 25 Feb 2015 20:16:18 -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=7OSxZQQF59FQDN0y5N2mY1agIt8MsSkMCha16xrJ188=; b=gAc6z1vrBvJEmDAj7yzcmjJCpfNx3nlLBwQlyTl156yCkduv8ifRQS0Q8RjLADnK/X I1qUT6ioUv0wFvT+vquOGSKHHCkuULTgka01UAj68ufa58Zo7MGScRgyCZOikxi3ODHz 5l2OWdQwVKrLnU6bd9JUJKvUs9jMqsv9K+/ucFDLOTHmzybNO+1Ak27zZ/lXQ7xgTs0B sC2krTz9TYeUP0XSHj9jfgO0DjxyxxhlZD6exhKoGvLDV6UcIgv3hYWiqN95T93hycee ph0WmHy9440dkpKPiyRi/tdeorT0kbHEcciGl8linKkhjQTTdb4CqeoU3rzU73Ijy+QF L/IQ== MIME-Version: 1.0 X-Received: by 10.194.78.144 with SMTP id b16mr12476258wjx.18.1424924178164; Wed, 25 Feb 2015 20:16:18 -0800 (PST) Received: by 10.181.8.102 with HTTP; Wed, 25 Feb 2015 20:16:18 -0800 (PST) Date: Thu, 26 Feb 2015 09:46:18 +0530 Message-ID: Subject: Install python 2.4.6 for an old apllication in a freebsd 10 system 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 04:16:20 -0000 Hi All, i have an old application which requires python 2.4.6 . I want it to be run in FreeBSD 10. Kindly help me to install Python 2.4.6 in FreeBSD 10. Please give the commands using which i can install Python 2.4.6 in FreeBSD 10. Thanks in Advance.