> > I'm trying to install clamav and am getting stuck at the $make install > > step. > > I'm getting a permission denied. > > My purpose for installation is to test it by profiling so I don't need > > to set it up to integrate w/ our mail delivery system, I just need to > > use it as a single user and run gprof on it. > > > > I keep getting this error, this is just some of it too: > > /usr/bin/install -c .libs/libclamav.so.1.0.3 > > /usr/local/lib/libclamav.so.1.0.3 > > /usr/bin/install: cannot create regular file > > `/usr/local/lib/libclamav.so.1.0.3': Permission denied > > make[2]: *** [install-libLTLIBRARIES] Error 1 > > > > thanks for helping if you do > > lehua
Lehua, seems that you have not permission to write in directory /usr/local/lib Try to install in some other location or acquire write permission in /usr/local/lib This is another case about how you should acquire it. Either su to root or change (possibly temporary) rights of /usr/local/lib so that you can create files there. -- Tomasz Papszun SysAdm @ TP S.A. Lodz, Poland | And it's only [EMAIL PROTECTED] http://www.lodz.tpsa.pl/ | ones and zeros. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
