Re: [S-mailx] Working with s-nail 14.9.24 on Fedora

2022-05-26 Thread josef . jurek




And the packages I was missing were:

 openssl-devel
 krb5-devel
 libidn2-devel

14.9.24 is now working on my system!

Thank you Steffen!



Steffen Nurpmeso  wrote:
> 
> You may need a development package for OpenSSL installed.
> 
>   https://src.fedoraproject.org/rpms/s-nail/blob/rawhide/f/s-nail.spec
> 
> lists build dependencies:
> 
>   BuildRequires: make
>   BuildRequires:  gnupg2
>   BuildRequires:  gcc
>   BuildRequires:  openssl
>   BuildRequires:  openssl-devel
>   BuildRequires:  krb5-devel
>   BuildRequires:  libidn2-devel
>   BuildRequires:  ncurses-devel



Re: [S-mailx] Working with s-nail 14.9.24 on Fedora

2022-05-26 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in
 <20220526183137.xxos2%stef...@sdaoden.eu>:
 ...
 ||However, to better work OAuth, Mr. Nurpmeso suggested
 |
 |Come on Mr. Jurek.  Then only Mr. please.  Really.

I meant: only _without_ Mr., of course!!

(Away for some time)

--steffen
|
|Der Kragenbaer,The moon bear,
|der holt sich munter   he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)


Re: [S-mailx] Working with s-nail 14.9.24 on Fedora

2022-05-26 Thread Steffen Nurpmeso
Hello Josef.

josef.ju...@gmail.com wrote in
 <20220526173718.sbome...@gmail.com>:
 |
 |I am running Fedora 35.
 |
 |s-nail 14.9.23 is in the Fedora repository, is
 |installed on my machine and is currently
 |working well to access my gmail account.

https://repology.org/project/s-nail/versions

says .24 is in "rawhide", but i do not know how you can install
a "development branch" in a regular release.

 |However, to better work OAuth, Mr. Nurpmeso suggested

Come on Mr. Jurek.  Then only Mr. please.  Really.
/ME quivers

 |that I install s-nail 14.9.24.

 |14.9.24 compiles for me, but when executed,
 |it cannot access my email account.  The message
 |displayed is:
 |
 |  s-nail: URL proto:// invalid (protocol or TLS support missing?): \
 |  smtps://smtp.gmail.com:465
 |
 |The "make test" command also fails, and some of
 |the relevant messages are:
 |
 |  [...]
 |  ERROR: 5: checksum mismatch (got 1033929964 4587)
 |  ERROR: 6: checksum mismatch (got 83794641 4457)
 |  ERROR: 7: checksum mismatch (got 1844115476 4640)
 |  [...]
 |  602 tests: 599 ok, 3 failure(s).  5 test(s) skipped

Well i would need the name of the test that fails, and is echoed
before the numbers.

 |In the "make config" stage, the following lines
 |refer to TLS, and maybe this is the problem:
 |
 | . TLS (LibreSSL) ... no
 | . TLS (OpenSSL >= v3.0.0) ... no
 | . TLS (OpenSSL >= v1.1.1) ... no
 | . TLS (OpenSSL >= v1.1.0) ... no
 | . TLS (OpenSSL) ... no
 | ! NOTICE: unsupported: OPT_TLS
 | ! NOTICE: unsupported: OPT_TLS_ALL_ALGORITHMS
 | . VAL_RANDOM: arc4random(3) ... no
 |
 |Are there any suggestions on what I need to
 |do to get 14.9.24 working?

You may need a development package for OpenSSL installed.

  https://src.fedoraproject.org/rpms/s-nail/blob/rawhide/f/s-nail.spec

lists build dependencies:

  BuildRequires: make
  BuildRequires:  gnupg2
  BuildRequires:  gcc
  BuildRequires:  openssl
  BuildRequires:  openssl-devel
  BuildRequires:  krb5-devel
  BuildRequires:  libidn2-devel
  BuildRequires:  ncurses-devel

of which i would recommend at least ncurses-devel and
openssl-devel then, dependent upon what you plan to do.

 |Thank you very much for your help!
 --End of <20220526173718.sbome...@gmail.com>

--steffen
|
|Der Kragenbaer,The moon bear,
|der holt sich munter   he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)


[S-mailx] Working with s-nail 14.9.24 on Fedora

2022-05-26 Thread josef . jurek


I am running Fedora 35.

s-nail 14.9.23 is in the Fedora repository, is
installed on my machine and is currently
working well to access my gmail account.

However, to better work OAuth, Mr. Nurpmeso suggested
that I install s-nail 14.9.24.



14.9.24 compiles for me, but when executed,
it cannot access my email account.  The message
displayed is:

  s-nail: URL proto:// invalid (protocol or TLS support missing?): 
smtps://smtp.gmail.com:465


The "make test" command also fails, and some of
the relevant messages are:

  [...]
  ERROR: 5: checksum mismatch (got 1033929964 4587)
  ERROR: 6: checksum mismatch (got 83794641 4457)
  ERROR: 7: checksum mismatch (got 1844115476 4640)
  [...]
  602 tests: 599 ok, 3 failure(s).  5 test(s) skipped


In the "make config" stage, the following lines
refer to TLS, and maybe this is the problem:

 . TLS (LibreSSL) ... no
 . TLS (OpenSSL >= v3.0.0) ... no
 . TLS (OpenSSL >= v1.1.1) ... no
 . TLS (OpenSSL >= v1.1.0) ... no
 . TLS (OpenSSL) ... no
 ! NOTICE: unsupported: OPT_TLS
 ! NOTICE: unsupported: OPT_TLS_ALL_ALGORITHMS
 . VAL_RANDOM: arc4random(3) ... no

Are there any suggestions on what I need to
do to get 14.9.24 working?

Thank you very much for your help!

Josef