Code Monkey home page Code Monkey logo

Comments (6)

mattconsto avatar mattconsto commented on June 8, 2024 3

@benbalter while those instructions didn't work for me, the following did.

  1. Install libcurl.dll, add to $PATH, and create a copy without the .dll extension.
  2. Copy %System32%/ws2_32.dll to %System32%/ws2_32 (No .dll extension)

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.

21:02:49 user@host /jekyll-remote-theme
$ grep -r "ws2_32" .
21:02:52 user@host /jekyll-remote-theme
$ grep -r "cygws2_32.dll" .
21:03:44 user@host /jekyll-remote-theme
$ grep -r "libcurl.dll" .
21:08:01 user@host /jekyll-remote-theme
$ grep -r "libcurl" .

For reference, here are the error messages I encountered:

$ bundle exec jekyll serve
Configuration file: [...]/_config.yml
  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': No such file or directory. Could not open library 'cyglibcurl.dll': No such file or directory. Could not open library 'libcurl.so.4': No such file or directory. Could not open library 'cyglibcurl.so.4.dll': No such file or directory' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
jekyll 3.6.2 | Error:  jekyll-remote-theme
$ bundle exec jekyll serve
Configuration file: [...]/_config.yml
  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 'ws2_32': No such file or directory. Could not open library 'cygws2_32.dll': No such file or directory' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
jekyll 3.6.2 | Error:  jekyll-remote-theme

from jekyll-remote-theme.

benbalter avatar benbalter commented on June 8, 2024

Please try these instructions, which may resolve the issue. I believe you need to install cURL.

from jekyll-remote-theme.

cravend avatar cravend commented on June 8, 2024

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.

from jekyll-remote-theme.

cravend avatar cravend commented on June 8, 2024

@mattconsto's suggestion worked for me!

from jekyll-remote-theme.

stale avatar stale commented on June 8, 2024

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.

from jekyll-remote-theme.

winstonlin avatar winstonlin commented on June 8, 2024

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

from jekyll-remote-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.