From owner-freebsd-multimedia@FreeBSD.ORG Tue Oct 9 12:43:06 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B57E016A468 for ; Tue, 9 Oct 2007 12:43:06 +0000 (UTC) (envelope-from info@far-galaxy.de) Received: from mail.far-galaxy.de (mail.far-galaxy.de [217.172.182.15]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF0413C455 for ; Tue, 9 Oct 2007 12:42:48 +0000 (UTC) (envelope-from info@far-galaxy.de) Received: from [192.168.51.102] (p57A35317.dip.t-dialin.net [87.163.83.23]) (authenticated bits=0) by essen015 (8.14.0/8.14.0/Gentoo Linux 0.1) with ESMTP id l99CgQ9p019753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 9 Oct 2007 14:42:39 +0200 Message-ID: <470B77AF.30107@far-galaxy.de> Date: Tue, 09 Oct 2007 14:44:31 +0200 From: Sebastian Fohler User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-98.0 required=5.0 tests=RCVD_IN_SORBS_DUL, USER_IN_WHITELIST autolearn=no version=3.1.8-gr1 X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on essen015 Subject: undefined symbol pthread_join on ffmpeg using php5-ffmpeg X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 12:43:06 -0000 here some outputs which may help to find a solutions: php -m: http://rafb.net/p/zwa1yf30.html make clean install output: http://rafb.net/p/IojEVb56.html objectdump -T ffmpeg.so http://rafb.net/p/NflnRH33.html ldd ffmpeg.so http://rafb.net/p/pkhpyy75.html The stranges thing is, I don't have to recompile php-ffmpeg. The Problem vanishes the second I recompile ffmpeg with --disable-pthread or without --enable-phtread Regards Sebastian >/This hint didn't work for me. Some other idea's how to fix that />/problem? />/I'm using: />/ffmpeg-2007.09.14 Hyper fast realtime audio/video />/encoder/converter, streamin />/php5-ffmpeg-0.5.0_2 The ffmpeg shared extension for php />/right now, and have exactly the same error mentioned in this thread: />/ />/http://www.freebsd.org/cgi/query-pr.cgi?pr=115893 />/Any help would be great, cause I need the "pthread" option for />/ffmpeg. />/Regards />/Sebastian />/On Sep 6, 2007, at 12:45 AM, Jose Alonso Cardenas Marquez wrote: >/ Hi guys :) />/ />/ Could anyone see the PR/115893? it seems like a ffmpeg problems with />/ threads support. />/ />/ http://www.freebsd.org/cgi/query-pr.cgi?pr=115893 / Try adding ${PTHREAD_LIBS} in CFLAGS+= in graphics/php4-ffmpeg/Makefile and see if that fixes the problem. Michael >/ />/ Greetings />/ ACM />/ _______________________________________________ />/ freebsd-multimedia at freebsd.org mailing list />/ http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia />/ To unsubscribe, send any mail to "freebsd-multimedia- />/ unsubscribe at freebsd.org " /