Menu

dba on Compaq

Help
2001-09-06
2012-10-11
  • Bill Morrow

    Bill Morrow - 2001-09-06

    I'm using flat file for a minimal effort install on Compaq OSF 4.0 platform. I would like to use dbm/dba for the MostPopular feature to work. However, if I configure that way, the screens come up blank.
    php4.0.5

    thanks for any help

     
    • Geoffrey T. Dairiki

      The most likely cause for this is that PHP doesn't have the 'gdbm' driver compiled into the dba

      Here's the first thing to try:

      Edit line 39 of lib/dbalib.php.  Change:
      ... @dba_open($file, "c", "gdbm") ...
      to
      ... @dba_open($file, "c", "db2") ...

      Also see the notes near the bottom of:
      http://phpwiki.sf.net/phpwiki/?Robert%20Brook

      If that doesn't work, write back.

      Jeff

       
    • Bill Morrow

      Bill Morrow - 2001-09-06

      Aha, I do not have dbm/dba/gdbm support installed in PHP. I'll try rebuilding PHP.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.