Thursday, February 21, 2013

Install pynids-0.6.1 in centos

Error:
Package requirements (glib-2.0 >= 2.2.0) were not met.

Fix:
1, do
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig


2, download  libnids-1.24
do:
./configure
make
make install

3, go to pynids-0.6.1

 python setup.py build
python setup.py install

1 comment:

  1. hi, im trying for one scenario

    i do have one file

    abc.txt.gz_ok

    when i use gunzip -S .gz_ok abc.txt.gz_ok then it works fine.

    but if my file is like abc.txt.gz_OK and then if i try
    gunzip -S .gz_OK abc.txt.gz_OK

    it gives an error message of unknown suffix, i dont know why is it happening like this?

    ReplyDelete