User Tools

Site Tools


cryptlib

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cryptlib [2018/12/28 16:23] – [Downloading Cryptlib] g00r00cryptlib [2022/01/28 13:04] – [Windows] g00r00
Line 11: Line 11:
  
 Website: https://www.cs.auckland.ac.nz/~pgut001/cryptlib/download.html Website: https://www.cs.auckland.ac.nz/~pgut001/cryptlib/download.html
 +
 +Mirror of 3.4.4.1: http://www.mysticbbs.com/downloads/cl3441.zip
  
 There seems to be an issue with the latest CryptLib with 32-bit Linux operating systems that will cause Mystic to crash upon startup.  If you experience this problem it may be worth trying an older version that can be downloaded from the Mystic website: There seems to be an issue with the latest CryptLib with 32-bit Linux operating systems that will cause Mystic to crash upon startup.  If you experience this problem it may be worth trying an older version that can be downloaded from the Mystic website:
  
-Older version: http://www.mysticbbs.com/downloads/cl343.zip+Older version: http://www.mysticbbs.com/downloads/cl3431.zip
  
 ==== Windows ==== ==== Windows ====
  
-In Windows, Mystic looks for the file "cl32.dll" or "cl64.dll" depending on if the 32-bit or 64-bit version of Mystic is being used.+In Windows, Mystic looks for the file "cl32.dll" or "cl64.dll" depending on if the 32-bit or 64-bit version of Mystic is being used.  As of the 1.12 A48 release Mystic will come with these files included so you do not have to download them.
  
-Luckily the archive downloaded in the above section already has these files compiled and ready to go within the archive.  To install Cryptlib then is to simply copy the appropriate file into your root Mystic BBS directory or somewhere in the library path so that Mystic can detect it.+However your archive does not include one of these files or you wish to try other versions then download them and name that as either cl32.dll or cl64.dll has
  
-In addition to the .DLL file, Cryptlib has a dependency on the Visual C++ runtime which may or may not need to be installed on your particular system.  If you have the appropriate .DLL file in the root Mystic BBS directory but you still get a message on server startup that says Cryptlib is not installed, then you likely need to install this runtime:+In addition to the .DLL file, Cryptlib has a dependency on the Visual C++ runtime which may or may not need to be installed on your particular system.  If you have the appropriate .DLL file in the root Mystic BBS directory but you still get a message on server startup that says Cryptlib is not installed, then you likely need to install a Microsoft runtime that is required by Cryptlib:
  
 https://www.microsoft.com/en-us/download/details.aspx?id=48145 https://www.microsoft.com/en-us/download/details.aspx?id=48145
Line 47: Line 49:
 The following steps can be executed to compile and install Cryptlib: The following steps can be executed to compile and install Cryptlib:
  
-  * Download the source code .zip into its own directory (lets say /cryptlib and cl3431.zip for this example) +  * Download the source code .zip into its own directory (lets say /cryptlib and cl3441.zip for this example) 
-  * Switch to the /cryptlib directory where the cl3431.zip is located +  * Switch to the /cryptlib directory where the cl3441.zip is located 
-  * Type "unzip -a cl3431.zip" to extract the source code ZIP into the /cryptlib directory+  * Type "unzip -a cl3441.zip" to extract the source code ZIP into the /cryptlib directory
   * Type "sudo make shared"   * Type "sudo make shared"
-  * Type "ls libcl*.so*" to see the name of the generated library.  For example: libcl.so.3.4.3+  * Type "ls libcl*.so*" to see the name of the generated library.  For example: libcl.so.3.4.4
   * Move the library into the library path and rename it so that Mystic will find it.  Execute the following:   * Move the library into the library path and rename it so that Mystic will find it.  Execute the following:
-  * "sudo mv libcl.so.3.4./usr/lib/libcl.so"+  * "sudo mv libcl.so.3.4./usr/lib/libcl.so"
  
 You can now delete the /cryptlib directory if you wish.  The library is installed and read to be used by Mystic! You can now delete the /cryptlib directory if you wish.  The library is installed and read to be used by Mystic!
Line 65: Line 67:
 The following steps can be executed to compile and install Cryptlib: The following steps can be executed to compile and install Cryptlib:
  
-  * Download the source code .zip into its own directory (lets say /cryptlib and cl3431.zip for this example) +  * Download the source code .zip into its own directory (lets say /cryptlib and cl3441.zip for this example) 
-  * Switch to the /cryptlib directory where the cl3431.zip is located +  * Switch to the /cryptlib directory where the cl3441.zip is located 
-  * Type "unzip -a cl3431.zip" to extract the source code ZIP into the /cryptlib directory+  * Type "unzip -a cl3441.zip" to extract the source code ZIP into the /cryptlib directory
   * Type "sudo make shared"   * Type "sudo make shared"
-  * Type "ls libcl*.dylib*" to see the name of the generated library.  For example: libcl.3.4.3.dylib+  * Type "ls libcl*.dylib*" to see the name of the generated library.  For example: libcl.3.4.4.dylib
   * Move the library into the library path and rename it so that Mystic will find it.  Execute the following:   * Move the library into the library path and rename it so that Mystic will find it.  Execute the following:
-  * "sudo mv libcl.3.4.3.dylib /usr/lib/libcl.dylib"+  * "sudo mv libcl.3.4.4.dylib /usr/lib/libcl.dylib"
  
 You can now delete the /cryptlib directory if you wish.  The library is installed and read to be used by Mystic! You can now delete the /cryptlib directory if you wish.  The library is installed and read to be used by Mystic!
  
cryptlib.txt · Last modified: 2023/01/24 11:05 by g00r00

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki