From owner-freebsd-questions@FreeBSD.ORG Sun May 18 10:49:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB1291065679 for ; Sun, 18 May 2008 10:49:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id AAD358FC15 for ; Sun, 18 May 2008 10:49:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 952E71CE18; Sun, 18 May 2008 02:49:10 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 18 May 2008 12:47:56 +0200 User-Agent: KMail/1.9.7 References: <482F44A0.5040802@boosten.org> In-Reply-To: <482F44A0.5040802@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805181247.57336.fbsd.questions@rachie.is-a-geek.net> Cc: Peter Boosten Subject: Re: Problems with Apache-2.2.8 & PHP5 (+extensions) ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2008 10:49:12 -0000 On Saturday 17 May 2008 22:48:32 Peter Boosten wrote: > Hi all, > > Here's the situation: FreeBSD 7.0-RELEASE-p1, apache-2.2.8 from ports > and php5: > > php5-5.2.6 PHP Scripting Language > php5-bz2-5.2.6 The bz2 shared extension for php > php5-ctype-5.2.6 The ctype shared extension for php > php5-dom-5.2.6 The dom shared extension for php > php5-extensions-1.1 A "meta-port" to install PHP extensions > php5-gd-5.2.6 The gd shared extension for php > php5-gettext-5.2.6 The gettext shared extension for php > php5-iconv-5.2.6 The iconv shared extension for php > php5-imap-5.2.6_1 The imap shared extension for php > php5-mbstring-5.2.6 The mbstring shared extension for php > php5-mcrypt-5.2.6 The mcrypt shared extension for php > php5-mhash-5.2.6 The mhash shared extension for php > php5-mysql-5.2.6 The mysql shared extension for php > php5-pcre-5.2.6 The pcre shared extension for php > php5-pdo-5.2.6 The pdo shared extension for php > php5-posix-5.2.6 The posix shared extension for php > php5-session-5.2.6 The session shared extension for php > php5-simplexml-5.2.6 The simplexml shared extension for php > php5-spl-5.2.6 The spl shared extension for php > php5-tokenizer-5.2.6 The tokenizer shared extension for php > php5-xml-5.2.6 The xml shared extension for php > php5-xmlreader-5.2.6 The xmlreader shared extension for php > php5-xmlwriter-5.2.6 The xmlwriter shared extension for php > php5-zlib-5.2.6 The zlib shared extension for php > > I've downloaded Joomla 1.5 from their site and installed it in my > webroot, configured it with sample data and it works.... except for (so > far) two links: > > Whenever I click these, my browser wants to save a blank php-page, > Apache reports this: > > [notice] child pid 31685 exit signal Illegal instruction (4) That would mean faulty CFLAGS when building or faulty asm in c files, usually seen in multimedia apps (seriously doubt that applies here). I don't think there's anything binary in joomla, but you may want to inspect the code in those faulty links. It might just shell_exec() an old binary you have lying around. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.