October 2013 Archives

google_cloud_storage.module
line87: $client::$auth->refreshTokenWithAssertion();

[01-Aug-2013 13:58:07] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/xxxx/public_html/sites/xxxx.com/modules/google_cloud_storage/google_cloud_storage.module on line 87

  HostGator虚拟主机(Baby Plan)默认是无法使用gcc编译器的,那我们就给他加一个吧。

  首先,我们需要一个gcc的rpm包。为了避免出现意外,我这里选用的是CentOS安装后gcc的默认版本4.4.7,虚拟主机使用的是64位系统,那么我们就选择 gcc-4.4.7-3.el6.x86_64.rpm 。

  然后将其解压,放置到你想要的地方,然后加在~/.bash_profile文件中。最后重新加载~/.bash_profile即可。

  下面是简单的步骤: