phpize command not foud

spirit

Verified User
Joined
Nov 27, 2004
Messages
177
Location
Germany - Bremen
Hi,

When I use a command “phpize” of “pear” on my new CentOS5 it results in “command not found” errors.

However, when I include the whole path (/user/local/php5/bin) I do get the proper result.

I don’t have this issue on my other server, running DA, CentOS5, PHP5.2..

Any ideas? Hints or tips would be very welcome.

Thanks.
 
two ways to act:

1 - add the path of those executable in $PATH system variable
2 - make a symlink to /bin this way: ln -s ORIGINAL PATH /bin/

Regards
 
Back
Top