If you see this message when is execute the configure script:
"checking for mysql.h in... configure: error: Cannot find MySQL's mysql.h in..."
MySQL is working.
Don't found a include files of the MySQL. Set up MySQL include files or execute the configure with options --with-mysql-includes=PATH
If you see this error when execute sams, samsf or samsdaemon:
# sams
/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.14" not found, required by "sams"
Don't fing libmysqlclient.so.14 library. Create symlink to this file:
ln -s libmysqlclient.so.14.x.x libmysqlclient.so.14
P>Compiling the SAMS of the FreeBSD, OpenBSD
Install gmake
# ./configure
next step:
# gmake
The Sams do not reconfigure the squid.conf file. But in the squid.conf file is insert string:
created by SAMS _sams_2004.10.12 12:56:11
SAMS don't found :TAG" in the squid.conf file.
Example:
# TAG: acl
If you looking next error:
Fatal error: Call to undefined function: gzopen() in ....../sams/src/backup.php on line XXX
Stt up new php version or make php with zip compression support.