From owner-freebsd-questions@FreeBSD.ORG Wed Jun 27 09:20:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4251216A468 for ; Wed, 27 Jun 2007 09:20:13 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 10AA413C4C8 for ; Wed, 27 Jun 2007 09:20:12 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 25866 invoked from network); 27 Jun 2007 04:20:11 -0500 Received: from unknown (HELO localhost) (210.84.50.231) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 27 Jun 2007 04:20:10 -0500 Date: Wed, 27 Jun 2007 19:20:05 +1000 From: Norberto Meijome To: FreeBSD Questions ML Message-ID: <20070627192005.51bfc74d@localhost> X-Mailer: Claws Mail 2.9.2 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Installing linux libraries not in /usr/ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 09:20:13 -0000 Hello all, I'm testing the latest skype beta for linux from skype's site (1.4 ), ideally viewing to update the port while learning in the process. I've resolved all dependencies so far (listed after my sig), except for : libsigc-2.0.so.0 => not found I do have libsigc++ 2. installed in my system, but I believe I need the linux version , correct? Now, linux-libsigc doesn't exist in ports. I'm faced with 2 options: 1) installing libsigc from FC4 (the linux subsystem version I'm using) via RPM , but it seems only 1.5 has been packaged - i can't seem to find 2.0 anywhere. 2) installing libsigc from source from chroot in /usr/compat/linux - does this make sense? advisable? What ports would be needed to build? i cant seem to find linux-gcc or similar? Any pointers would be greatly appreciated :) TIA!! B _________________________ {Beto|Norberto|Numard} Meijome RTFM and STFW before anything bad happens. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. ---- $ ldd ./skype ./skype: libasound.so.2 => /lib/libasound.so.2 (0x29087000) librt.so.1 => /lib/obsolete/linuxthreads/librt.so.1 (0x29156000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x29169000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x29172000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x2918c000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x29194000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x2919c000) libXfixes.so.3 => /usr/X11R6/lib/libXfixes.so.3 (0x291a1000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x291a6000) libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x291b0000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x291b3000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x2921b000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x29245000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x29255000) libdl.so.2 => /lib/libdl.so.2 (0x29328000) libpthread.so.0 => /lib/obsolete/linuxthreads/libpthread.so.0 (0x2932c000) libsigc-2.0.so.0 => not found libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x2937f000) libm.so.6 => /lib/obsolete/linuxthreads/libm.so.6 (0x2945b000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x29482000) libc.so.6 => /lib/obsolete/linuxthreads/libc.so.6 (0x2948c000) /lib/ld-linux.so.2 (0x29068000) libz.so.1 => /usr/lib/libz.so.1 (0x295ab000) libexpat.so.0 => /usr/lib/libexpat.so.0 (0x295be000)