It's been years since I installed and ran from the perl source. I've been running from the svn code set up to operate as a service.
You could try this...no guarantee that it will work.. Find the 'server' directory and cd to its parent. Rename the server directory and then check-out the latest 7.52 svn code: -------------------- # mv ./server ./server.not # svn co http://svn.slimdevices.com/repos/slim/7.5/branches/7.5.2/server/ ./server -------------------- Then change the permissions on the new server directory to match whatever permissions the old server directory had. And if this doesn't work..well.. # rm -R -f ./server # mv ./server.not ./server -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=83956 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
