• crypo redux

    From Capt Kirk@21:4/10 to Bucko on Mon Nov 14 11:02:58 2022
    Re: Re: MysticBBS on NAS (NFS or iSCSI)
    By: Bucko to Capt Kirk on Sun Nov 13 2022 07:54:33

    Ok here is the fix from Alysha.. ---------------------------------------------------------------------------- sudo apt-get update
    sudo apt-get install build-essential
    sudo apt-get install gcc-9 g++-9
    sudo apt-get install zip unzip
    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9
    sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9
    wget http://www.mysticbbs.com/downloads/cl345.zip
    mkdir cl345
    cd cl345
    unzip -ax ../cl345.zip
    sudo make shared
    sudo mv libcl.so.3.4.5 /usr/lib/libcl.so
    sudo rm /mystic/data/ssl.cert
    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
    sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11 reboot the system

    Follow these instructions and cryptlib 3.4.5 will work perfect...

    Al

    ... A Skydiver is taken by the gravity of his situation.

    I posted an answer before I saw this, I will give it a shot when I log out of here.
    ---
    þ Synchronet þ Mutiny BBS - mutinybbs.com - telnet:2332 - ssh:2232
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)
  • From Bucko@21:4/131 to Capt Kirk on Mon Nov 14 18:48:55 2022
    On 14 Nov 2022, Capt Kirk said the following...

    I posted an answer before I saw this, I will give it a shot when I log out of here.

    It's a lot of extra work to get it to compile like someone else said changing the builder is not the way to go about it but for me it worked. 3.4.6 compiles perfectly with the latest build tools, 3.4.5 doesn't, there was another post around which changed a couple of lines to something else and it built, but SSL support was no good as the sending a password reset email via gmail did not work. Good luck and let us know how it goes...

    Al

    ... The dog ate my .REP packet

    --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64)
    * Origin: The Wrong Number Family Of BBS' - Wrong Number ][ (21:4/131)
  • From Capt Kirk@21:4/10 to BuckoOp on Mon Nov 14 22:12:31 2022
    Re: Re: crypo redux
    By: Bucko to Capt Kirk on Mon Nov 14 2022 18:48:55

    On 14 Nov 2022, Capt Kirk said the following...

    I posted an answer before I saw this, I will give it a shot when I lo out of here.

    It's a lot of extra work to get it to compile like someone else said changin the builder is not the way to go about it but for me it worked. 3.4.6 compil perfectly with the latest build tools, 3.4.5 doesn't, there was another post around which changed a couple of lines to something else and it built, but S support was no good as the sending a password reset email via gmail did not work. Good luck and let us know how it goes...

    Al

    ... The dog ate my .REP packet

    Ok, I got it running.... SSH, here was my problem all along.. I would download the cryptlib zip file, and unzip it with the graphical interface, when I should have been using Terminal and "unzip -a "... Compiled with Sudo make shared and it ran fine. Go figure...
    ---
    þ Synchronet þ Mutiny BBS - mutinybbs.com - telnet:2332 - ssh:2232
    * Origin: fsxNet FTN<>QWK Gateway (21:4/10)