Я пытаюсь установить этот плагин, но не нашел документации, как это сделать.
Проект находится здесь: 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 - вам не нужно «собирать» какой-либо исходный код (используя процесс make / make install). Сделайте то, что написано в readme: