Problems with path to PHP after upgrading

I recently upgraded PHP to 4.3.11 on my FreeBSD box and am now having problems with the path to PHP on the server. All regular PHP scripts run without any problems. I updated PHP through the ports collection after updating everything. I had '--prefix=/usr/local' set in the config when compiling and now my scripts are having problems that require the path to the PHP binary on the server. I checked php_info(); and it said include_path .: then when I run which php in SSH it says php: command not found.

Can someone tell me what I did wrong and what I need to do to fix this? Thanks!

 

 

 

 

Top