OK, I found out what the problem was. The problem was the permission
in directory /usr/perl5/site/5.005/sun4-solaris/auto. The permission was:

BEFORE ==>
[root@ernie auto]# ls -l
total 32
drwxr-xr-x   3 root     other        512 May 14  2002 Data
drwxr-xr-x   3 root     other        512 May 30  2002 Date
drwxr-xr-x   3 root     other        512 May 14  2002 DBD
drwxr-xr-x   2 root     other        512 May 14  2002 DBI
drwxr-xr-x   3 root     other        512 May 14  2002 Devel
drwxr-xr-x   5 root     other        512 Jan 29 09:16 Digest
drwx------   4 root     other        512 Jan 29 09:52 HTML
drwx------   2 root     other        512 Jan 29 09:18 IO-stringy
drwx------   2 root     other        512 Jan 29 09:33 Mail
drwxr-xr-x   3 root     other        512 Jan 29 09:22 MIME
drwx------   2 root     other        512 Jan 29 09:35 MIME-tools
drwxr-xr-x   2 root     other        512 May 14  2002 Msql-Mysql-modules
drwx------   3 root     other        512 Jan 29 09:32 Net
drwx------   3 root     other        512 Jan 29 09:42 Pod
drwx------   3 root     other        512 Jan 29 09:30 Test
drwx------   2 root     other        512 Jan 29 09:37 URI
[root@ernie auto]# chmod 755 *

AFTER ==>
[root@ernie auto]# ls -l
total 32
drwxr-xr-x   3 root     other        512 May 14  2002 Data
drwxr-xr-x   3 root     other        512 May 30  2002 Date
drwxr-xr-x   3 root     other        512 May 14  2002 DBD
drwxr-xr-x   2 root     other        512 May 14  2002 DBI
drwxr-xr-x   3 root     other        512 May 14  2002 Devel
drwxr-xr-x   5 root     other        512 Jan 29 09:16 Digest
drwxr-xr-x   4 root     other        512 Jan 29 09:52 HTML
drwxr-xr-x   2 root     other        512 Jan 29 09:18 IO-stringy
drwxr-xr-x   2 root     other        512 Jan 29 09:33 Mail
drwxr-xr-x   3 root     other        512 Jan 29 09:22 MIME
drwxr-xr-x   2 root     other        512 Jan 29 09:35 MIME-tools
drwxr-xr-x   2 root     other        512 May 14  2002 Msql-Mysql-modules
drwxr-xr-x   3 root     other        512 Jan 29 09:32 Net
drwxr-xr-x   3 root     other        512 Jan 29 09:42 Pod
drwxr-xr-x   3 root     other        512 Jan 29 09:30 Test
drwxr-xr-x   2 root     other        512 Jan 29 09:37 URI
[root@ernie auto]# pwd
/usr/perl5/site_perl/5.005/sun4-solaris/auto
[root@ernie auto]#

Now I could install libwww-perl without problems.

The reason for this problem was wrong mask, umask = 077 instead for 022.

Regards
Jon Ingason
Equant Sweden AB
Solna strandväg 80
Phone:             +46-8-5191 3316
Fax:                   +46-8-5191 3200
Mobile Phone:     +46-708-91 3316
http://www.equant.com

This e-mail (including any attachments) is confidential and may be legally
privileged.  If you are not an intended recipient or an authorized
representative of an intended recipient, you are prohibited from using,
copying or distributing the information in this e-mail or its attachments.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and delete all copies of this message and any
attachments.  Thank you.

Reply via email to