0

I have a CentOS server and am attempting to setup Zend Framework on it. The command which php outputs

/usr/bin/php 

and php -i | grep include_path outputs

include_path => .:/usr/share/pear:/usr/share/php=> .:/usr/share/pear:/usr/share/php 

So, I copied the Zend folder from the Framework donwload to both /usr/share/pear and /usr/share/php and also copied zf.sh and zf.php to /usr/bin/php.

When I execute zf show version, I receive

bash: zf: command not found 

Can anyone suggest further steps to take to ensure installation of ZF?

Thanks!

1 Answer 1

1

I've used the remi repository and did a yum update;yum install *Zend*. Zend should be installed correct and on a new ZF version you can just do yum update when remi pushed it into their repository (they are relative quick).

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.