Skip to content

install error ubuntu #1529

Locked Answered by jprestop
fipoucat asked this question in Installation
Mar 18, 2022 · 20 comments · 20 replies
Discussion options

You must be logged in to vote

Hi @fipoucat.

You must include the python library file with "-l", which is missing from what you currently have:

export MET_PYTHON_LD=-L/usr/lib/python3.8/config-3.8-x86_64-linux-gnu -L/usr/lib -lcrypt-lpthread -ldl -lutil -lm -lm

It will either be python3.8 or python3.8m. You'll have to look here /usr/lib/python3.8/config-3.8-x86_64-linux-gnu to see what it is. If it is python3.8, MET_PYTHON_LD should look like this:

export MET_PYTHON_LD=-L/usr/lib/python3.8/config-3.8-x86_64-linux-gnu -L/usr/lib -lpython3.8 -lcrypt-lpthread -ldl -lutil -lm

Note the inclusion of "-lpython3.8". Please try it and let us know how it goes.

Replies: 20 comments 20 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@georgemccabe
Comment options

@j-opatz
Comment options

Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
1 reply
@georgemccabe
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@kgerheiser
Comment options

@georgemccabe
Comment options

Comment options

You must be logged in to vote
1 reply
@kgerheiser
Comment options

Comment options

You must be logged in to vote
1 reply
@kgerheiser
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@fipoucat
Comment options

@kgerheiser
Comment options

@fipoucat
Comment options

@jprestop
Comment options

@fipoucat
Comment options

Comment options

You must be logged in to vote
4 replies
@fipoucat
Comment options

@jprestop
Comment options

@fipoucat
Comment options

@jprestop
Comment options

Answer selected by fipoucat
Comment options

You must be logged in to vote
1 reply
@jprestop
Comment options

Comment options

You must be logged in to vote
2 replies
@jprestop
Comment options

@jprestop
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build process Build process issue
5 participants
Converted from issue

This discussion was converted from issue #1528 on March 22, 2022 20:13.