PDA

View Full Version : [ubuntu] Blitz PHP



kendel
September 23rd, 2010, 12:48 AM
I am having trouble installing Blitz PHP http://alexeyrybak.com/blitz/blitz-0.6.10.tar.gz
Here is what i did:

cd /tmp
wget http://alexeyrybak.com/blitz/blitz-0.6.10.tar.gz
tar zxfv blitz-0.6.10.tar.gz (http://alexeyrybak.com/blitz/blitz-0.6.10.tar.gz)

cd blitz-0.6.10

And then I tried

./configure
Output: -bash: No such file in directory
make
Output: No targets in the file

------------------------------------------------------------
If I do a ls -a these are the files int he directory
blitz.c
config.m4
.cvsignore
LICENSED
php_blitz.h
run-test.sh
CHANGES
config.w32
doc
misc
README (i read it and it is saying the same thing)
tests


Can anyone help or has anyone installed this before?