Re: /PHP/libs/libphp4.so не найден!
сочувствую
почему нет файла libphp4.so ?
а почему он должен быть?
mutant alex # ls -la /PHP/libs/libphp4.soдаже больше:
ls: /PHP/libs/libphp4.so: No such file or directory
mutant alex # ls -la /PHPно поверь, меня это нискольео не смущает
ls: /PHP: No such file or directory
а почему тебя это " "?
а почему он должен быт?Да,он должен быть/ Смотри /
You will need to ensure that two very important files are copied to their correct locations. First, issue the following command to copy the distributed version of php.ini to its default location. You will learn more about php.ini later in this hour.
#> cp php.ini-dist /usr/local/php/lib/php.ini
Next, copy the PHP shared object file to its proper place in the Apache installation directory, if it has not already been placed there by the installation process:
#> cp libs/libphp4.so /usr/local/apache2/modules/
You should now be able to configure and run Apache, but let's cover some additional configuration options before heading on to the "Integrating PHP with Apache on Linux/Unix" section
../conf/httpd.conf:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
почему нет файла libphp4.so ?а потому что
ЗЫ. для справки:
Оставить комментарий
vika_ma