dqcuq4138 2018-04-26 11:46
浏览 32
已采纳

在自定义编译的Apache上安装PHP时出错

I have downloaded and compiled Apache into my home directory, and it works on its own properly. The script I am using for this is [REDACTED] which downloads Apache, APR, and [REDACTED] to make an installation into whatever the current directory.

I have tried adding PHP support for this in a few ways. The first I tried was just to install the default php package with apt-get which can come with the Raspbian operating system (I believe this was some version of php5). I then removed that and installed php7.0 with libapache2-mod-php7.0 also using apt-get, but the results of both installations resulted in Apache not seeing the module. I also would like to stick with everything being encapsulated into the current directory (in this case it is ~ currently).

I then downloaded the php-7.2.4 package from php.net and compiled the source on my own with

configure --prefix=~/php --with-apxs2=~/apache/bin/apxs --enable-mbstring --with-openssl --enable-zip
make
make test
make install
cp php-production.ini ~/php/lib/php.ini
libtool --finish ~/php7/libs
~/apache/bin/apachectl restart

I can then run ~/php/bin/php -v without problems.

In the ~/apache/conf/httpd.conf the lines added for

LoadModule php7_module modules/libphp7.so
...
<IfModule php7_module>
    AddType application/x-httpd-php .php
    AddHandler application/x-httpd-php .php
</IfModule>
...
<IfModule dir_module>
    DirectoryIndex index.php index.htm index.html
</IfModule>

The PHP installer added the LoadModule line for me. I also do not have the a2enmod (or variants) as they seem to be specific to certain distributions.

  • 写回答

1条回答 默认 最新

  • dqy012345 2018-04-26 14:10
    关注

    I have found the problem after looking for the answer to Dave's comment. Between the last time I looked for libphp7.so and the time of the initial posting, I must have run the libtool and not restarted Apache. Everything is working as intended now. :)

    Main post updated with command chain correction.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 虚拟机打包apk出现错误
  • ¥30 最小化遗憾贪心算法上界
  • ¥15 用visual studi code完成html页面
  • ¥15 聚类分析或者python进行数据分析
  • ¥15 逻辑谓词和消解原理的运用
  • ¥15 三菱伺服电机按启动按钮有使能但不动作
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝