clamd-stream-client install error

Hi Guys,

I am working on migrating all AV and Spam scanning to a dedicated remote server and have been following the latest documentation here : http://www.virtualmin.com/documentation/email/spam-av

However, when I get to the installation notes for the clamd-stream-client and follow them verbatim, I end up getting the following error message:

root@mars:~/installs# tar xvzf clamd-stream-client-1.3.tar.gz
clamd-stream-client-1.3/
clamd-stream-client-1.3/CHANGES
clamd-stream-client-1.3/clamd-stream-client.c
clamd-stream-client-1.3/configure
clamd-stream-client-1.3/configure.in
clamd-stream-client-1.3/COPYING
clamd-stream-client-1.3/install-sh
clamd-stream-client-1.3/make-dist
clamd-stream-client-1.3/Makefile.in
clamd-stream-client-1.3/README
clamd-stream-client-1.3/VERSION
root@mars:~/installs# cd clamd-stream-client-1.3
root@mars:~/installs/clamd-stream-client-1.3# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for library containing connect... none required
checking for library containing inet_ntoa... none required
configure: creating ./config.status
config.status: creating Makefile
root@mars:~/installs/clamd-stream-client-1.3# make
gcc -g -O2    -o clamd-stream-client clamd-stream-client.c
root@mars:~/installs/clamd-stream-client-1.3# make install
clamd-stream-client /usr/local/bin/
make: clamd-stream-client: Command not found
make: *** [install] Error 127
root@mars:~/installs/clamd-stream-client-1.3#

I have searched google but haven't found anything that is helpful. I went ahead and just copied the executable to /usr/local/bin and everything works great. However, this might throw someone a curve ball and I thought I should point it out.

Thx,

~Jeremy

Status: 
Active

Comments

That's odd, it looks like the makefile didn't copy the executable properly. Since this is something the author of clamd-stream-client setup, there isn't much we can do to fix it..

Your fix should work fine though.