Re: Conecting my web server to informix.

2001-06-25 Thread Bruce Ferrell
Chas Owens wrote: > > On 24 Jun 2001 08:24:53 -0700, Bruce Ferrell wrote: > > Joe, > > > > You'll need to install perl DBI and DBD Informix. Use the CPAN Client > > to download and install the as follows: > > > > perl -MCPAN -e chell > > I think you mean > > perl -MCPAN -e shell Insert red fa

Re: Conecting my web server to informix.

2001-06-25 Thread Chas Owens
On 24 Jun 2001 08:24:53 -0700, Bruce Ferrell wrote: > Joe, > > You'll need to install perl DBI and DBD Informix. Use the CPAN Client > to download and install the as follows: > > perl -MCPAN -e chell I think you mean perl -MCPAN -e shell > > The above starts up the CPAN client in interactiv

Re: Conecting my web server to informix.

2001-06-24 Thread Bruce Ferrell
Joe, You'll need to install perl DBI and DBD Informix. Use the CPAN Client to download and install the as follows: perl -MCPAN -e chell The above starts up the CPAN client in interactive mode. The issue the following commands: install DBI That will download and install the PERL database in

Re: Conecting my web server to informix.

2001-06-22 Thread Chas Owens
Oops, forgot to mention that you also need the DBI and DBD::Informix modules (these are free unlike the CSDK). On 22 Jun 2001 17:37:07 -0400, Chas Owens wrote: > What you need is the ESQL/C compiler and libraries; they are in the CSDK > product (http://www.informix.com/idn-secure/Linux/TOOLS/CS

Re: Conecting my web server to informix.

2001-06-22 Thread Chas Owens
What you need is the ESQL/C compiler and libraries; they are in the CSDK product (http://www.informix.com/idn-secure/Linux/TOOLS/CSDK/). On 22 Jun 2001 17:23:20 +, Joe Echavarria wrote: > Hi there, > > I have this situation : > > I have one computer running a red hat linxu 7.1 as a we