element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Eagle 6.5.0 in Debian 7 64-bit
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Autodesk EAGLE requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 149 subscribers
  • Views 608 views
  • Users 0 members are here
Related

Eagle 6.5.0 in Debian 7 64-bit

bigguiness
bigguiness over 9 years ago

I thought I would take a look at Eagle but I cannot get it to install on my Debian 7 64-bit system.

 

Running the downloaded eagle-lin-6.5.0.run installer I get:

 

$ cd /tmp

$ wget ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-6.5.0.run

$ chmod +x eagle-lin-6.5.0.run

$ ./eagle-lin-6.5.0.run

/tmp/eagle-setup.9733/eagle-6.5.0/bin/eagle: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory

 

It appears that Eagle needs some 32-bit libraries but I don't think these are available on Debian 7 64-bit.

 

Any ideas?

 

Thanks,

Hartley

  • Sign in to reply
  • Cancel
  • autodeskguest
    0 autodeskguest over 9 years ago

    On 1/28/2014 1:49 PM, Hartley Sweeten wrote:

    I thought I would take a look at Eagle but I cannot get it to install on

    my Debian 7 64-bit system.

     

    Running the downloaded eagle-lin-6.5.0.run installer I get:

     

    $ cd /tmp

    $ wget ftp://ftp.cadsoft.de/eagle/program/6.5/eagle-lin-6.5.0.run

    $ chmod +x eagle-lin-6.5.0.run

    $ ./eagle-lin-6.5.0.run

    /tmp/eagle-setup.9733/eagle-6.5.0/bin/eagle: error while loading shared

    libraries: libXrender.so.1: cannot open shared object file: No such file

    or directory

     

    It appears that Eagle needs some 32-bit libraries but I don't think

    these are available on Debian 7 64-bit.

     

    Any ideas?

     

    Thanks,

    Hartley

     

    --

    To view any images and attachments in this post, visit:

    http://www.element14.com/community/message/102308

     

    Hi Hartley,

     

    On 64-bit machines, EAGLE needs a 32-bit environment to be setup. Try

    the procedure referenced below:

     

    sudo dpkg --add-architecture i386

    sudo apt-get update

     

    Some additional info can be found here

     

    http://fwroller.com/2013/05/07/how-to-run-32-bit-apps-on-ubuntu-13-04-64-bit/

     

    Best Regards,

    Jorge Garcia

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ocwo92
    0 ocwo92 over 9 years ago in reply to autodeskguest

    After adding the architecture, you'll need to install the i386 libraries:

     

    sudo apt-get install libxrender1:i386 libxrandr2:i386 libxcursor1:i386 libfreetype6:i386 libfontconfig1:i386 libxi6:i386 libssl1.0.0:i386

     

    and possible some more.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Richard_H
    0 Richard_H over 9 years ago in reply to ocwo92

    I think the following packages are needed:

     

    sudo apt-get install libxrender1:i386
    sudo apt-get install libxrandr2:i386
    sudo apt-get install libxcursor1:i386
    sudo apt-get install libfreetype6:i386
    sudo apt-get install libfontconfig1:i386
    sudo apt-get install libxi6:i386
    sudo apt-get install libpng12-0:i386
    sudo apt-get install libstdc++6:i386
    sudo apt-get install libjpeg62:i386

     

    HTH

    Richard

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 9 years ago in reply to Richard_H

    Dose installation successful?

    I also plan - install hobbist version under virtual machine, but also have 64bit and on Mac I have already installed light version, they can't work together.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube