Tnx Cine.
Yes you are right. The problem is exactly here.
Code:
root@mail:/home/karanik/Zimlets/zextras_suite-1.10.2# ls -lah bin/
total 32K
drwxrwxr-x 2 root root 4.0K Feb 27 15:10 .
drwxrwxr-x 6 root root 4.0K Feb 27 15:10 ..
-rw-rw-r-- 1 root root 751 Feb 27 15:10 check_latest.pl
-rw-rw-r-- 1 root root 801 Feb 27 15:10 check_version.pl
-rw-rw-r-- 1 root root 846 Feb 27 15:10 check_zal_latest.pl
-rw-rw-r-- 1 root root 1.1K Feb 27 15:10 get_zal.pl
-rw-rw-r-- 1 root root 1.4K Feb 27 15:10 zaltool.sh
-rw-rw-r-- 1 root root 1.5K Feb 27 15:10 zxtool.sh
I run
root@mail:/home/karanik/Zimlets/zextras_suite-1.10.2# chmod +x ./bin/*
and
root@mail:/home/karanik/Zimlets/zextras_suite-1.10.2# ls -lah bin/
Code:
total 32K
drwxrwxr-x 2 root root 4.0K Feb 27 15:10 .
drwxrwxr-x 6 root root 4.0K Feb 27 15:10 ..
-rwxrwxr-x 1 root root 751 Feb 27 15:10 check_latest.pl
-rwxrwxr-x 1 root root 801 Feb 27 15:10 check_version.pl
-rwxrwxr-x 1 root root 846 Feb 27 15:10 check_zal_latest.pl
-rwxrwxr-x 1 root root 1.1K Feb 27 15:10 get_zal.pl
-rwxrwxr-x 1 root root 1.4K Feb 27 15:10 zaltool.sh
-rwxrwxr-x 1 root root 1.5K Feb 27 15:10 zxtool.sh
Now installation continues normally. tnx again
Bookmarks