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

An unknown option was passed in to libcurl #330

Open
andresimi opened this issue May 4, 2024 · 1 comment
Open

An unknown option was passed in to libcurl #330

andresimi opened this issue May 4, 2024 · 1 comment

Comments

@andresimi
Copy link

Hello, I am getting this error when trying to send emails that I could not resolve.

smtp_send(prepare_test_message(), 
                     to = "[email protected]", 
                     from = "[email protected]", 
                     credentials = creds_file("gmail_creds"))
Error in handle_setopt(h, ...) : 
An unknown option was passed in to libcurl

When I run on terminal

[andresimi@andresimi bin]$ which curl
/usr/local/bin/curl
[andresimi@andresimi bin]$ which libcurl
/usr/bin/which: no libcurl in (/opt/conda/bin:/opt/conda/bin:/home/andresimi/.local/bin:/home/andresimi/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin)

I am pretty sure curl, and libcurl-devel were installed via dnf.

Do you have any idea?
Thanks

Versions
R 4.3.3
Fedora 39
Blastula 0.35
curl 8.2.1
libcurl 8.2.1

@andresimi
Copy link
Author

I am still struggling with blastula, it simply does not send the emails. Does anybody knows what is going on?
Best!

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

1 participant