in reply to Re^3: how we can find BDBXML is installed in system?
in thread how we can find BDBXML is installed in system?

Hi,
Using perl how can I check the Db is installed properly. Because for creating a distribution, this is one of the dependencies.
Thanks
prem
  • Comment on Re^4: how we can find BDBXML is installed in system?

Replies are listed 'Best First'.
Re^5: how we can find BDBXML is installed in system?
by marto (Cardinal) on May 17, 2006 at 08:24 UTC
    premak,

    Did you read about the Perl module I mentioned in my previous post?
    You could use it to try to connect to the database which would return a success or failure, or once connected to any further tests you need.

    Martin
      Hi,

      to check in that way, i need to give the BDB environment path. if that path is wrong, it will fail. But the BDB may be installed in different location. And i will not be knowing the path in advance.

      Thanks
      Prem