Hello,

I downloaded the "metermaid" package from LTSP download site and I encounter problems 
in my "make" command.  It was looking for a "gdbm.h" file in my system.  So I decided 
to look for a similar file from one of the cooker site of Mandrake (I am using 
Mandrake 8.1) and I was able to find gdbm-1.8.0-8mdk.i586.rpm.  And when I typed the 
command of:

---
# rpm -ivh gdbm-1.8.0-8mdk.i586.rpm
---

to install the package, it gives me the error message of:

---
"file /usr/lib/libgdbm.so.2.0.0 from install of gdbm-1.8.0-8mdk conflicts with file 
from package libgdbm2-1.8.0-18mdk"
---

So what I did was to install it "forcely" because it didn't make it even with the 
"--nodeps" option.  So I typed the command of:

---
# rpm -ivh --force gdbm-1.8.0-8mdk.i586.rpm
---

Now, when I am to "make" it, I got the error message of:

---
# make
gcc -DPACKAGE=\"metermaid\" -DVERSION=\"0.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_STRDUP=1 -DHAVE_SYSLOG=1  -I. -I.     -DMMFILE=\"/
usr/local/share/metermaid/metermaid.db\" -g -O2 -c mmadmin.c
mmadmin.c:3:18: gdbm.h: No such file or directory
make: *** [mmadmin.o] Error 1
---

What will I do?  I want to make "metermaid" working in my home network.

Thanks in advance.

Marvin

__________________________________
www.edsamail.com

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to