|
DXSock SSL On Linux
First thing you will probably run into is on certain Linux(es) you will need to do something like:
ln -s /lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8
ln -s /lib/libssl.so.0.9.8e /usr/lib/libsslo.so.0.9.8
This is a common issue with the compiler and different Linux(es), but as you see, it is an easy fix.
You may also notice:
[progname]: /usr/lib/libcrypto.so.0.9.8: no version information available (required by [progname])
[progname]: /usr/lib/libssl.so.0.9.8: no version information available (required by [progname])
This is an ugly message, but does not hurt anything. Enterprise editions of Linux do not include the version information in many of the shared objects. We have never seen this on Desktop editions of Linux, only the server editions (we only run CentOS and RedHat Enterprise OSes on our servers, so it may not hold true to all server class Linux(es)).
Related Keyword:
linux,
lib,
progname,
usr,
version,
editions,
information,
libcrypto,
libssl,
enterprise,
ln,
dxsock,
required
| |
| October 16, 2010 | | Testing | | width 0 cellspacing 0 cellpadding 0 CELL 1 Description of a product image images Thumb SN850940... |
| September 01, 2010 | | Recent Questions | | Recent Questions Do you still include the source like in the past Yes We include full source code... |
| August 18, 2010 | | Demonstrations | | Demonstrations Below is a constantly growing list of demonstrations We are currently developing... |
| August 14, 2010 | | Early Release Orders | | Early Release Orders Please be sure you have read view June 2010 Release June 2010 Release as this... |
|