I've seen problems with OpenSSL versions before. OpenSSL tends to not play nice between even minor updates which can sometime lead to strange missing symbol references.
the OpenSSL crate we use requires OpenSSL 1.1.1 https://docs.rs/openssl/0.10.29/openssl/ One thing you might want to try is to see if you can compile and run in a Docker instance. That way you can install `libssl1.1.1` and not break any dependencies for your system for a different version. Good luck! On Mon, May 18, 2020 at 9:13 AM Donovan Preston <dpres...@mozilla.com> wrote: > I don't think that is a known issue. Can you file a bug on > https://github.com/mozilla-services/syncstorage-rs > > We can continue discussing it on the bug once it is filed. Thanks! > > On Sat, May 16, 2020 at 5:09 PM Cathryn Mataga <cath...@junglevision.com> > wrote: > >> Compiles a bunch of files, but then hits this. is this a known issue? >> This is fedora32. (Is this the place to ask about this?) >> >> >> = note: /usr/bin/ld: >> ***/syncstorage-rs/target/debug/deps/libopenssl-9b3ac18fddec5e46.rlib(openssl-9b3ac18fddec5e46.openssl.38ibwgja-cgu.0.rcgu.o): >> undefined reference to symbol 'OPENSSL_cipher_name@@OPENSSL_1_1_1' >> /usr/bin/ld: /usr/lib64/libssl.so.1.1: error adding symbols: >> DSO missing from command line >> collect2: error: ld returned 1 exit status >> >> >> On 5/14/2020 6:32 AM, Donovan Preston wrote: >> >> Hello. >> >> The Python syncserver is in the process of being replaced with a version >> of the syncserver implemented in rust. You may have more luck trying to use >> the new version. >> >> https://github.com/mozilla-services/syncstorage-rs >> >> On Thu, May 7, 2020 at 1:17 AM Cathryn Mataga <cath...@junglevision.com> >> wrote: >> >>> I'm getting errors about VirtualEnv module. Looks like it's available >>> in Python 3, but not in python 2.7. I trying monkeying around with pip >>> to get it installed, but couldn't figure it out, not being a python >>> person generally. >>> >>> _______________________________________________ >>> Sync-dev mailing list >>> Sync-dev@mozilla.org >>> https://mail.mozilla.org/listinfo/sync-dev >>> >> _______________________________________________ > Sync-dev mailing list > Sync-dev@mozilla.org > https://mail.mozilla.org/listinfo/sync-dev >
_______________________________________________ Sync-dev mailing list Sync-dev@mozilla.org https://mail.mozilla.org/listinfo/sync-dev