I tried an older version of SlimServer (v. 6.3) and got the same
messages about problems creating temp directories.

I changed (around line 280) in Template/Document.PM to use fileparse
instead of basename since basename was omitting the trailing slash.

my ($fname,$fpath) = File::Basename::fileparse($file);
($fh, $tmpfile) = File::Temp::tempfile(
DIR => $fpath
);


Now it seems to work, someone interested in the bug process might be
interested in this, even though it is an older version of SlimServer.

Ciao.


-- 
krilid
------------------------------------------------------------------------
krilid's Profile: http://forums.slimdevices.com/member.php?userid=14380
View this thread: http://forums.slimdevices.com/showthread.php?t=40998

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to