Author: jfrederic.clere(a)jboss.com
Date: 2012-08-09 12:39:25 -0400 (Thu, 09 Aug 2012)
New Revision: 2958
Modified:
trunk/build/unix/buildbin.mod_cluster.windows.sh
Log:
try another way :-(
Modified: trunk/build/unix/buildbin.mod_cluster.windows.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.windows.sh 2012-08-09 16:07:17 UTC (rev 2957)
+++ trunk/build/unix/buildbin.mod_cluster.windows.sh 2012-08-09 16:39:25 UTC (rev 2958)
@@ -99,7 +99,8 @@
# copy the openssl libraries.
if $has_openssl ; then
echo "cp ${win_common_loc}/bin/*.dll ${win_output_loc}/bin/"
- cp ${win_common_loc}/bin/*.dll ${win_output_loc}/bin/ || exit 1
+ cp ${win_common_loc}/bin/libeay32.dll ${win_output_loc}/bin/ || exit 1
+ cp ${win_common_loc}/bin/ssleay32.dll ${win_output_loc}/bin/ || exit 1
fi
# Add default mod_cluster conf in httpd.conf
Show replies by date