I want to properly install smarty on my VPS I have plesk and I'm not sure if I need to doe this in plesk or from command line or ftp
the simple instructions says to
$> cd YOUR_DOWNLOAD_DIR
$> gtar -zxvf Smarty-3.0.tar.gz
$> mkdir /usr/local/lib/php/Smarty
$> cp -r Smarty-3.0/libs/* /usr/local/lib/php/Smarty
however this /usr/local/lib/php/ directory doesn't exist so I'm not sure where to put it and if there is a better way of installing via plesk ?