The tests were writing to an NFS mounted directory, and I think
NFS was creating some lock files which prevented the directory
from being written to. I moved the install to a non NFS mounted
area, and it all worked.

brian

On Mon, Mar 11, 2002 at 12:00:47PM -0800, Brian Lavender wrote:
> Yup, that fixed it. 
> 
> I have another problem with the File portion. Seems that the test
> giving the following fail statements. I checked /tmp and there is a
> lock file. I am not sure about how File::Store all works, and I couldn't
> quite understand the test file either. Should I just
> 
> $ make install 
> 
> anyway?
> 
> t/99dbfile..........File exists at t/99dbfile.t line 77.
> t/99dbfile..........dubious                                                  
>         Test returned status 17 (wstat 4352, 0x1100)
>         after all the subtests completed successfully
> t/99dbfilestore.....File exists at t/99dbfilestore.t line 73.
> t/99dbfilestore.....dubious                                                  
>         Test returned status 17 (wstat 4352, 0x1100)
>         after all the subtests completed successfully
> 
> 
> On Mon, Mar 11, 2002 at 02:33:17PM -0500, Geoffrey Young wrote:
> > Brian Lavender wrote:
> > > 
> > > I am trying to install Apache::Session and it is failing on
> > > the DBD::Oracle tests. It is asking for a default user. Do
> > > I need to configure Oracle for a default user? Or do I need
> > > to set some environment variable with a user id and password?
> > 
> > well, looking at t/99oracle.t (line 45) it looks like you need to
> > define the following environment variables:
> > 
> > ORACLE_HOME (of course) 
> > AS_ORACLE_USER
> > AS_ORACLE_PASS
> > 
> > HTH
> > 
> > --Geoff
> 
> -- 
> Brian Lavender
> http://www.brie.com/brian/

-- 
Brian Lavender
http://www.brie.com/brian/

Reply via email to