Hi Steffen thanks alot!
I have tested only Linux Slackware so far, but I will test it on Solaris
intel and Sparc soon.
Everything seems working except for this (not a big problem but...):
photview is a link to photclient
rumen@bc2s:~$ su
Password:
root@bc2s:/home/rumen# rm /tmp/par-rumen/ -r
root@bc2s:/home/rumen# photclient
****
window appears
****
root@bc2s:/home/rumen# exit
exit
rumen@bc2s:~$ photview
Permission denied at ../blib/lib/PAR.pm line 845.
rumen@bc2s:~$ ls -l /tmp/
drwxr-xr-x 3 root root 4096 2006-10-24 23:08 par-rumen/
rumen@bc2s:~$
The point is that rumen->"su"->root creates /tmp/par-rumen with owner root.
In this case "rumen" can not execute any other PARs
I think it should create /tmp/par-root as rumen->"su -"->root does.
What about the Fedora 4 and 5 issue?
Thanks again for the instant reaction.
Rumen
On Tue, 24 Oct 2006 19:42:10 +0300, Steffen Mueller via RT
<bug-PAR@rt.cpan.org> wrote:
Show quoted text>
> <URL:
http://rt.cpan.org/Ticket/Display.html?id=22541 >
>
> Hi Rumen,
>
> Rumen Bogdanovski via RT schrieb:
>> Strange!
>
> Agreed! It took me hours to get to this point, but I think I tracked
> down the problem alright. I'm not sure how to fix it, though. Possibly,
> removing a certain feature helps. Perhaps that'll break PAR on some
> systems. I don't know.
>
> Anyhow, PAR 0.957 is on its way to CPAN now. You can grab a copy from
>
http://steffen-mueller.net/tmp/PAR-0.957.tar.gz until it is available
> from your CPAN mirror.
>
> Please tell me whether this fixes the symlink problem!
>
> Steffen