#include netpbm/pam.h

30 views
Skip to first unread message

Michael Hans

unread,
Sep 26, 2023, 6:48:28 PM9/26/23
to astrometry
seems to be a problem on Ubuntu based systems where the netpbm directory does not exist, it is all in /usr/include/

after creating netpbm.pc, pkg-config found it

make reconfig found it then too, but others, specially util/cairoutils.c still wasn't satisfied

easiest way for me was changing in all relevant files the include clause to #include <pam.h>  what solved the case

you can find them with 
grep -nR 'netpbm/pam.h'.
from the root of the source 

most probably Debian also hasn't it 
Archlinux has netpmb/, so no change necessary 

Reply all
Reply to author
Forward
0 new messages