You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN ln -s /usr/lib64/libldap.so /usr/lib/libldap.so
48
+
RUN ln -s /usr/lib64/liblber* /usr/lib/
49
+
50
+
19
51
RUN cd /data/soft/ && git clone http://.com/phpcoro/php-fpm-coro.git
20
52
RUN cd /data/soft/ && git clone http://.com/libevent/libevent.git
21
53
RUN cd /data/soft/ && git clone http://.com/GNOME/libxml2.git
@@ -24,7 +56,7 @@ RUN cd /data/soft/ && tar zxf nginx-1.14.0.tar.gz
24
56
25
57
RUN cd /data/soft/libevent && sh autogen.sh && ./configure && make && make install
26
58
RUN cd /data/soft/libxml2 && sh autogen.sh && ./configure && make && make install
27
-
RUN cd /data/soft/php-fpm-coroutine && sh buildconf --force && ./configure --prefix=/usr/local/php7 --enable-fpm --enable-coro_http --with-openssl --enable-maintainer-zts && make && make install
0 commit comments