Diferencia entre revisiones de «Chpasswd»

De gacq wiki
Saltar a: navegación, buscar
(Sin diferencias)

Revisión del 01:07 20 mar 2007

Chpasswd is a cgi utility that allow your users to change their Squid or Web passwords using the browser.

Debian Etch installation

apt-get install gcc g++ make
./configure --enable-language=Spanish --enable-cgidir=/usr/lib/cgi-bin

Errors

C compiler cannot create executables

checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Solution
install g++
apt-get install g++