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
Subscribe to:
Post Comments (Atom)
-
Step 1, New a project rails new demo Step 2, Update Gemfile add paperclip, mysql2 gem, enable JavaScript runtime gem 'mysql2' ...
-
I used 7z to zip this file under Windows, try to unzip it under linux [ang@walker temp]$ gunzip 2011.sdf.zip gunzip: 2011.sdf.zip: unkno...
-
When trying to access transmission from web-browswer i got the message : 403: Forbidden Unauthorized IP Address. Either disable the IP ad...
hi, im trying for one scenario
ReplyDeletei 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?