From: Enrico M. <enr...@te...> - 2008-01-04 11:34:24
|
Sergi Puigvent=F3s wrote: > I have compiled and installed libxpp, libsipdht2, sofia and all require= d > libs and also gsim-sipdht2 (finally) without errors, but when trying to= > execute gsim it didn't find libxpp.so (i have it in usr/local/lib). > The thing is that I'm sure the path is correctly set inside configure > file of gsim.... >=20 > Did anyone have the same problem? DO you know how can i fix this? Probably you can make it work just telling the linker where to find libxpp.so, as /usr/local/lib is not a standard path. There are many ways to do that; a simple one is to set the LD_LIBRARY_PATH environment variable with something like: $ export LD_LIBRARY_PATH=3D/usr/local/lib --=20 Ciao, Enrico |