i'm having a heck of a time installing Spamassassin on my webhost (which I pay monthly for and don't have root access to).
my host doesn't install modules due to security reasons but they told me it's possible to install them myself. after a lot of reading and little linux knowledge, i managed to install the Net::DNS module, but I get this error when installing HTML::parser [EMAIL PROTECTED] HTML-Parser-3.56]$ make gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -march=i386 -mcpu=i686 -DVERSION=\"3.56\" -DXS_VERSION=\"3.56\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DMARKED_SECTION Parser.c /bin/sh: line 1: /usr/bin/gcc: Permission denied make: *** [Parser.o] Error 126 I have no idea where to go from here. If anyone can help or at least point me in the right direction I'd greatly appreciate it. thanks!