Skip to content
New issue

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

compability; not an issue, but important. #12

Open
jon1enforce opened this issue Jun 29, 2024 · 2 comments
Open

compability; not an issue, but important. #12

jon1enforce opened this issue Jun 29, 2024 · 2 comments

Comments

@jon1enforce
Copy link

jon1enforce commented Jun 29, 2024

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':

@jon1enforce
Copy link
Author

jon1enforce commented Jul 17, 2024

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:

  1. rm /usr/bin/openssl

  2. cd /libressl-2.5.0

  3. mkdir build

  4. cd build

  5. cmake ..

  6. make

  7. make test

  8. 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")

@jon1enforce jon1enforce changed the title shared.py compability; not an issue, but important. Jul 17, 2024
@kashikoibumi
Copy link
Owner

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':

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants