Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2013 15:03:56 +0200
From:      Jeff Tipton <jeff.t@mail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Error: shared library "mysqlclient.18" does not exist
Message-ID:  <51431C3C.9080009@mail.com>
In-Reply-To: <513F5C18.6050806@mail.com>
References:  <513E0D6D.10503@mail.com> <513E1BC9.6040207@FreeBSD.org> <513E1DF8.3020408@mail.com> <513E231A.90105@FreeBSD.org> <513E26C2.9040601@mail.com> <513E29D1.8030709@FreeBSD.org> <513E31B8.2020509@mail.com> <513E4FB8.2060506@mail.com> <513E55A0.7030109@FreeBSD.org> <513E58D2.8000503@mail.com> <513E5C83.7040802@FreeBSD.org> <513E6001.9040206@mail.com> <513F43CA.1070204@FreeBSD.org> <513F5C18.6050806@mail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/12/2013 18:47, Jeff Tipton wrote:
> On 03/12/2013 17:03, Greg Larkin wrote:
>> Hi Jeff, Good news and thanks for the update. The maia Makefile seems 
>> to imply that RAR support can be provided either by archivers/rar or 
>> archivers/unrar, and if so, those options should likely be exclusive. 
>> I found some problems related to detecting the MySQL dependencies in 
>> general, too. I'll create a PR to fix these issues. In the mean time, 
>> can you test whether maia does what you want with just the UNRAR 
>> option enabled? Thank you, Greg -----BEGIN PGP SIGNATURE----- 
>> Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird 
>> - http://www.enigmail.net/ 
>> iEYEARECAAYFAlE/Q8kACgkQ0sRouByUApDjIwCgqujnwXRPxrNq4/ARjK6Tv98m 
>> 5qsAn37lrANQqCp9op1Y4WPZXz1gcYn/ =NQdO -----END PGP SIGNATURE----- 
>> _______________________________________________ 
>> freebsd-questions@freebsd.org mailing list 
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions To 
>> unsubscribe, send any mail to 
>> "freebsd-questions-unsubscribe@freebsd.org" 
> Hi Greg,
>
> Thank you very much, your really helped me. Ok, I think I will test 
> Maia with RARed eicar; only it will still take some time until I 
> finish the whole mailsystem. I'll report back as soon as I get to the 
> point of testing.
>
> Jeff
Hi Greg,

I finished my mailsystem setup with Maia (without RAR support and with 
UNRAR support), and tried to scan a RARed eicar file, and, yes, it 
detected that file as infected.

But there were 2 other issues:

1. configtest.pl hung because of p5-Forks. I found an explanation and a 
link to a patch for FreeBSD here:

http://comments.gmane.org/gmane.mail.virus.maiamailguard/15493

The patch solved this problem. As I understood from the discussion, not 
every install might have this problem but it often shows up in a jail, 
and I have this installation in a jail.

2. When Maia was freshly installed, Logout did not work because the 
function "session_is_registered" is no longer supported in PHP 5.4. I 
replaced the row 87 in logout.php

if (session_is_registered("uid")) {

with

if (isset($_SESSION['uid'])) {

as explained here:

http://comments.gmane.org/gmane.mail.virus.maiamailguard/15586

and now logging out works ok.

Maybe this information is useful.

Thanks, Greg for help and interest
Jeff



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51431C3C.9080009>