On Nov 6, 2009, at 11:15 AM, Susheela Mohan wrote: > HI, > > while starting openxcap i am getting below error, i hv python- > gnutls-1.1.8 and gnutls-2.4.1 installed. > > When i do find of "libgnutls.so.26" i get file in below dirs. Am I > missing something here?? > any help appreciated. > > > > ./usr/local/lib/libgnutls.so.26 > ./home/ovadm/xcap/gnutls-2.4.1/lib/.libs/libgnutls.so.26 >
Which distro are you using? Do you have /usr/local/lib/ in your LD_LIBRARY_PATH? You may want to add it: sag...@topux:~/work/src/python-sipsimple$ cat /etc/ld.so.conf.d/ local.conf /usr/local/lib and then run ldconfig Regards, -- Saul Ibarra Corretge AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
