Hi guys,
I download your script from http://www.semicomplete.com/projects/xdotool/
I untar the archive, I run the command "make xdotool" , but when I try to run any command, like "./xdotool mousemove 500 1000" I have an error:
./xdotool: error while loading shared libraries: libxdo.so.0: cannot open shared object file: No such file or directory
The error is because this library should be in a special directory ? I want to tell you, that after compiling the C code with "make xdotool" I have no such library libxdo.so.0, only a library named libxdo.so. I rename this library, but the result was the same.
Can you please tell me, what I can do, because I wrealy need the script....
Thank you very much,
Tudor. |
Hi guys,I download your script from http://www.semicomplete.com/projects/xdotool/I untar the archive, I run the command "make xdotool" , but when I try to run any command, like "./xdotool mousemove 500 1000" I have an error:
./xdotool: error while loading shared libraries: libxdo.so.0: cannot open shared object file: No such file or directoryThe error is because this library should be in a special directory ? I want to tell you, that after compiling the C code with "make xdotool" I have no such library libxdo.so.0, only a library named libxdo.so. I rename this library, but the result was the same.Can you please tell me, what I can do, because I wrealy need the script....Thank you very much,Tudor.
--
You received this message because you are subscribed to the Google Groups "xdotool-users" group.
To post to this group, send email to xdotoo...@googlegroups.com.
To unsubscribe from this group, send email to xdotool-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xdotool-users?hl=en.
xdotool error while loading shared libraries: libxdo.so.2: cannot open shared object file: No such file or directory
#!/bin/bash
# Simple wrapper to add a variable to the xdotool binary
# Original file is renamed to xdotool.orig
LD_LIBRARY_PATH=/usr/lib
xdotool.orig $@