Configuring Apache::DBI

2000-09-13 Thread Roee Rubin
Hello, I am having some trouble configuring Apache::DBI on linux. The package has two files, DBI.pm and AuthDBI.pm The current tree structure I have is the following .. modules .. .. Apache .. .. .. Constants I have a different DBI.pm which resides under modules (which I am assuming is the re

modperl@apache.org

2000-09-06 Thread Roee Rubin
Hello, I am receiving the following error (viewed by the error log) when I attempt to view the page Undefined subroutine &Apache::Foo::handler I have also attempted precompile the package ( perl -c Foo.pm) and recieve the following error: Can't locate Apache/File.pm in @INC .. or Can't lo

beginner mod_perl error

2000-09-06 Thread Roee Rubin
I have been able to correct the @INC path issue and now have ran into the following error that is displayed in the error_log null: Undefined subroutine &Apache::Hello::handler called Any help will be appreciated. [EMAIL PROTECTED] Hello, I have written a sample package (from a book). The p

@INC variable

2000-09-06 Thread Roee Rubin
Hello, I have written a sample package (from a book). The package uses an Apache package - Constants.pm that its path is not included in the @INC variable. I would like to add the path to the variable by default and not in runtime as people have suggessted. Where are the default values of @INC s