Skip to content

Commit

Permalink
8.0极速包要求libxml2才能运行
Browse files Browse the repository at this point in the history
8.0极速包要求libxml2才能运行
  • Loading branch information
1265578519 committed Dec 24, 2024
1 parent 8c0ea3f commit b9d2d3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions php/8.0/8030/completed/tpl_php8030.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ ln -s /usr/local/lib/libzip.so.5 /usr/lib64/libzip.so.5
ln -s /usr/local/lib/pkgconfig/libzip.pc /usr/lib64/pkgconfig/libzip.pc
echo '/usr/local/lib' > /etc/ld.so.conf.d/libzip.conf
ldconfig -v
wget -c http://github.itzmx.com/1265578519/kangle/master/php/8.0/8030/libxml2-2.9.0.tar.gz
tar -zxvf libxml2-2.9.0.tar.gz
cd libxml2-2.9.0
./configure
make -j 4
make install
cd ..
rm -rf /usr/bin/xml2-config.OFF
mv /usr/bin/xml2-config /usr/bin/xml2-config.OFF
ln -s /usr/local/lib/pkgconfig/libxml-2.0.pc /usr/lib64/pkgconfig/libxml-2.0.pc
ln -s /usr/local/bin/xml2-config /usr/bin/xml2-config
ldconfig -v
PREFIX="/vhs/kangle/ext"
wget -c http://github.itzmx.com/1265578519/kangle/master/php/8.0/8030/completed/tpl_php8030.tar.bz2 -O tpl_php8030.tar.bz2
tar xjf tpl_php8030.tar.bz2
Expand Down

0 comments on commit b9d2d3a

Please sign in to comment.