I just recently got my mod_perl to work. Config is
mod_perl-1.27/Apache-1.3.26 on AIX 4.3.3.

I wrote a PerlAuthenHandler which uses Expect.pm, requiring the normal
Symbol.pm. In my startup.pl script for mod_perl I had this line:
use lib qw(/usr/opt/perl5/lib/site_perl/5.6.1/aix/Apache);
I get a "bareword" error when IO:Handle tries to call the gensym(Symbol.pm)
BUT if I comment the above line out it seems to get past that. I see that
there is an Apache::Symbol which looks quite different than the 'normal'
one.
My question is by letting the normal Symbol.pm load, so IO:Handle will work,
is that going to mess things up since the Apache::Symbol is different? Or
will everything be able to know which to use?

Second the reason I'm using Expect is to wrap a Unix SecurID shell. I've
tried installing the packages at CPAN for SecurID but I don't have access
any .h files, or libraries for this SecurID shell so nothing has been
installable. Any suggestions would be GREAT!

Todd E. O'Dell
Network Services - TSS Staff
Room 1118
500 E. 8th
Kansas City, MO 64106
Office: (816)275-3626
Alpha Page: [EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to