Re: SIPPROXD installation problem - missing libosipparser and other shared libraries. Is there an RPM for CentOS somewhere?

Thomas Ries <[email protected]> Sat, 25 Sep 2010 12:11:10 +0200 (CEST)
Newsgroups gmane.network.siproxd
Message-ID <[email protected]>
--===============2131404944524455130==
Content-Type: MULTIPART/SIGNED; MICALG=pgp-sha1;
	PROTOCOL="application/pgp-signature";
	BOUNDARY="-1463810047-1804289383-1285409472=:13051"

---1463810047-1804289383-1285409472=:13051
Content-Type: TEXT/PLAIN; CHARSET=us-ascii
Content-Disposition: INLINE

It seems that you installed the libosip2 libraries yourself (not via an
RPM package)? They are in /usr/*local*/lib , so you must make sure that 
this path is included in /etc/ld.so.conf.

Also - as it is a 64bit system - make sure you use the proper built of
the libraries (32bit/64bit) for siproxd. As I'm not that amiliar with
64bit systems my guess is that you have installed the libosip2 libraries
(libosip2.so.4) in the location for the 32bit libraries. You also seem
to have an earlier libosip2 version installed (via RPM I guess) which
resides in /usr/lib64/.

So, first thing is to clean up the libosip2 installation. You need 
- libosip2 >= 3.0.0 (siproxd development is using libosip2-3.3.0)
- libosip2-devel

Then rebuild and install siproxd:
$ make clean
$ ./configure
$ make
$ make install


On 19 Sep, bruce bruce wrote:
> Hello Everyone,
> 
> I embarked on installing Siproxd but it has taken me a bit time and
> it's not installing properly.
> 
> Linux new-host-5 2.6.18-194.11.3.el5 #1 SMP Mon Aug 30 16:19:16 EDT 2010
> x86_64 x86_64 x86_64 GNU/Linux
> 
> Here is what happens trying to run siproxd before any of the .conf
> files is touched:
> 
> [root@new-host-5 siproxd-0.8.0]# siproxd
> siproxd: error while loading shared libraries: libosipparser2.so.4:
> cannot open shared object file: No such file or directory
> 
> I see that both libosip2 and libosipparser are installed. Maybe it's a
> path issue but I am not sure how to set it. Here is a locate done on
> the libosip:
> 
> [root@new-host-5 siproxd-0.8.0]# locate libosip
> /usr/lib64/libosip2.so.3
> /usr/lib64/libosip2.so.3.0.0
> /usr/lib64/libosipparser2.so.3
> /usr/lib64/libosipparser2.so.3.0.0
> /usr/local/lib/libosip2.a
> /usr/local/lib/libosip2.la
> /usr/local/lib/libosip2.so
> /usr/local/lib/libosip2.so.4
> /usr/local/lib/libosip2.so.4.2.0
> /usr/local/lib/libosipparser2.a
> /usr/local/lib/libosipparser2.la
> /usr/local/lib/libosipparser2.so
> /usr/local/lib/libosipparser2.so.4
> /usr/local/lib/libosipparser2.so.4.2.0
> /usr/local/lib/pkgconfig/libosip2.pc
> /usr/share/doc/libosip2-2.2.0
> /usr/share/doc/libosip2-2.2.0/AUTHORS
> /usr/share/doc/libosip2-2.2.0/BUGS
> /usr/share/doc/libosip2-2.2.0/COPYING
> /usr/share/doc/libosip2-2.2.0/ChangeLog
> /usr/share/doc/libosip2-2.2.0/INSTALL
> /usr/share/doc/libosip2-2.2.0/NEWS
> /usr/share/doc/libosip2-2.2.0/README
> /usr/share/doc/libosip2-2.2.0/TODO
> 
> 
> Is there not a simple RPM package for CentOS 5 posted somewhere for
> SIProxd
> ???
> 
> Thanks alot

---1463810047-1804289383-1285409472=:13051
Content-Type: APPLICATION/PGP-SIGNATURE

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFMncrAB2xLpFxU+GURAkUQAJ4tXWEG93aUXPiyMe21vhLtckpegACcCrG6
HPH8Of+gCarUZVYSJx16Re4=
=tYns
-----END PGP SIGNATURE-----

---1463810047-1804289383-1285409472=:13051--


--===============2131404944524455130==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
--===============2131404944524455130==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Siproxd-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/siproxd-users

--===============2131404944524455130==--