Skip to content
Discussion options

You must be logged in to vote

@amscosta The svpre program is used by the svSolver.

There are a couple of SV Forum posts about this problem.

You didn't mention which OS you are using but it you are using Ubuntu 20 or 22 there is a known problem with the expat library used by VTK.

You can try

 sudo apt update

or if that doesn't work then run the following to install an earlier version of expat.

sudo apt-get install libexpat1=2.4.7-1 libexpat1-dev=2.4.7-1

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by amscosta
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants