Avast WEBforum

Business Products => Avast Business => Avast Business for Linux => Topic started by: blackdiamond on June 15, 2008, 02:10:32 PM

Title: Antivirus for my 64-bit Ubuntu hardy
Post by: blackdiamond on June 15, 2008, 02:10:32 PM
I don't know why but it doesn't work using the command:

 ./lib/avast4workstation/share/avast/desktop/install-desktop-entries.sh install

when i write avast or avastgui in the terminal, it said "command not found"..
I've also got it in the menĂ¹, but when i click over the icon i obtain "Failed to execute child process "avastgui" (No such file or directory)"..
what's the problem?

is there anyone that have a .deb package for 64-bit so send me?
bye and thanks

Title: Re: Antivirus for my 64-bit Ubuntu hardy
Post by: zilog on June 18, 2008, 11:49:06 AM
I don't know why but it doesn't work using the command:

 ./lib/avast4workstation/share/avast/desktop/install-desktop-entries.sh install

when i write avast or avastgui in the terminal, it said "command not found"..
I've also got it in the menĂ¹, but when i click over the icon i obtain "Failed to execute child process "avastgui" (No such file or directory)"..
what's the problem?

is there anyone that have a .deb package for 64-bit so send me?
bye and thanks



seems that you haven't installed the main binaries.

Normally the layout looks this way:
/usr/bin/avastgui (link, points to wrapper script)
/usr/lib/avast4workstation/bin/avastgui (the binary, called from wrapper script, with proper LD_LIBRARY_PATH presets)

check the presence of those files.

regards,
pc
Title: Re: Antivirus for my 64-bit Ubuntu hardy
Post by: Notlim Hardy on August 08, 2008, 12:58:27 AM
I getting this "child process" error too. How do I install the binaries?

Tankan
Title: Re: Antivirus for my 64-bit Ubuntu hardy
Post by: zilog on August 08, 2008, 08:31:04 AM
I getting this "child process" error too. How do I install the binaries?

Tankan


hallo,
those binaries are part of the package. use find / -type f -name avastgui
... and paste the results here. it's probably problem in the default path only, because when the install-desktop-entries.sh exists, those binaries should exist as well.

regards,
pc