On 13-Apr-2000 Mark Ng wrote:
> can you tell me the following about your 2 systems (the one that works and
> the new
> one),  I have the same problem.
> 
> I need to know:
> Versions of: Perl

Both are 5.004_04

> apache

Both are 1.3.9

> modperl

Both are 1.21

> embperl

Both are 1.2.1

> OS (Exact version and path level)

Machine where I'm getting the errors: SunOS esc-dev 5.7 Generic_106541-04 sun4u
sparc
Machine where it works: SunOS twidow.dev.tivoli.com 5.6 Generic_105181-16 sun4u
sparc

Hmmm ... maybe it's a problem with Solaris 5.7?

> cc compiler used.

Used gcc 2.8.0 for everything.

 
> 
> Mark
> 
> Jason Bodnar wrote:
> 
>> 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
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]

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

I strive for greatness but will settle for mediocrity. -- Jason Bodnar

Reply via email to