View Single Post
  #2  
Old 25th February 2009, 13:04
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
You need to contact BlueHost and ask them about memcache, next time don`t buy hosting until you ask them is they can provide all these components
You can`t install anything on a shared hosting, you need at least a VPS to install everything you need
Gazelle developers wrote in the release note what you need to run gazelle:

In order to run Gazelle, you need the following software:


- Some sort of httpd (we recommend apache)

- MySQL

- memcached

And the following php extensions:

- GD (for the captcha and the similar artist map)

- mb_string (multibyte strings)

- mcrypt (for encrypting cookies)

- memcache (interface to connect with memcached)

- mysqli (because the ordinary mysql libraries just don't cut it)

For php, TURN MAGIC_QUOTES_GPC OFF.
Reply With Quote