[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squid 2.4.1-6 compile error



On Sun, Aug 12, 2001 at 04:38:52AM +0000, nestea wrote:
> hi all,
> 
> here is what i did;
> 
> $ apt-get source squid
> 
> $ dpkg-source -x squid_2.4.1-6.dsc
> 
> $ cd squid-2.4.1
> 
> $ debian/rules build
> 
>         pam_auth.c:74: security/pam_appl.h: No such file or directory
> make[1]: *** [pam_auth.o] Error 1
> make[1]: Leaving directory `/etc/apt/squid-2.4.1/auth_modules/PAM'
> make: *** [build] Error 2
> 

Looks like you need "pam_appl.h" which is in package "libpam0g-dev"
I found that out by searching at -
http://www.debian.org/distrib/packages

Installing libpam0g-dev is where I would start anyway.  

You could also download the source and build into a .deb with one 
command - 
# apt-get -b source package_name
hth,
kent

-- 
 From seeing and seeing the seeing has become so exhausted
     First line of "The Panther" - R. M. Rilke




Reply to: