How to Install Python 2.5 with Linux (2.6) ABI and linux_base-f8
Boris Samorodov
bsam at ipt.ru
Fri Aug 7 09:46:49 UTC 2009
(trim freebsd-python@, the topic is freebsd-emulation@ specific)
On Thu, 6 Aug 2009 17:29:48 -0600 Wesley Dyk wrote:
> I have tried to install a compiled version from a
> fedora10 rpm with the command:
> rpm -i --ignoreos --root /compat/linux <rpmfile>
To extract an rpm file to a current directory use:
% rpm2cpio < /path/to/rpm/file | cpio -id
Note: you should brandelf(1) any binary executable file
extracted from a distro).
--
WBR, bsam
More information about the freebsd-emulation
mailing list