From owner-freebsd-questions@FreeBSD.ORG Fri Mar 31 19:38:49 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BAD216A400 for ; Fri, 31 Mar 2006 19:38:49 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from pgh.nepinc.com (pgh.nepinc.com [66.207.129.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC53343D4C for ; Fri, 31 Mar 2006 19:38:48 +0000 (GMT) (envelope-from freebsd@voidmain.net) Received: from [192.100.100.110] (dhcp110.pitt.nepinc.com [192.100.100.110]) (authenticated bits=0) by pgh.nepinc.com (8.12.11/8.12.11) with ESMTP id k2VJclC9060472 for ; Fri, 31 Mar 2006 14:38:47 -0500 (EST) (envelope-from freebsd@voidmain.net) Message-ID: <442D8532.5040306@voidmain.net> Date: Fri, 31 Mar 2006 14:38:26 -0500 From: Tom Grove User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060325 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Python import not working after update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@voidmain.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 19:38:49 -0000 I updated to 6.0-p6 and for some reason I can't run any python scripts that use import? For example: ImportError: Shared object "libmysqlclient_r.so.14" not found, required by "_mysql.so" It seems like the python module for mysql can't find libraries it needs. Any help would be much appreciated. -Tom