[Perl-unix-users] Problem installing Net::SSLeay

2003-09-26 Thread Ken Hilliard
I was trying to install Business::OnlinePayment module and ran into a problem installing Net::SSLeay. This module runs a series of tests during its installation. It get the following output on the command line: ok 4 Spawin a TCP test server on port 1211, pid=28401...

[Perl-unix-users] Using IP address for hostname in DBI connect

2003-01-22 Thread Ken Hilliard
When using the DBI connect method under MySql you must supply the hostname as a parameter. Is it permissible to pass an IP address instead of a DNS hostname? ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.c

RE: [Perl-unix-users] Creating a MYSQL database programmatically via DBI

2003-01-08 Thread Ken Hilliard
Thanks, Kirk. I wrote a quick script and it worked fine. -Original Message- From: Kirk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:52 PM To: Ken Hilliard Cc: [EMAIL PROTECTED] Subject: RE: [Perl-unix-users] Creating a MYSQL database programmatically via DBI perldoc

[Perl-unix-users] Creating a MYSQL database programmatically via DBI

2003-01-08 Thread Ken Hilliard
Does anyone know how to create the initial database and tables programmatically via DBI under MYSQL. I've been creating the application database and required tables using the provided MYSQL utilities and then using the Perl DBI to insert/update/delete records. I know that MYSQL's command line utili