Re: [Siproxd-users] Compilation issue - checking for osip_init in -losip2... no - *** ERROR: libosi
Status: Beta
Brought to you by:
tries
From: Thomas R. <tr...@gm...> - 2013-04-16 21:10:06
|
Where are you libosip2 libraries and header files installed? --with-libosip-prefix=<PREFIX> does specify a prefix and configure expects the libosip2 libraries within PPREFIX/include and PREFIX/lib. If your installation directories of libosip2 are different you may try --with-extra-includes=DIR adds non standard include paths --with-extra-libs=DIR adds non standard library paths instead. Try --with-extra-includes=</path/to/libosip/include/> --with-extra-libs=</path/to/libosip/lib/> (replace </path/to...> with the proper path. Regards, /Thomas On 04/16/2013 01:00 PM, Jack Howard wrote: > Hi! > > I'm trying to compile siproxd on a Fedora-based Linux system. > > I've downloaded and compiled libosip2, but when I try and run the ./configure > for siproxd, it errors: > > # ./configure --with-libosip-prefix=/usr/local > ... > ... > checking for osip_init in -losip2... no > *** ERROR: libosip2 is required! Maybe you need to use --with-libosip-prefix ? > > However, as far as I can see everything is where it should be. I've tried > setting the prefix to /usr/local and /usr/local/lib, and my /etc/ld.so.conf > contains both paths too: > > include ld.so.conf.d/*.conf > /usr/local/lib > /usr/lib/mysql > /usr/local/mysql-5.0.67-linux-i686/lib > /usr/local > > An objdump appears to show the required item present: > > # objdump -x /usr/local/lib/libosip2.so |grep osip_init > 00008fa6 g F .text 0000015a osip_init > > Have tried Googling, which lead me to the use of objdump, but no further. > > All help appreciated. > > -- > Jack Howard > Senior System Development Engineer > 186k Limited > http://www.186k.co.uk - 0870 1222 186 > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ > Siproxd-users mailing list > Sip...@li... > https://lists.sourceforge.net/lists/listinfo/siproxd-users > |