Skip to content

Installing Perl DBI in SUN Solaries

I am trying to install perl DBI on SUN solaries 11 but I always got the following error: I did the following steps: Downloaded and extracted DBI-1.628 then in the shell command: Answer This means it cannot find a compiler on your machine. You should add the path to the compiler to your PATH variable. gcc and …

Shogun fails to compile. Are these Shogun bugs?

I am trying to compile Shogun on Fedora 23 64bit, but it fails with the errors below. Version 4.0.0 have the same issue. Can anyone tell me, if there errors are bugs in Shogun or something I have done wrong? And here is the output with the errors. Update Here is the output from cmake Answer Fedora 23, shogun …

Hackers spamming my mail server

I’ve had a postfix(SASL) mail server running well for a long time with no problems. However recently I’ve installed vsftp to allow users to login and download files. I created a linux user with a generic username/password which I thought didn’t matter as I had disabled ssh login and wasn&#82…