Re: [Siproxd-users] Compilation issue - checking for osip_init in -losip2... no - *** ERROR: libosi
Status: Beta
Brought to you by:
tries
From: Jack H. <jac...@18...> - 2013-04-17 10:27:08
|
Hi! I don't have any libosip/include or ../lib directories. To install libosip I did: Download libosip2-4.0.0.tar.gz to /usr/local/src and unpacked it into libosip2-4.0.0. Change into the directory, make, make install. That gave me the following files in /usr/local/lib libosip2.a libosip2.la libosip2.so libosip2.so.10 libosip2.so.10.0.0 libosipparser2.a libosipparser2.la libosipparser2.so libosipparser2.so.10 libosipparser2.so.10.0.0 I've tried running configure with --with-libosip-prefix=/usr/local/lib and with --with-libosip-prefix=/usr/local, but both fail. Should I have something else as well? - J. On 16 April 2013 22:09, Thomas Ries <tr...@gm...> wrote: > 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 > > > > > > ------------------------------------------------------------------------------ > 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 > > -- Jack Howard Senior System Development Engineer 186k Limited http://www.186k.co.uk - 0870 1222 186 |