-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol Lookup Error #120
Comments
Make sure you have slop installed and that it has the library slopy. You might want to try installing manually from instructions in the readme |
I manually installed slop. When I tried installing maim (using the instruction from the README) I get the following error:
|
You need to install the xcomposite libraries. |
since when? what packages? |
fwiw, the webm video capture works fine, it's just the png that is crashing on me. ubuntu 17.10. was working previously (ubuntu 17.04 maybe?). |
Running ubuntu 17.10 as well and getting the same error: lyze@mini:~$ maim
maim: symbol lookup error: maim: undefined symbol: _ZN4slop13SlopSelectionC1Effffi
lyze@mini:~$ sudo apt install maim
Reading package lists... Done
Building dependency tree
Reading state information... Done
maim is already the newest version (5.4.64-1.1).
lyze@mini:~$ sudo apt install slop
Reading package lists... Done
Building dependency tree
Reading state information... Done
slop is already the newest version (7.3.49-1).
lyze@mini:~$ sudo apt install libxcomposite1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxcomposite1 is already the newest version (1:0.4.4-2).
|
I have the same issue as @lyze237. Building from source was the only thing that fixed the issue for me. A few libraries I had to install to get the build to work on Ubuntu 17.10 (YMMV):
I used
|
Looks like need more libs for Ubuntu to compile |
Built from source as well. Thanks. On top of those packages mentioned by inomoz, I also needed |
Built from source, all is well here:
|
also having this issue with maim on ubuntu 17.10 from repository |
Same here, ubuntu server 17.10. Maim from Ubuntu's official repository! |
When I run main (any part of the command), I get this error
maim: symbol lookup error: maim: undefined symbol: _ZN4slop13SlopSelectionC1Effffi
I am running Ubuntu 17.10 and I installed maim using
apt-get install
The text was updated successfully, but these errors were encountered: