<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12px"><div id="yui_3_16_0_1_1429628964979_18913" dir="ltr">  Hello OpneSSL Community,</div><div id="yui_3_16_0_1_1429628964979_18930" dir="ltr"><br></div><div id="yui_3_16_0_1_1429628964979_18934" dir="ltr">OpenSSL build system currently creates symbolic links to actual binaries and actual binaries are named as *.so.1.0.0 : </div><div id="yui_3_16_0_1_1429628964979_18914"><br></div><div id="yui_3_16_0_1_1429628964979_18947">lrw-r--r-- root     root              2015-04-10 02:33 libcrypto.so -> libcrypto.so.1.0.0<br>-rw-r--r-- root     root      1988088 2015-04-10 02:27 libcrypto.so.1.0.0<br>lrw-r--r-- root     root              2015-04-10 02:33 libssl.so -> libssl.so.1.0.0<br>-rw-r--r-- root     root       354824 2015-04-10 02:27 libssl.so.1.0.0</div><div id="yui_3_16_0_1_1429628964979_18959"><br></div><div id="yui_3_16_0_1_1429628964979_18960">Is there any configure option in OpenSSL build scripts to not generate the symbolic links and rather generate actual binary as libcrypto.so/libssl.so from the build process like following:</div><div id="yui_3_16_0_1_1429628964979_19026"><br></div><div id="yui_3_16_0_1_1429628964979_19067">-rw-r--r-- root     root      1235987 2013-03-11 08:15 libcrypto.so</div><div id="yui_3_16_0_1_1429628964979_19068">-rw-r--r-- root     root       268972 2013-03-11 08:15 libssl.so<br></div><div id="yui_3_16_0_1_1429628964979_19028"><br></div><div id="yui_3_16_0_1_1429628964979_19076">If not then is there a simple way to modify OpenSSL build scripts to achieve this?</div><div id="yui_3_16_0_1_1429628964979_19098"><br></div><div id="yui_3_16_0_1_1429628964979_19103" dir="ltr">Thanks</div></div></body></html>