Hi, there, I am using DB2 Runtime client (V7.2) on linux redhat 7.3. I am try to install DBD:DB2 (0.76)that I can run perl program to remote access database in the DB2 server.
I have successfully install DBI. When I do Perl Makefile.PL It failed, and the error message is DB2_HOME environment variable must be set to installed location of DB2 Then I type set DB2_HOME = "/usr/IBMdb2/V7.1/" export DB2_HOME This does not help, same error came up. Could anyone give me some hint? Thanks in advance. zlm