We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Error "could not determine file type" -- is raised by shared.py at BSD:
"freebsd is the same as major linux systems(and openbsd..(i think so..))"
please try out: +++sys.platform[:7] == 'freebsd' or sysplatform[:7] == 'openbsd' or sysplatform[:7] == "linux": ...
istead of --- sys.platform[:7] == 'freebsd':
The text was updated successfully, but these errors were encountered:
COMPABILITY for BSD,Linux, ...
libressl-2.5.0 (should)similar to OpenSSL 1.0.2k https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
experimental for pybitmessage on linux and bsd: for comparison with libressl 2.7.0 (old-openssl 1.1.0)
install:
rm /usr/bin/openssl
cd /libressl-2.5.0
mkdir build
cd build
cmake ..
make
make test
sudo make install [on linux, the /usr/bin/openssl should be created] 8.1. cp /libressl-2.5.0/build/apps/openssl/openssl /usr/bin/openssl [BSD]
pybitmessage+++set libcrypto.so +++ libssl.so +++ at openssl.py+++libdir.append("/path/libssl.so")+++libdir.append("/path/libcrypto.so")
Sorry, something went wrong.
This issue should originate from the official upstream version. How about you raise the issue to the official repo?
The Error "could not determine file type" -- is raised by shared.py at BSD: "freebsd is the same as major linux systems(and openbsd..(i think so..))" please try out: +++sys.platform[:7] == 'freebsd' or sysplatform[:7] == 'openbsd' or sysplatform[:7] == "linux": ... istead of --- sys.platform[:7] == 'freebsd':
No branches or pull requests
The Error "could not determine file type" -- is raised by shared.py at BSD:
"freebsd is the same as major linux systems(and openbsd..(i think so..))"
please try out:
+++sys.platform[:7] == 'freebsd' or sysplatform[:7] == 'openbsd' or sysplatform[:7] == "linux":
...
istead of
--- sys.platform[:7] == 'freebsd':
The text was updated successfully, but these errors were encountered: