Nod32 for Linux: please install /user/lib/gconv/UTF-16.so

Asked by Francois

Please could somebody please help me with the following error code.

Ubuntu gave me this error code

Please install /user/lib/gconv/UTF-16.so

After I had tried to extra Nod32 for Linux.

Regards,

Francois

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu software-center Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
delance (olivier-delance) said :
#2
Revision history for this message
Francois (francoismoolman) said :
#3

I get the following from Xterm: After
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
Linux Ubuntu 3.0.0-13-generic #22-Ubuntu SMP Wed Nove 2 13:25:36 UTC 2011 I68616 86i386 GNU/LINUX

Revision history for this message
Francois (francoismoolman) said :
#4

I also get the following error messdage: ln: target 'usr/lib/gconv/UTF-16.so` is not a directory

Please help me :)

Revision history for this message
delance (olivier-delance) said :
#5

/usr/lib/gconv/UTF-16.so and not usr/lib/gconv/UTF-16.so
Please copy/paste when you work with terminal, to avoid typo.

Revision history for this message
Francois (francoismoolman) said :
#6

francois@ubuntu:~$ sudo mkdir /usr/lib/gconv
[sudo] password for francois:
mkdir: cannot create directory `/usr/lib/gconv': File exists
francois@ubuntu:~$ sudo ln -s /usr/lib32/gconv/UTF-16.so /usr/lib/gconv/UTF-16.so
ln: creating symbolic link `/usr/lib/gconv/UTF-16.so': File exists
francois@ubuntu:~$

Revision history for this message
Francois (francoismoolman) said :
#7

Where do I find the UTF-16.so files in Ubuntu version 11.10 ?

Revision history for this message
delance (olivier-delance) said :
#8

could you report result of command:
    sudo find / -name 'UTF-16.so'

Revision history for this message
Francois (francoismoolman) said :
#9

Ok Delance. Here is the in fo you where looking for:

/usr/lib/i386-linux-gnu/gconv/UTF-16.so
/usr/lib/gconv/UTF-16.so

Let w solve this problem.

Regards,

Francois

Revision history for this message
delance (olivier-delance) said :
#10

You made the file link (to be certain, please provide result of command ls -l /usr/lib/gconv/UTF-16.so ), so following the URL if found, it should work. If true, please mark question as solved.

Revision history for this message
Francois (francoismoolman) said :
#11

Thanks Delance. I jsut find it now and copy to my home folder.And nod32 for Linux is not very help full. So please just help one more time please.

Regards,

Francois

Revision history for this message
Francois (francoismoolman) said :
#12

I can't even delete the director /gconv. And I don't knwo what to do with the file sitting on my desktop. Please help me.

Regards,

Francois

Revision history for this message
delance (olivier-delance) said :
#13

If I'm right folder is /usr/lib/gconv
Use command
    sudo rm -R /usr/lib/gconv
sudo to be administrator
-R for recursive and delete folder and its content

Revision history for this message
assem (assemdido-gmail) said :
#14

Open Terminal and enter the following commands :

sudo mkdir /usr/lib/gconv
sudo ln -s `sudo find / | grep UTF-16.so` /usr/lib/gconv/UTF-16.so

Can you help with this problem?

Provide an answer of your own, or ask Francois for more information if necessary.

To post a message you must log in.