Maybe you should install the package libgnucc2. Here an excerpt from ccRTP manual:
<quote> ccRTP is based on the GNU Common C++ framework, though most of the l ibrary does not require it. Common C++ provides basic system services such as threading, synchronization and sockets1, which makes it possible to provide a complete solution for the use of RTP. However, although ccRTP provides facilities and abstractions useful for the RTP specific components of applications that use RTP, such applications generally require similar system services for other tasks. Besides supporting ccRTP, Common C++ provides a portable and efficient framework for these kind of services. </quote> please have a look at <http://savannah.gnu.org/projects/commoncpp#options> Regards, Werner Ashish Khare wrote: > Hi, > > I have downloaded crtp-1.5.1 and trying to configure on RHEL machine. > But i am getting this error. > Can someone help me please. > Below are the traces of configure command. > > checking whether to enable maintainer-specific portions of Makefiles... no > checking for pkg-config... /usr/bin/pkg-config > checking for libccgnu2 >= 1.3.0... Package libccgnu2 was not found in the > pkg-config search path. > Perhaps you should add the directory containing `libccgnu2.pc' > to the PKG_CONFIG_PATH environment variable > No package 'libccgnu2' found > > configure: error: Library requirements (libccgnu2 >= 1.3.0) not met; > consider adjusting the PKG_CONFIG_PATH environment variable if your > libraries are in a nonstandard prefix so pkg-config can find them. > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Ccrtp-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/ccrtp-devel _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
