Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2006 11:14:00 +0200 (CEST)
From:      Laurent Fousse <laurent@komite.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104788: Improper installation of python2.4: module bsddb fails to load.
Message-ID:  <200610250914.k9P9E0BG006059@wyvern.lateralis.org>
Resent-Message-ID: <200610250920.k9P9KD5w009648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104788
>Category:       ports
>Synopsis:       Improper installation of python2.4: module bsddb fails to load.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 25 09:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Fousse
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD wyvern.lateralis.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


>Description:
After installing python24 from the ports, the module `bsddb' fails to load:

[laurent@wyvern ~]$ python2.4
Python 2.4.3 (#2, Oct 25 2006, 10:50:31)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6
Type "help", "copyright", "credits" or "license" for more information.
>How-To-Repeat:

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> import bsddb
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/local/lib/python2.4/bsddb/__init__.py", line 47, in ?
     import _bsddb
 ImportError: No module named _bsddb
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610250914.k9P9E0BG006059>