View Single Post
Old 11-29-2007, 08:59 PM   #7
Atyreus
Member
 
Join Date: Feb 2003
Home MUD: The Dreaming City
Posts: 60
Atyreus is on a distinguished road
Re: Looking for a codebase

Here are the steps that I had to take to get "configure" to set the driver up to use gdbm (this has worked under both RedHat and Slackware). This may or may not work for you depending on the exact problem you are having with the script.

First find the line in "configure" that reads:
and simply change it to
This will keep the script from going with one of the other flavors of dbm instead. If this doesn't work and you know gdbm is available, you'll have to force the script to use the proper header file. To do this, find the line
and insert the following before it:
Next, find the following lines in "configure":
Comment these lines out and then insert
Atyreus is offline   Reply With Quote