Trying to use Apache::Session with Embperl 1.2.1, mod_perl 1.21, Apache 1.3.9.
I've got this running on another machine just fine with the exact same setup (I
think).

I created a db called sessions with a table called sessions:

mysql> show fields from sessions;
+-----------+-------------+------+-----+---------+-------+
| Field     | Type        | Null | Key | Default | Extra |
+-----------+-------------+------+-----+---------+-------+
| id        | varchar(16) |      | PRI |         |       |
| length    | int(11)     | YES  |     | NULL    |       |
| a_session | text        | YES  |     | NULL    |       |
+-----------+-------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

When I try access an Embperl page that uses %udat I get:

[Thu Apr 13 14:51:05 2000] [notice] Apache/1.3.9 (Unix) mod_perl/1.21
configured -- resuming normal operations
panic: restartop
[Thu Apr 13 14:51:23 2000] [notice] child pid 14373 exit signal Segmentation
Fault (11)


-- 
Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems

Homer:  Well, the evening began at the Gentleman's Club, where we were
        discussing Wittgenstein over a game of backgammon.

Scully: Mr. Simpson, it's a felony to lie to the FBI.

Homer:  We were sitting in Barney's car eating packets of mustard.  Ya
        happy?

                   The Springfield Files

Reply via email to