Hi everyone, I don't know if you can help me with this. I´m trying to
compile SQUID beta 5.0.4 on Debian 10 but I get an error:

cp ../../src/tests/stub_debug.cc tests/stub_debug.cc
cp: cannot create regular file 'tests/stub_debug.cc': No such file or
directory
make[3]: *** [Makefile:1518: tests/stub_debug.cc] Error 1
make[3]: Leaving directory '/root/squid-5.0.4/tools/squidclient'
make[2]: *** [Makefile:1049: all-recursive] Error 1
make[2]: Leaving directory '/root/squid-5.0.4/tools/squidclient'
make[1]: *** [Makefile:1191: all-recursive] Error 1
make[1]: Leaving directory '/root/squid-5.0.4/tools'
make: *** [Makefile:591: all-recursive] Error 1

I attach the script:
./configure --prefix=/opt/squid-504 --includedir=/include
--mandir=/share/man --infodir=/share/info
--localstatedir=/opt/squid-504/var --disable-maintainer-mode
--disable-dependency-tracking --disable-silent-rules --enable-inline
--enable-async-io --enable-storeio=ufs,aufs,diskd
--enable-removal-policies=lru,heap --enable-delay-pools
--enable-cache-digests --enable-underscores --enable-icap-client
--enable-follow-x-forwarded-for --enable-auth-basic=fake,LDAP
--enable-auth-digest=file,LDAP --enable-auth-negotiate=kerberos,wrapper
--enable-external-acl-helpers=file_userip,kerberos_ldap_group,LDAP_group
--enable-arp-acl --enable-esi--disable-translation
--with-logdir=/var/log/squid-504 --with-pidfile=/var/run/squid-504.pid
--with-filedescriptors=65536 --with-large-files --with-default-user=proxy
--enable-linux-netfilter --enable-ltdl-convenience --with-openssl
--enable-ssl --enable-ssl-crtd

make && make install

Any help would be welcome, thank you very much.

Greetings
Gabriel
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to