Re: BitDefender: Libfn initialization failed

2005-06-14 Thread Adi Pircalabu
On Tue, 14 Jun 2005 09:10:49 +0100 (BST)
Ian Smith <[EMAIL PROTECTED]> wrote:

> Sorry, a little typo on my part there. compat4x did
> solve my problem, BitDefender is up and running and
> working just great.

Good,
You could also use /etc/libmap.conf to solve libm.so.2 dependency. For
example, adding the following lines at the end of the file:

# bdc fbsd5
[/usr/local/bdc/libfn.so]
libm.so.2   libm.so.3

Cheers,

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BitDefender: Libfn initialization failed

2005-06-14 Thread Ian Smith
Sorry, a little typo on my part there. compat4x did
solve my problem, BitDefender is up and running and
working just great.

Thanks again,

smiity

--- Adi Pircalabu <[EMAIL PROTECTED]> wrote:

> On Mon, 13 Jun 2005 12:43:04 +0100 (BST)
> Ian Smith <[EMAIL PROTECTED]> wrote:
> 
> > Thanks Adi, that sorted my problem, BitDefender is
> not up and
> > running :)
> 
> Excuse me? :)
> Did compat4x solve the problem? Your answer is quite
> ambiguous.
> 
> -- 
> Adi Pircalabu (PGP Key ID 0x04329F5E)
> 
> 
> -- 
> This message was scanned for spam and viruses by
> BitDefender.
> For more information please visit
> http://www.bitdefender.com/
> 
> 




___ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BitDefender: Libfn initialization failed

2005-06-13 Thread Ian Smith
Thanks Adi, that sorted my problem, BitDefender is not up and running :)
 
smiity

Adi Pircalabu <[EMAIL PROTECTED]> wrote:
On Mon, 13 Jun 2005 11:40:39 +0100 (BST)
Ian Smith wrote:

> # ldd /usr/local/bdc/libfn.so
> /usr/local/bdc/libfn.so:
> libc_r.so.5 => /usr/lib/libc_r.so.5 (0x281b3000)
> libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x281d4000)
> libc.so.5 => /lib/libc.so.5 (0x28079000)
> libm.so.2 => not found (0x0)

So here is the problem, libfn.so in linked against libfn.so.2.
Please install compat 4x libraries and the problem will dissapear. We
are working on releasing a new libfn.so file, which will be available
in a future update.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/



-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BitDefender: Libfn initialization failed

2005-06-13 Thread Adi Pircalabu
On Mon, 13 Jun 2005 11:40:39 +0100 (BST)
Ian Smith <[EMAIL PROTECTED]> wrote:

> # ldd /usr/local/bdc/libfn.so
> /usr/local/bdc/libfn.so:
>libc_r.so.5 => /usr/lib/libc_r.so.5 (0x281b3000)
>libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x281d4000)
>libc.so.5 => /lib/libc.so.5 (0x28079000)
>libm.so.2 => not found (0x0)

So here is the problem, libfn.so in linked against libfn.so.2.
Please install compat 4x libraries and the problem will dissapear. We
are working on releasing a new libfn.so file, which will be available
in a future update.

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BitDefender: Libfn initialization failed

2005-06-13 Thread Ian Smith
Adi,
 
Thanks for the response. The output from "ldd /usr/local/bdc/libfn.so" is as 
follows:
 
# ldd /usr/local/bdc/libfn.so
/usr/local/bdc/libfn.so:
   libc_r.so.5 => /usr/lib/libc_r.so.5 (0x281b3000)
   libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x281d4000)
   libc.so.5 => /lib/libc.so.5 (0x28079000)
   libm.so.2 => not found (0x0)
   libm.so.3 => /lib/libm.so.3 (0x282a6000)

smiity

Adi Pircalabu <[EMAIL PROTECTED]> wrote:
On Mon, 13 Jun 2005 11:00:35 +0100 (BST)
Ian Smith wrote:

> I'm having a bit of trouble getting BitDefender working, I've tried
> installing it through the ports and by using the fetch command. Each
> time BitDefender installs without any hassle and will update fine
> when I run "bdc --update" but whenever I try "bdc --info" or "bdc --
> vlist" it does the following:
> $ bdc --info BDC/FreeBSD 5.x-Console (v7.0-2545) (i386) (Dec 22 2004
> 19:56:57) Copyright (C) 1996-2004 SOTFWIN SRL. All rights reserved.
>
> Error: core initialization failed: Libfn initialization failed
> 
> I'm running FreeBSD 5.4 and using BitDefender purely as a local virus
> scanner, not for a mail server. If you would like any more info just
> send me an email.

Hello,
Please post the output of the following command:
ldd /usr/local/bdc/libfn.so
I think you must install FreeBSD 4.x binary compatibility libraries.
This dependency issue will be fixed in the near future.

Also, please take note that this is mainly a ports issue, therefore
future related problems should be directed to [EMAIL PROTECTED]
and to the port maintainer.
Thanks

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


-
How much free photo storage do you get? Store your holiday snaps for FREE with 
Yahoo! Photos. Get Yahoo! Photos
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BitDefender: Libfn initialization failed

2005-06-13 Thread Adi Pircalabu
On Mon, 13 Jun 2005 11:00:35 +0100 (BST)
Ian Smith <[EMAIL PROTECTED]> wrote:

> I'm having a bit of trouble getting BitDefender working, I've tried
> installing it through the ports and by using the fetch command. Each
> time BitDefender installs without any hassle and will update fine
> when I run "bdc --update" but whenever I try "bdc --info" or "bdc --
> vlist" it does the following:
> $ bdc --info BDC/FreeBSD 5.x-Console (v7.0-2545) (i386) (Dec 22 2004
> 19:56:57) Copyright (C) 1996-2004 SOTFWIN SRL. All rights reserved.
>
> Error: core initialization failed: Libfn initialization failed
> 
> I'm running FreeBSD 5.4 and using BitDefender purely as a local virus
> scanner, not for a mail server. If you would like any more info just
> send me an email.

Hello,
Please post the output of the following command:
ldd /usr/local/bdc/libfn.so
I think you must install FreeBSD 4.x binary compatibility libraries.
This dependency issue will be fixed in the near future.

Also, please take note that this is mainly a ports issue, therefore
future related problems should be directed to [EMAIL PROTECTED]
and to the port maintainer.
Thanks

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


BitDefender: Libfn initialization failed

2005-06-13 Thread Ian Smith
I'm having a bit of trouble getting BitDefender working, I've tried installing 
it through the ports and by using the fetch command. Each time BitDefender 
installs without any hassle and will update fine when I run "bdc --update" but 
whenever I try "bdc --info" or "bdc --vlist" it does the following:
 
$ bdc --info
BDC/FreeBSD 5.x-Console (v7.0-2545) (i386) (Dec 22 2004 19:56:57)
Copyright (C) 1996-2004 SOTFWIN SRL. All rights reserved.
 
Error: core initialization failed: Libfn initialization failed
 
I'm running FreeBSD 5.4 and using BitDefender purely as a local virus scanner, 
not for a mail server. If you would like any more info just send me an email.
 
Thanks in advance
 
smiity


-
Yahoo! Messenger NEW - crystal clear PC to PCcalling worldwide with voicemail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"