pk11func.h not found on Ubuntu10.10 even though configure doesn't ask for more deps

Asked by AlexanderFaucher

I am trying to compile but the file pk11func.h is not found on Ubuntu10.10 even though configure doesn't ask for more deps. Where is this header provided?

Question information

Language:
English Edit question
Status:
Answered
For:
eCryptfs Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Serge Hallyn (serge-hallyn) said :
#1

Quoting AlexanderFaucher (<email address hidden>):
> New question #134850 on eCryptfs:
> https://answers.launchpad.net/ecryptfs/+question/134850
>
> I am trying to compile but the file pk11func.h is not found on Ubuntu10.10 even though configure doesn't ask for more deps. Where is this header provided?

serge@tiny:~$ find /usr/include/ -name pk11func.h
/usr/include/nss/pk11func.h
serge@tiny:~$ dpkg -S /usr/include/nss/pk11func.h
libnss3-dev: /usr/include/nss/pk11func.h

So you'll need to 'apt-get install libnss3-dev'.

-serge

Can you help with this problem?

Provide an answer of your own, or ask AlexanderFaucher for more information if necessary.

To post a message you must log in.