linux-compat: problems installing rpm, bunch of .so's missing

2007-03-27 Thread Steve Franks

So, first time I've ever messed with linux compatibility.  This is
about where I'm at:

[EMAIL PROTECTED] ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm
error: failed dependencies:
   /bin/bash is needed by picasa-2.2.2820-5
   ld-linux.so.2 is needed by picasa-2.2.2820-5
   libICE.so.6 is needed by picasa-2.2.2820-5
   libSM.so.6 is needed by picasa-2.2.2820-5
   libX11.so.6 is needed by picasa-2.2.2820-5
   libXext.so.6 is needed by picasa-2.2.2820-5
   libXi.so.6 is needed by picasa-2.2.2820-5
   libXmu.so.6 is needed by picasa-2.2.2820-5
   libXpm.so.4 is needed by picasa-2.2.2820-5
   libXt.so.6 is needed by picasa-2.2.2820-5
   libc.so.6 is needed by picasa-2.2.2820-5
   libc.so.6(GLIBC_2.1) is needed by picasa-2.2.2820-5
   libdl.so.2 is needed by picasa-2.2.2820-5
   libm.so.6 is needed by picasa-2.2.2820-5
   libutil.so.1 is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
   /bin/sh   is needed by picasa-2.2.2820-5
[EMAIL PROTECTED] ~]$

Note that I've got:

[EMAIL PROTECTED] ~]$ pkg_info
...
linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
linux_base-fc-4_9   Base set of packages needed in Linux mode (for i386/amd64)
...
[EMAIL PROTECTED] ~]$


Do we have a handbook page about getting linuz compatibility to actually work?

Thanks,
Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: linux-compat: problems installing rpm, bunch of .so's missing

2007-03-27 Thread Boris Samorodov
On Tue, 27 Mar 2007 15:56:04 -0700 Steve Franks wrote:

 So, first time I've ever messed with linux compatibility.  This is
 about where I'm at:

 [EMAIL PROTECTED] ~]$ sudo rpm -i picasa-2.2.2820-5.i386.rpm
 error: failed dependencies:
/bin/bash is needed by picasa-2.2.2820-5
ld-linux.so.2 is needed by picasa-2.2.2820-5
libICE.so.6 is needed by picasa-2.2.2820-5
libSM.so.6 is needed by picasa-2.2.2820-5
libX11.so.6 is needed by picasa-2.2.2820-5
libXext.so.6 is needed by picasa-2.2.2820-5
libXi.so.6 is needed by picasa-2.2.2820-5
libXmu.so.6 is needed by picasa-2.2.2820-5
libXpm.so.4 is needed by picasa-2.2.2820-5
libXt.so.6 is needed by picasa-2.2.2820-5
libc.so.6 is needed by picasa-2.2.2820-5
libc.so.6(GLIBC_2.1) is needed by picasa-2.2.2820-5
libdl.so.2 is needed by picasa-2.2.2820-5
libm.so.6 is needed by picasa-2.2.2820-5
libutil.so.1 is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
/bin/sh   is needed by picasa-2.2.2820-5
 [EMAIL PROTECTED] ~]$

 Note that I've got:

 [EMAIL PROTECTED] ~]$ pkg_info
 ...
 linux-expat-1.95.8  Linux/i386 binary port of Expat XML-parsing library
 linux-fontconfig-2.2.3_5 Linux/i386 binary of Fontconfig
 linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries
 linux_base-fc-4_9   Base set of packages needed in Linux mode (for i386/amd64)
 ...
 [EMAIL PROTECTED] ~]$

ATM the best place to read is /usr/ports/UPDATING:
-
20060616:
  AFFECTS: users of emulation/linux_base-*
-

You may skip suggestions how to upgrade from earlier versions and pay
attention how to override difficulties.

 Do we have a handbook page about getting linuz compatibility to actually work?

Well, you may initiate the process. Write down some paragraphs, show
them at [EMAIL PROTECTED] Somebody may help, etc...

BTW, freebsd-emulation@ is a better place to continue the
discussion. CC'ing to it, please, remove questions@ on a reply.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]