linux - Do I need to delete the previously installed folder to recompile php?
世界只因有你
世界只因有你 2017-05-18 10:48:05
0
3
775

When I installed PHP for the first time, I did not install the gd library. I compiled it again and brought gd, but the freetype that gd depends on was still not installed, so I wanted to recompile and install it. After I configured..., I found that there was no change. Do you want to delete the previously installed folder?

世界只因有你
世界只因有你

reply all (3)
漂亮男人

make

make install

    淡淡烟草味

    make clean Clean up
    then ./configure
    Finally you must execute:
    $make
    $make install
    To modify the GD library, you must recompile php
    You can refer to: http://www.jianshu.com/p/375f...

      迷茫

      ·/configure only generates an installation script, but does not actually install it. After make, the file is only compiled but not installed. Only after make install will the file be placed in the folder you specified.

        Latest Downloads
        More>
        Web Effects
        Website Source Code
        Website Materials
        Front End Template
        About us Disclaimer Sitemap
        php.cn:Public welfare online PHP training,Help PHP learners grow quickly!