You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time trying to use ply, so I apologize if this is a self induced issue, but I'm trying to execute the following command (example taken from the man page):
Any clues as to what might be causing the error? and/or maybe point me to some docs/source code so I can try to read up on how this is supposed to work?
I built ply from source, and am using an Ubuntu 17.04 system:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
$ uname -a
Linux ubuntu 4.10.0-19-generic #21-Ubuntu SMP Thu Apr 6 17:04:57 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
$ ply -v
ply-v1-beta1(9e810b1) (linux-version:264712~4.10.8)
I had to download Ubuntu's kernel sources, and use the --with-kerneldir option to workaround #7
The text was updated successfully, but these errors were encountered:
sorry for the noise. reading the manual some more, I see that execname should actually be execname(); the parenthesis were left out in the example I was copying, and resulted in that error message.
This is my first time trying to use
ply
, so I apologize if this is a self induced issue, but I'm trying to execute the following command (example taken from the man page):Any clues as to what might be causing the error? and/or maybe point me to some docs/source code so I can try to read up on how this is supposed to work?
I built
ply
from source, and am using an Ubuntu 17.04 system:I had to download Ubuntu's kernel sources, and use the
--with-kerneldir
option to workaround #7The text was updated successfully, but these errors were encountered: