cclive install
CClive redhat version requires curl, pcre and quvi. But original redhat releases are not high version enough for cclive. When you try to install curl and quvi from the sources, You'll get an version error corresponding curl and quvi.
The problem with redhat is when you comply and install a software it does not bind on to normal program files, as automatic binding only searches for system paths. What you need to do is
1.st copy complied libcurl packages and quvi (.so files) from /usr/local/lib folder to the /usr/lib folder .
2 nd copy pkgconfig files from /usr/local/lib/pkgconfig folder to the /usr/lib/pkgconfig folder .
these are libcurl.pc and libquvi.pc.
I need to add libpcrecpp and libpcre files to the list.
then start complying of cclive.
If you encounter cclive: undefined symbol: _ZN7pcrecpp2RE6no_argE
where I got this error due pcrecpp I forgot to copy to /usr/lib folder.
It's a headache. Working with redhat.

Comments
Post new comment