On Wed, Aug 09, 2000 at 08:51:08AM +1000, Stuckey, Roger wrote:
> 
> I can't seem to get Apache::Session installed on our SGI-Irix box. The MySQL
> test fails when trying to create a new database, as shown by the build
> output below. Does anyone know what I am doing (or not doing) wrong? I have
> the distinct feeling that it's something very simple :)
> 
> Running:
>  Apache 1.3.6
>  mod_perl-1.21
>  MySQL 3.22.20a

>From "perldoc Apache::Session::DBI :

       To use this module, you will need these columns in a table
       called 'sessions':

        id char(16)
        length int(11)
        a_session text

       Where the a_session column needs to be able to handle
       arbitrarily long binary data.

Your error message suggests that you do have not created the sessions
table.

Ajit

Reply via email to