OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to imap.gmail.com:993

2021-08-24 Thread Hongyi Zhao
< * LIST (\HasNoChildren \Trash) "/" "[Gmail]/Trash" * LIST (\HasNoChildren \Trash) "/" "[Gmail]/Trash" < * LIST (\HasNoChildren) "/" "&XeVPXJCuTvY-" * LIST (\HasNoChildren) "/" "&XeVPXJCuTvY-" < * LIST (\HasNoChildren) "/" "&ZTZjbg-" * LIST (\HasNoChildren) "/" "&ZTZjbg-" < * LIST (\HasNoChildren) "/" "&ZcWITHb4UXM-" * LIST (\HasNoChildren) "/" "&ZcWITHb4UXM-" < * LIST (\HasNoChildren) "/" "&ecFOupCuTvY-" * LIST (\HasNoChildren) "/" "&ecFOupCuTvY-" < A003 OK Success * Connection #0 to host 127.0.0.1 left intact ``` Any hints for this problem? Regards, HY -- Assoc. Prof. Hongyi Zhao Theory and Simulation of Materials Hebei Vocational University of Technology and Engineering No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province

[openssl-users] How to uninstall openssl with ``sudo make uninstall''?

2017-09-26 Thread Hongyi Zhao
Hi all, I installed the openssl-1.0.0 with the following steps: $ ./config shared $ make -j24 $ sudo make install But when I try to uninstall it, I meet the following error: $ sudo make uninstall make: *** No rule to make target 'uninstall'. Stop. ps. All of the above steps are performed und