Log in
Register
Menu
Log in
Register
Home
What's new
Latest activity
Authors
Forums
New posts
Search forums
What's new
New posts
Latest activity
Members
Current visitors
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="deeptho" data-source="post: 1127540" data-attributes="member: 215446"><p>Satesco,</p><p></p><p>you probably link against the wrong library. Perhaps the python library is the problem. That is what the message says.</p><p>You link with statically with python (should be a dyamic link: .so instead of .a) and the python version is 3.8 (perhaps not a problem, but mine is 3.9).</p><p></p><p>Did you change any of the cmake settings? Did you install all prerequisites? Specifically python3-libs?</p><p></p><p>Be also careful with mixing /us/rlib and /usr/local/lib. It could very well happen that you have some left over of an older python version </p><p>installed in /usr/local//lib. I do not know ubuntu well enough to know about its conventions, but on fedora this is exactly what </p><p>would go wrong if ever you compile your own python (will end up in /usr/local/lib) and then later install the official one (will end up in /usr/lib).</p><p></p><p>In general it is better to post the log files of the build (on github. Just rename them to .txt) than screenshots which disallow cut and paste.</p></blockquote><p></p>
[QUOTE="deeptho, post: 1127540, member: 215446"] Satesco, you probably link against the wrong library. Perhaps the python library is the problem. That is what the message says. You link with statically with python (should be a dyamic link: .so instead of .a) and the python version is 3.8 (perhaps not a problem, but mine is 3.9). Did you change any of the cmake settings? Did you install all prerequisites? Specifically python3-libs? Be also careful with mixing /us/rlib and /usr/local/lib. It could very well happen that you have some left over of an older python version installed in /usr/local//lib. I do not know ubuntu well enough to know about its conventions, but on fedora this is exactly what would go wrong if ever you compile your own python (will end up in /usr/local/lib) and then later install the official one (will end up in /usr/lib). In general it is better to post the log files of the build (on github. Just rename them to .txt) than screenshots which disallow cut and paste. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Satellite TV receivers & systems support forums
Satellite PC Card Receivers, Internet by Satellite
neumoDVB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top