From owner-freebsd-ports@FreeBSD.ORG Tue Jun 28 17:37:28 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3C0F106566C for ; Tue, 28 Jun 2011 17:37:28 +0000 (UTC) (envelope-from attos.janus@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 751198FC16 for ; Tue, 28 Jun 2011 17:37:28 +0000 (UTC) Received: by yic13 with SMTP id 13so236569yic.13 for ; Tue, 28 Jun 2011 10:37:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WPFQj14ZeOoKl3Prx2yxr+Jk7x/1/tr82d3HfScNRXc=; b=PhERip5olfFs87g0GWxSfssjJojsCfyrsWR3TUKvn+XL9HmxCw2SJvD8XwiyhmVulE stQa/CaPobpuSHE97NQeGKJLHDiuWNbOJ6P66BjpagryEB+BckSyJ+TObioymFLqE1JP L12jCoURFsEJZOGrPJp+hErG1ktC2p2eU0swY= MIME-Version: 1.0 Received: by 10.101.196.7 with SMTP id y7mr5022463anp.154.1309282646245; Tue, 28 Jun 2011 10:37:26 -0700 (PDT) Received: by 10.100.31.2 with HTTP; Tue, 28 Jun 2011 10:37:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 Jun 2011 13:37:26 -0400 Message-ID: From: Attos To: "Luiz Gustavo S. Costa" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: php5-5.3.6_1 with Segmentation fault (amd64) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2011 17:37:28 -0000 I found that the SQLite 3 extensions are causing some issues. Comment out the SQLite 3 extensions in /usr/loca/etc/php/extensions.ini if you can live without them. That did the trick for me. Re-installing SQLite or the extensions did not fix anything. On Tue, Jun 28, 2011 at 12:53 PM, Luiz Gustavo S. Costa < luizgustavo@luizgustavo.pro.br> wrote: > Hey list ! > > exist some trouble with php and amd64 ? (last php from ports) > > > [root@gringo] ~# pkg_info | grep php5-5 > php5-5.3.6_1 PHP Scripting Language > [root@gringo] ~# php -v > Segmentation fault > [root@gringo] ~# php-fpm -h > Segmentation fault > [root@gringo] ~# which php-fpm > /usr/local/sbin/php-fpm > [root@gringo] ~# file /usr/local/sbin/php-fpm > /usr/local/sbin/php-fpm: ELF 64-bit LSB executable, x86-64, version 1 > (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.2, not > stripped > [root@gringo] ~# uname -a > FreeBSD gringo.mundounix.com.br 8.2-RELEASE FreeBSD 8.2-RELEASE #0: > Thu Feb 17 02:41:51 UTC 2011 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > > -- > /\ Luiz Gustavo S. Costa > / \ Programmer at BSD Perimeter > / \ /\/\/\ Visit the pfSense Project > / \ \ \ http://www.pfsense.org > --------------------------------------------------------------------- > BSD da serra carioca, Teresopolis (visite: http://miud.in/Inv) > Contatos: luizgustavo@luizgustavo.pro.br / lgcosta@pfsense.org > Blog: http://www.luizgustavo.pro.br > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Attos Janus