I keep facing with issue of Hash Sum mismatch with apt-get update with the default sources list. By changing to another raspbian mirror which is close to where I am, I can finally install the libssl-dev.
Raspbian mirrors. Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group.
Create a free Team What is Teams? Learn more. Can't apt-get install libssl-dev Ask Question. Asked 6 years, 6 months ago. Active 1 year, 8 months ago. Viewed 39k times. Done Building dependency tree Reading state information Done The following extra packages will be installed: libssl-doc The following NEW packages will be installed: libssl-dev libssl-doc 0 upgraded, 2 newly installed, 0 to remove and 8 not upgraded. Need to get 2, kB of archives. Instead of worrying about that, I'm going to install the dependencies listed on Nokogiri GitHub page :.
That appears to have worked well enough, so I press on. The next step is install the actual Nokogiri gem. The instructions say to use "sudo gem install nokogiri", but because I'm using RVM, I drop the "sudo" part:. Considering " Fresh install of RVM in Ubuntu isn't letting me install gems zlib error ", since you have libxslt1-dev and not libxslt-dev , you might considering recompiling your ruby. Try Nokogiri 1. This should address your installation problem:.
If you want to install a previous version of nokogiri, installing Nokogiri 1. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 8 years, 9 months ago. Active 2 years, 5 months ago. Viewed 18k times. Java is only for the JDBC proxy connector which is not built automatically anymore.
Quick Start 1. User Concepts Querying Browsing 3. Releases 4. Edit this page. Python Hue employs some Python modules which use native code and requires certain development libraries be installed on your system.
To install from the tarball, you'll need these library development packages and tools installed on your system: Versions supported: Python 2. You can install it with:. Locate where you can get the latest version of the software. From there, you can find the ftp location where you can download the software. Notice the latest version available. Compile and install the software by typing these terminal commands from within the extracted folder:.
Update: Another way to do it, per the hint from David Foerster's answer, is to simply use apt-get to install the package for you rather than compiling and installing it yourself. The package you want here is probably either libxml2 or libxml2-dev.
You can search for the package you want by typing. On my system YMMV it shows 36 packages related to libxml. Ubuntu Community Ask! Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more.
0コメント