user57823
user57823

Reputation:

Segmentation fault in Zend_Tool

I'm using Ubuntu 9.04 and I applied this tutorial

But I'm still getting this error:

$ zf show version
Segmentation fault

What do I miss?

Thanks.

Upvotes: 1

Views: 255

Answers (2)

bcat
bcat

Reputation: 8941

Make sure you have the latest release of the Zend Framework. I remember having this issue with an older version, but I can't seem to reproduce it anymore with the latest one (1.9.6 at the time I'm writing this).

Upvotes: 2

prodigitalson
prodigitalson

Reputation: 60403

Its probably a botched extension check you ini's and make sure they are good and that you meet all the requirements for Zend Framework.

Upvotes: 0

Related Questions