我试图安装这个插件,但没有find如何这样做的任何文档。
该项目在这里: http : //www.phpwhois.org/
到目前为止,我已经知道我应该做tar -zxvf /plugins/phpwhois-4.2.2.tar.gz
这解压文件到phpwhois-4.2.2 ,我发现读了我。
我从中得到的是:
38 Installation 39 ------------ 40 41 Basically, untar the distribution somewhere outside your server's 42 document root and make sure the directory is listed in 'include_path' 43 in your php.ini file, server configuration or in an .htaccess file. 44 If you want to test it using a web browser just copy example.php , 45 example.html and whois.icon.png anywhere on your server's document 46 root and try it. 47 48 phpWhois is not a PHP aplication is a class that can be used in 49 applications. There is no need to make the installation folder 50 accesible to anyone but PHP, nevertheless you can install it inside 51 your server's document root if you like, it will work without 52 problems or security risks.
从我读的,我需要做的./configure什么的,但configure不存在的目录。
任何帮助?
正如@ Cyberx86提到的,这是PHP – 你不必“build立”任何源代码(使用make / make安装过程)。 做自述说: