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 interface.  The you'll
need the informix DBD, database driver AKA DBD::Informix.  This will
almost certainly need the Informix client libraries.  Check the informix
web site for information on how to get them.  A couple of years ago,
they were giving away Informix for Linux... They may still be.

Good luck!


Joe Echavarria wrote:
> 
> Hi there,
> 
>   I have this situation :
> 
>     I have one computer running a red hat linxu 7.1 as a web server and
> another computer running  a NCR MP-RAS SVR4 UNIX System that has a informix
> database installed.
> 
>   I am trying to write Perl CGI applications on my Red Hat System but i don't
> know how i could be able to access de Informix Database., how can i do that?,
> if the informix database is in another server.
> 
>   A friend told me that i have to install an informix client to the red hat
> system and then access the informix database., if that is true, where can i
> find a informix client ?, how i connect using perl to the informix database
> using a client?, how can i make the connection ?
> 
>    I hope that someone can help me as soon as possible.
> 
>   Joe Echavarrķa.

-- 
Bruce

One day at a time... One second if that's what it takes

Reply via email to