You need to be Payday Loans UK Why would you

pkg_delete: package doesn’t have a prefix

Столкнулся с проблемой при попытке удалить установленный порт netbeans-6.8 (make deinstall in /usr/ports/java/netbean, pkg_delete netbeans, pkg_deinstall netbeans): pkg_delete: package ‘netbeans-6.8′ doesn’t have a prefix Решилось таким способом: pkg_deinstall -pf netbeans-6.8

Problem with svn: Cannot negotiate authentication mechanism

I have installed svn server on FreeBSD with sasl authentication. Here is config of my repository: [general] anon-access = none auth-access = write realm = project [sasl] use-sasl = true min-encryption = 128 max-encryption = 256 I have face the challenge when I tried to “svn checkout” repository from the Fedora 8: #svn checkout svn://192.168.1.5/project [...]

Problem with awstats:Can’t locate Geo/IP.pm in @INC

The problem: Error: Plugin load for plugin ‘geoip’ failed with return code: Error: Can’t locate Geo/IP.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 . /usr/local/www/awstats/cgi-bin/lib /usr/local/www/awstats/cgi-bin/plugins) at (eval 4) line 1. Can’t locate Geo/IP/PurePerl.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/BSDPAN /usr/local/lib/perl5/site_perl/5.10.1/mach /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach /usr/local/lib/perl5/5.10.1 . /usr/local/www/awstats/cgi-bin/lib /usr/local/www/awstats/cgi-bin/plugins) at (eval 5) line 1. Error: Need [...]

The problem with mod_ssl: Undefined symbol “SSL_get_servername”

If you have a some problem: Invalid command ‘SSLEngine’, perhaps misspelled or defined by a module not included in the server configuration check the string in httpd.conf LoadModule ssl_module libexec/apache22/mod_ssl.so – it’s shouldn’t be comment After update openssl and apache it turns out that apache can’t start: Syntax error on line 68 of /usr/local/etc/apache22/httpd.conf: Cannot [...]