Could you please tell me WHICH config file you changed or how? I'm
porting a tiny app from Windows to Ubunto and nokogiri port is one of
the problems I've had so far.
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about installing
it?
···
Notice also that it's
nokogiri (last letter is 'i').
Could you please tell me WHICH config file you changed or how? I'm
porting a tiny app from Windows to Ubunto and nokogiri port is one of
the problems I've had so far.
The thread you've posted to is over a year and a half old! That's ancient.
You may get better responses if you described what your issue is, attaching
information about your Ubuntu version, libxml2 and libxslt versions, and the
contents of your mkmf.log file after the failed gem installation.
Hint: you may want to check out
···
On Sat, Jan 29, 2011 at 6:26 PM, Reza Naq <reza.naq@gmail.com> wrote:
On May 27, 2009, at 2:52 PM, Alice Gheorghiu wrote:
Radosław Bułat wrote:
Search and install package named ruby-dev.
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about installing
it?
---
Charles Johnson
Advanced Computing Center for Research and Education
Vanderbilt University
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about installing
it?
Notice also that it's
nokogiri (last letter is 'i').
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about
installing
it?
Tried it and also followed this site http://whomwah.com/tag/howto/ for
my specific OS to no avail. Maybe I need to modify the conf file (I
attached file with execution for review)
Thanks a bunch for all the help -- alice
Cheers--
Charles
---
Charles Johnson
Advanced Computing Center for Research and Education
Vanderbilt University
Radosław Bułat wrote:
Search and install package named ruby-dev.
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about
installingit?
Notice also that it's nokogiri (last letter is 'i').
Sorry, I lost the original, but there is a nokogirl gem:
IIRC, Mike Dalessio always typed "nokogirl" instead of "nokogiri", so he released "nokogirl"
···
On May 28, 2009, at 16:12, Alice Gheorghiu wrote:
Eric Hodel wrote:
On May 27, 2009, at 12:52, Alice Gheorghiu wrote:
Radosław Bułat wrote:
Search and install package named ruby-dev.
Have similar problem and tried to install ruby-dev but it is not in my
system
I am on linux ( CentOS release 5.2 (Final) How do I go about
installingit?
Notice also that it's nokogiri (last letter is 'i').
Sorry, I lost the original, but there is a nokogirl gem:
Since I was a small boy, I have always wanted to be famous for my poor
typing skills. So, I would love to sit back and let this particular piece of
urban mythology propagate.
However, nokogirl is just too damn funny to not give credit where it is due:
I tried it too and it's there. What's the point? Should we try to
install nokogirl instead?
IIRC, Mike Dalessio always typed "nokogirl" instead of "nokogiri", so he
released "nokogirl"
Since I was a small boy, I have always wanted to be famous for my poor
typing skills. So, I would love to sit back and let this particular
piece of
urban mythology propagate.
However, nokogirl is just too damn funny to not give credit where it is
due:
LOL -with tears in my eyes! Worked on a wget today, with the help of my
provider and it's a nice solution instead of the mechanize module I was
hoping to install from this nokogiri(l) or whatever. I'll keep trying
for my other data provider and ...Stay tuned!. In the meantime if
there's any ruby expert with a bit of time to review the attachement,
maybe I am missing something.
--
Posted via http://www.ruby-forum.com/\.
I tried it too and it's there. What's the point? Should we try to
install nokogirl instead?
IIRC, Mike Dalessio always typed "nokogirl" instead of "nokogiri", so he
released "nokogirl"
Since I was a small boy, I have always wanted to be famous for my poor
typing skills. So, I would love to sit back and let this particular
piece of
urban mythology propagate.
However, nokogirl is just too damn funny to not give credit where it is
due:
LOL -with tears in my eyes! Worked on a wget today, with the help of my
provider and it's a nice solution instead of the mechanize module I was
hoping to install from this nokogiri(l) or whatever. I'll keep trying
for my other data provider and ...Stay tuned!. In the meantime if
there's any ruby expert with a bit of time to review the attachement,
maybe I am missing something.
The issue on my installation was that libxml2 appeared in my /usr/lib64
directory as libxml2.so.2, libxml2.so.2.6.26, and libxml2-2.6.26 so the
configuration file could not determine which one to use. By making a
symbolic link to the latest version libsml2.so.2.6.26 resolved the
problem. Both nokogiri and mechanize were successfully installed