common_linux:phpipam
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
common_linux:phpipam [2022/08/24 16:16] – root | common_linux:phpipam [2024/12/21 19:00] (текущий) – внешнее изменение 127.0.0.1 | ||
---|---|---|---|
Строка 29: | Строка 29: | ||
systemctl restart apache2 | systemctl restart apache2 | ||
</ | </ | ||
+ | Если используется версия PHP7.4++, то в нем отключен модуль PEAR. Его необходимо установить вручную: | ||
+ | <code bash> | ||
+ | wget http:// | ||
+ | / | ||
+ | </ | ||
+ | Отвечаем на вопросы: | ||
+ | <code bash> | ||
+ | Below is a suggested file layout for your new PEAR installation. | ||
+ | change individual locations, type the number in front of the | ||
+ | directory. | ||
+ | accept these locations. | ||
+ | |||
+ | 1. Installation base ($prefix) | ||
+ | 2. Temporary directory for processing | ||
+ | 3. Temporary directory for downloads | ||
+ | 4. Binaries directory | ||
+ | 5. PHP code directory ($php_dir) | ||
+ | 6. Documentation directory | ||
+ | 7. Data directory | ||
+ | 8. User-modifiable configuration files directory : /usr/cfg | ||
+ | 9. Public Web Files directory | ||
+ | 10. System manual pages directory | ||
+ | 11. Tests directory | ||
+ | 12. Name of configuration file : / | ||
+ | |||
+ | 1-12, ' | ||
+ | Beginning install... | ||
+ | Configuration written to / | ||
+ | Initialized registry... | ||
+ | Preparing to install... | ||
+ | WARNING! | ||
+ | contain the PEAR PHP directory you just specified: | ||
+ | </ | ||
+ | If the specified directory is also not in the include_path used by | ||
+ | your scripts, you will have problems getting any PEAR packages working. | ||
+ | |||
+ | |||
+ | Would you like to alter php.ini </ | ||
+ | |||
+ | php.ini </ | ||
+ | |||
+ | Current include path : .:/ | ||
+ | Configured directory | ||
+ | Currently used php.ini (guess) : / | ||
+ | </ | ||
+ | Прописываем в файл / | ||
+ | <code ini> | ||
+ | ; UNIX: "/ | ||
+ | include_path = " | ||
+ | </ | ||
+ | |||
Создать конфигурационный файл **/ | Создать конфигурационный файл **/ | ||
<code xml | phpipam.conf> | <code xml | phpipam.conf> |
common_linux/phpipam.1661347005.txt.gz · Последнее изменение: 2024/12/21 19:00 (внешнее изменение)