修改为相对路径

pull/118/head
midoks 3 years ago
parent e7bc0ba1fb
commit 9471134647
  1. 3
      plugins/php/versions/52/openssl.sh
  2. 3
      plugins/php/versions/53/openssl.sh
  3. 3
      plugins/php/versions/54/openssl.sh
  4. 3
      plugins/php/versions/55/openssl.sh
  5. 3
      plugins/php/versions/56/openssl.sh
  6. 3
      plugins/php/versions/70/openssl.sh
  7. 3
      plugins/php/versions/71/openssl.sh
  8. 3
      plugins/php/versions/72/openssl.sh
  9. 3
      plugins/php/versions/73/openssl.sh
  10. 2
      plugins/php/versions/74/openssl.sh
  11. 2
      plugins/php/versions/80/openssl.sh

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,9 +50,10 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl=${serverPath}/lib/openssl
--with-openssl
make clean && make && make install && make clean
fi

@ -50,7 +50,7 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=/www/server/lib/openssl/lib/pkgconfig
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl

@ -50,7 +50,7 @@ Install_lib()
mv config0.m4 config.m4
fi
export PKG_CONFIG_PATH=/www/server/lib/openssl/lib/pkgconfig
export PKG_CONFIG_PATH=$serverPath/lib/openssl/lib/pkgconfig
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config \
--with-openssl

Loading…
Cancel
Save