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

Sending annotated papers by e-mail via SMTP with STARTTLS fails #56

Closed
mimaoffice opened this issue Jun 11, 2021 · 8 comments
Closed

Sending annotated papers by e-mail via SMTP with STARTTLS fails #56

mimaoffice opened this issue Jun 11, 2021 · 8 comments

Comments

@mimaoffice
Copy link

I needed to install the following 2 Perl Modules:

IO::Socket::SSL
Authen::SASL

with cpan as follow:

/usr/local/bin/cpan IO::Socket::SSL
/usr/local/bin/cpan Authen::SASL

Note: I had to use the full path to avoid a conflict with MacPorts.

Is is possible to include this in the installation of AMC?

@maelvls
Copy link
Owner

maelvls commented Jun 12, 2021

Hi! I'll try to add them today.

@maelvls
Copy link
Owner

maelvls commented Jun 12, 2021

I added the two modules in #57, can you try upgrading? I also re-enabled the bottles, installation should be faster now.

@mimaoffice
Copy link
Author

Now I cannot start AMC anymore. I get the following error message:

[michele@fibonacci:~] $ auto-multiple-choice 
Typelib file for namespace 'Gtk', version '3.0' not found at /usr/local/Cellar/auto-multiple-choice/1.4.0_8/libexec/lib/perl5/darwin-thread-multi-2level/Glib/Object/Introspection.pm line 108.
BEGIN failed--compilation aborted at /usr/local/Cellar/auto-multiple-choice/1.4.0_8/lib/AMC/perl/AMC-gui.pl line 23.

PS: I deleted my Homebrew installation and installed it again.

@mimaoffice
Copy link
Author

Changing back the line 44 of the file auto-multiple-choice.rb from

depends_on "gtk+"

to

depends_on "gtk+3"

solves the problem...

@maelvls
Copy link
Owner

maelvls commented Jun 14, 2021 via email

@mimaoffice
Copy link
Author

I’ll revert back now

What do you mean with "now"? 😜
Merci!!

@maelvls
Copy link
Owner

maelvls commented Jun 15, 2021

Oops I immediately forgot right after sending this message 😅

I just fixed it in e798c52, it should now work as before 👍

Please feel free to re-open if the issue reappears.

@maelvls maelvls closed this as completed Jun 15, 2021
@mimaoffice
Copy link
Author

mimaoffice commented Jun 15, 2021

Everything is fine now. Thank you!

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

Successfully merging a pull request may close this issue.

2 participants