Author Topic: Eagle not starting because of missing libraries  (Read 5022 times)

0 Members and 1 Guest are viewing this topic.

Offline KarelTopic starter

  • Super Contributor
  • ***
  • Posts: 2217
  • Country: 00
Eagle not starting because of missing libraries
« on: October 27, 2018, 01:44:39 pm »
I share this here in case somebody else stumbles over the same problem.

When I tried to install Eagle V7.70 on a new pc it didn't run and showed me the following error message:

Code: [Select]
> ./eagle-lin64-7.7.0.run
Ensure the following libraries are available:
        libssl.so.1.0.0 => not found
        libcrypto.so.1.0.0 => not found

The solution is:

Code: [Select]
cd /usr/lib64/
sudo ln -s libssl.so.1.1 libssl.so.1.0.0
sudo ln -s libcrypto.so.1.1 libcrypto.so.1.0.0
« Last Edit: October 27, 2018, 01:47:50 pm by Karel »
 
The following users thanked this post: stj, rachaelp

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: Eagle not starting because of missing libraries
« Reply #1 on: February 19, 2019, 09:09:21 pm »
almost.

that gives me:
Quote
./eagle: symbol lookup error: ./eagle: undefined symbol: CRYPTO_num_locks
|O
 

Offline KarelTopic starter

  • Super Contributor
  • ***
  • Posts: 2217
  • Country: 00
Re: Eagle not starting because of missing libraries
« Reply #2 on: February 19, 2019, 10:23:36 pm »
Time to move on to Kicad then...
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: Eagle not starting because of missing libraries
« Reply #3 on: February 20, 2019, 01:24:31 am »
i will,
when the schematic editor becomes decent.
last time i checked, you cant grab a part and move it without leaving the traces behind - with eagle they stay connected and follow the part.
 

Offline KarelTopic starter

  • Super Contributor
  • ***
  • Posts: 2217
  • Country: 00
Re: Eagle not starting because of missing libraries
« Reply #4 on: February 20, 2019, 07:25:46 am »
i will,
when the schematic editor becomes decent.
last time i checked, you cant grab a part and move it without leaving the traces behind - with eagle they stay connected and follow the part.

Which version was that? 5.1?
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: Eagle not starting because of missing libraries
« Reply #5 on: February 20, 2019, 11:22:45 am »
no idea, some time last year.
have they changed it since 2017??
 

Offline KarelTopic starter

  • Super Contributor
  • ***
  • Posts: 2217
  • Country: 00
Re: Eagle not starting because of missing libraries
« Reply #6 on: February 20, 2019, 11:43:03 am »
no idea, some time last year.
have they changed it since 2017??

That's what I was curious about. Here at work we are stuck with Eagle V7.
Obviously we need to have a plan to be able to continue our business in case Eagle V7 stops working on future releases of Linux.
We are considering to switch to Kicad and want to give it a try.
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: Eagle not starting because of missing libraries
« Reply #7 on: February 20, 2019, 12:22:42 pm »
well i suppose i'll be the sucker and try it later.
meantime, i'm not giving up on e7
i'm going to install a parallel openssl package - the older 1.0 release.
and then find the real problem - incase it's just a label-change that can be fixed with a hex editor.

btw,
i suppose i should say that i'm using the testing/buster version of Debian.
 

Offline stj

  • Super Contributor
  • ***
  • Posts: 2155
  • Country: gb
Re: Eagle not starting because of missing libraries
« Reply #8 on: February 21, 2019, 03:06:08 pm »
fixed.
i installed openssl 1.0.2

however, i think it's not the version so much as the compile options.
i think debian may have disabled threads in the supplied version.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf