Date: Sun, 18 May 2008 12:47:56 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Peter Boosten <peter@boosten.org> Subject: Re: Problems with Apache-2.2.8 & PHP5 (+extensions) ports Message-ID: <200805181247.57336.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <482F44A0.5040802@boosten.org> References: <482F44A0.5040802@boosten.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805181247.57336.fbsd.questions>