From: <ser...@gm...> - 2008-01-04 11:55:57
|
Thanks to both of you! It works fine now! On Jan 4, 2008 12:36 PM, Enrico Marocco <enr...@te...> wrote: > 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.... > > > > 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 > > -- > Ciao, > Enrico > > --=20 Sergi |