[squid-users] Compilation error for v6.8
Dmitry Melekhov
dm at belkam.com
Thu Mar 14 12:25:01 UTC 2024
14.03.2024 16:21, Miha Miha пишет:
> Hello Squid team,
>
> I get following error while compiling v6.8
>
> ...
>
> In file included from basic_nis_auth.cc:15:
> ../../../../src/auth/basic/NIS/nis_support.h:8: error: unterminated #ifndef
> #ifndef SQUID_SRC_AUTH_BASIC_NIS_NIS_SUPPORT_H
> basic_nis_auth.cc: In function 'int main(int, char**)':
> basic_nis_auth.cc:71:21: error: 'get_nis_password' was not declared in
> this scope
> nispasswd = get_nis_password(user, nisdomain, nismap);
> ^~~~~~~~~~~~~~~~
> ...
> Build environment: CentOS7.9; gcc version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC)
> Note: I'm able to compile successfully v6.7 in same build environment.
>
> Regards,
> Mihail Mihaylov
> _______________________________________________
> squid-users mailing list
> squid-users at lists.squid-cache.org
> https://lists.squid-cache.org/listinfo/squid-users
Do you really need NIS auth? I just disabled it when got the same
problem on ubuntu 20.04 :-)
More information about the squid-users
mailing list