zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

64-bit Debian: No such file or directory

February 23, 2011 by Igor Drobot 2 Comments

Problem:
When I try to run 32-bit program on 64-bit Kernel the following errors were observed:
My code was compiled on 32-bit environment.

1
root@oracle-server: ./re_structure.bin: No such file or directory

root@oracle-server: ./re_structure.bin: No such file or directory

Solution:
Get the 32-bit shared library package for use on amd64 and ia64 systems, ia32-libs:

1
apt-get install ia32-libs

apt-get install ia32-libs

Filed Under: Linux Tagged With: 32-bit, 64-bit

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Comments

  1. Tony says

    November 13, 2012 at 03:49

    This worked for me. Thanks very much.

  2. Jo says

    November 16, 2011 at 20:02

    Wow thanks.
    Thats it!

Leave a Reply

Your email address will not be published. Required fields are marked *