views:

53

answers:

2

I'm using Ubuntu 9.04 and I applied this tutorial

But I'm still getting this error:

berkerpeksag@berkerpeksag:~$ zf show version
Segmentation fault

What do I miss?

Thanks.

A: 

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.

prodigitalson
+1  A: 

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).

bcat