On Mon, Jan 19, 2009 at 15:12, Ian <barnrac...@gmail.com> wrote:
> Hi all,
>
> Appologies if this is the wrong list - please direct me in the right
> direction should this be the case.
>
> I am running PHP 5.2.8 on freebsd 7.0 and am getting a Seg fault when
> running one of my new programs. We run a couple of other sites of this
> server (only one upgraded to 5.2.8) and they are running fine - its just
> this script. This script uses:

    If you can run it from the command line, Ian, check the tail of
strace by running:

strace php -e /path/to/offending/script.php

    Otherwise, there may be a problem with that particular port with
your system.  If all else fails, compile from source.

-- 
</Daniel P. Brown>
daniel.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
Unadvertised dedicated server deals, too low to print - email me to find out!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to