RE: Cache::FileCache issues

2002-01-29 Thread Christian Gilmore
Mailing List (E-mail) Subject: Re: Cache::FileCache issues [Mon Jan 28 14:52:35 2002] [error] mkdir : No such file or directory at /opt/gnu /depot/perl-5.6.1/lib/site_perl/5.6.1/Cache/FileBackend.pm line 220 Looks to me like your system has no mkdir command, or it isn't in the path

Cache::FileCache issues

2002-01-28 Thread Christian Gilmore
Hi. I'm trying to update Apache::AuthenCache and Apache::AuthzCache to use Cache::Cache instead of IPC::Cache. The cutover should be straightforward enough, but I am finding a roadblock. I'm hoping someone can point out something obvious I'm overlooking. Here is the relevant hunk of code and

Re: Cache::FileCache issues

2002-01-28 Thread Perrin Harkins
[Mon Jan 28 14:52:35 2002] [error] mkdir : No such file or directory at /opt/gnu /depot/perl-5.6.1/lib/site_perl/5.6.1/Cache/FileBackend.pm line 220 Looks to me like your system has no mkdir command, or it isn't in the path, or it doesn't support an option that's needed (-p maybe?). Maybe