Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't open debug log: No such file or directory #29

Open
mattjacob opened this issue Apr 16, 2013 · 1 comment
Open

can't open debug log: No such file or directory #29

mattjacob opened this issue Apr 16, 2013 · 1 comment

Comments

@mattjacob
Copy link

I'm getting the following error just by use-ing Statistics::RserveClient::Connection:

can't open debug log: No such file or directory

I'm running under Windows (not by choice), and the problem appears to be that you're not defining a platform-independent debug log file in RserveClient.pm:135:

use constant DebugLogfile => "/tmp/rserve-debug.log";
@xcompass
Copy link

Have you tried to change the DebugLogFile to a windows path? Or create a directory that apache process has permission to write to and then change the log file there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants