-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
GitHub Pages Dependencies Missing #17
Comments
Please try these instructions, which may resolve the issue. I believe you need to install cURL. |
I'm not sure what I'm doing wrong, but following the instructions and downloading the above gem just leaves my terminal processing. I've let it sit for >30min without it doing anything. |
@benbalter while those instructions didn't work for me, the following did.
Then it worked fine. I'm running Windows 10 64bit with Cygwin. It seems that the dependency list in either jekyll-remote-theme, or one of it's dependancies is missing libcurl.dll (With extension), and ws2_32.dll 9With extension). I did a recursive grep, but couldn't find either. I think this might be an issue elsewhere.
For reference, here are the error messages I encountered:
|
@mattconsto's suggestion worked for me! |
[GitHub Pages Dependencies Missing · Issue #17 · benbalter/jekyll-remote-theme](benbalter/jekyll-remote-theme#17 (comment))
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I ran into this problem and none of the above solutions worked for me except this one (needed a DLL that actually worked with FFI): https://stackoverflow.com/a/44817511 |
Hi,
I'm trying to use the GitHub Pages gem to preview my Jekyll site locally. Jekyll Remote Theme is listed as a dependency of the gem. Whenever I try to build my site, I get the following error:
Dependency Error: Yikes! It looks like you don't have jekyll-remote-theme or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'Could not open library 'libcurl': The specified module could not be found. . Could not open library 'libcurl.dll': The specified module could not be found. . Could not open library 'libcurl.so.4': The specified module could not be found. . Could not open library 'libcurl.so.4.dll': The specified module could not be found. ' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
I'm using Git Bash on Windows 10. I've tried manually listing this plugin in my Gemfile. I've also ran
gem install jekyll-remote-theme
, neither of which helped. I'm not sure if this is an issue with my system or with the gem, so assistance would be appreciated.The text was updated successfully, but these errors were encountered: