Re: 32bit support on 64bit Linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>>> There is a single yum target, that will bring in all (or most) of the 32bit
>>>> libraries
>>>> and things that are needed to run 32bit applications on 64bit Fedora.

It is also possible to install just the specific 32-bit libraries that
you need.  That's what I did when I built ZooLib for 32-bit under
64-bit Fedora.  (http://www.zoolib.org/)

If you're building a 32-bit program from source, just try to build it
before installing any 32-bit libraries.  The link will fail because it
can't find a bunch of stuff.  Try to figure out what 32-bit yum
packages satisfy just the first few complaints, then install the
packages and try again.

After a few rounds of this you'll have pretty close to just the bare
minimum of libraries needed for that one program.

If you have a binary executable, and not the source, then ry running
it.  It won't run because it can't find a bunch of libraries.  Install
the first two or three libraries that it complains about, then Lather,
Rinse, Repeat.

In general a runtime library named libfoo.so will have a yum package
called libfoo.i386 or some such, and a development library named
something like libfoo-dev.i386.  You only need the "-dev" libraries if
you're developing from source - these include the header files, that
aren't needed for runtime support.

I'll send you my bill in the mail.

Don Quixote
-- 
Don Quixote de la Mancha
quixote@xxxxxxxxxxxxxxxx
http://www.dulcineatech.com

   Dulcinea Technologies Corporation: Software of Elegance and Beauty.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux