Dale Worley wrote:
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
Adding the symlink worked.

I had configure fail several times due to missing dependencies. This was one of them.

I installed it manually from source (since the cd ~/lib/; make distro from svn doesn't build it, it just downloads an rpm from fedora which isn't compatible with rhel4) and re-ran configure which finally completed successfully.

When I then did the make it failed with that message.


Here is what the log says about it

[EMAIL PROTECTED] BUILD]$ cat /home/sipx/sipx/BUILD/sipXportLib/config.log | grep CPPUNIT
ac_cv_path_CPPUNIT_CONFIG=/usr/local/bin/cppunit-config
CPPUNIT_CFLAGS='-I/usr/local/include'
CPPUNIT_CONFIG='/usr/local/bin/cppunit-config'
CPPUNIT_LDFLAGS=''
CPPUNIT_LIBS='-L/usr/local/lib -lcppunit -ldl'


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to