NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP segmentation fault with custom-compiled binaries -Zen Cart

Hans Zaunere lists at zaunere.com
Sun Feb 13 01:34:25 EST 2005


> Regarding my previous post - here is a backtrace produced by the gdb
> debugger when PHP (5) crashes. This was produced by a debug build, with
> the same configuration.
> I also forgot to mention in my previous post that this error includes
> when index.php (of Zen Cart) includes the file
> 'includes/application_top.php'.
> 
> Does it seem to be a problem with MySQL ?

Seems like it might be.  From looking at the ./configure you used at http://www.moztips.com/php5_install/ you didn't specify any mysql options.  Depending on the version of MySQL being used, try adding:

--with-mysql=/usr

or

--with-mysqli=/usr/bin/mysql_config


---
Hans Zaunere
President, Founder

New York PHP
http://www.nyphp.org

AMP Technology
Supporting Apache, MySQL and PHP







More information about the talk mailing list