On Wed, 2008-06-11 at 19:29 -0400, Arjun Nair wrote: > You can try creating this symbolic link in "/lib" folder > > libcppunit-1.12.so.0 -> /usr/local/lib/libcppunit-1.12.so.0 > > Atleast, it worked for me.. > > Arjun.
What is looks like is that the build process thought that it located libcppunit, but that it had not done so correctly. The usual reason is that the library has been relocated since ./configure has last been run. Can you do a clean rebuild and see if the problem goes away? If it does not, please check this line in sipXportLib/config.log: CPPUNIT_CONFIG='/usr/bin/cppunit-config' Then run "/usr/bin/cppunit-config[as above] --libs" and "ls -l $( locate libcppunit )". Dale _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
