Does anyone know where I should get that file?
Has anyone gotten pyoidc installed and working?
Does anyone know where I should get that file?
Has anyone gotten pyoidc installed and working?
You need to install the header files for libffi
What OS are you using?
Redhat and the like:
yum install libffi-devel
or apt based systems:
apt-get install libffi-dev
On OSX you might try this thread