rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01487
Re: Problem Regarding ROHC Implementation
Hello,
> It's possible that I've made a mistake when trying to reinstall the
> application.
> Here the results for your diagnostic.
>
> >> $ gcc -o rohc_hello_world -Wall -Wl,--verbose \
> >> $(pkg-config rohc --cflags --libs) rohc_hello_world.c
> [...]
Thanks. The so files were found as expected. Maybe the symbols were not
correctly included.
Send me please the result of the following commands:
$ nm /usr/local/lib/librohc_comp.so | grep rohc_alloc_compressor
$ nm /usr/local/lib/librohc_comp.so | grep rohc_free_compressor
Regards,
Didier
References