From owner-freebsd-stable@FreeBSD.ORG Sun Jun 29 08:24:11 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 961F5976 for ; Sun, 29 Jun 2014 08:24:11 +0000 (UTC) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 638C22476 for ; Sun, 29 Jun 2014 08:24:11 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id wm4so7350518obc.7 for ; Sun, 29 Jun 2014 01:24:10 -0700 (PDT) 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=3LrgWxL26Q5FA0146Vlis5zs2uD/QuLCj0hweTLCnH8=; b=fZSOEZ+GeHV3I8bPZhE6G8G2vC6cAgU3jex+geGVq4SO/HSmJ3SglZxi0yzxjkBJQl fqbgyuCOLegO+rzMQBpo/0qhBuArKM+urXP543j1L/UGNY+E96A4e6+rACQmuu94Azla O9vK7oDgWjAwxUFGqEHSqriRy4Q7pryZQSbaQTI6v8dDBWhweqFym2cluIB9ilqYqgfO kRvCgg288wtvdAWKeBBrb0Xc+A82IpWWTzCaXd6YXgTRLGub3B01FwXaWzVDk9SzcvDc soroPRo8gXy+YELudRO/QHsA7UdlTLvACtmzbz+b78xONnTQz2f8YoOpda9USvKznDd1 3aeQ== MIME-Version: 1.0 X-Received: by 10.60.124.162 with SMTP id mj2mr5956558oeb.22.1404030250700; Sun, 29 Jun 2014 01:24:10 -0700 (PDT) Received: by 10.202.182.130 with HTTP; Sun, 29 Jun 2014 01:24:10 -0700 (PDT) Date: Sun, 29 Jun 2014 10:24:10 +0200 Message-ID: Subject: opencv2 import problem with python From: Zenny To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 08:24:11 -0000 Hi: I am trying to run opencv2 and installed it using the pkg binaries (opencv and py27-opencv). However when I try to import opencv2 module, it outputs: "% python Python 2.7.6 (default, Mar 4 2014, 19:30:28) [GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on freebsd10 Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "", line 1, in ImportError: /usr/local/lib/python2.7/site-packages/cv2.so: Undefined symbol "_ZTIN2cv15FeatureDetectorE" >>>" cv2.so file does exist. Any hints to run opencv2 in FreeBSD 10.0 will be appreciated! Thanks! /z