error when trying to install nokogiri
Posted
by
sam
on Stack Overflow
See other posts from Stack Overflow
or by sam
Published on 2012-10-16T12:05:55Z
Indexed on
2012/10/16
17:01 UTC
Read the original article
Hit count: 204
im trying to install nokogiri to use in a ruby on rails application to read xml files, ive been following the instructions on their page for home brew 0.9,
when i try and install the libivcon from source as bellow
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
tar xvfz libiconv-1.13.1.tar.gz
cd libiconv-1.13.1
./configure --prefix=/usr/local/Cellar/libiconv/1.13.1
make
sudo make install
i get the following error
`make: *** No rule to make target `install'. Stop.`
any idea why that might be ?
sorry if the answers a real simple one im pretty new to ror / terminal and ive been going round in loops with this for almost a day, any helps much appreciated !
© Stack Overflow or respective owner