I am running a CMS called Typo3. An extension, TC Directmail, for sending out emails need the php-cli. In the config it says:
[path_to_php]
Path to PHP-CLI. In order to adjust PHP-CLI-programs, TC Directmail needs to know the location of your PHP-CLI. On Linux this is normally /usr/bin/php. BSD often uses /usr/local/bin/php. If neither works, please contact you systems manual or your administrator.
I have tried the /usr/bin/php but that path is not accepted. I read in another forum that the php could run as cgi, cli or both. The command should tell how the php was installed.
# php -v
The sme server comes with cgi only. But from other forum posts (linux forums) it sounded like it was no a big hassle to install (build?) php with cli support. So.... I hoped that would be the case with SME Server as well and someone could tell me how to do it

I shall say: IF it is recommended not to have CLI support on a production server then I can use another Typo3 mailsender. But the one that need the php-cli is the one to choose if possible.