rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01796
Re: [Question #255525]: crc creating error and aborting compilation
Question #255525 on rohc changed:
https://answers.launchpad.net/rohc/+question/255525
Didier Barvaux requested more information:
Hello,
You have 2 instances of the ROHC library installed. The best thing to do
is removing both of them, then re-install the latest (1.7.0 version).
Remove instance from /usr (run commands as root or with sudo)
$ rm -rf /usr/lib/librohc*
$ rm -rf /usr/include/rohc*
$ rm -rf /usr/lib/pkgconfig/rohc.pc
Remove instance from /usr/local (run commands as root or with sudo)
$ rm -rf /usr/local/lib/librohc*
$ rm -rf /usr/local/include/rohc*
$ rm -rf /usr/local/lib/pkgconfig/rohc.pc
Then, install version 1.7.0:
$ wget http://rohc-lib.org/download/rohc-1.7.x/1.7.0/rohc-1.7.0.tar.xz
$ tar -xJf rohc-1.7.0.tar.xz
$ cd rohc-1.7.0/
$ ./configure --enable-examples --prefix=/usr
$ make all
$ make install
Finally, try again to build your program.
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.