Hi all,
using standard rpms on RHEL4 give this error when executing htdig:

# htdig -vvv -i -c /tmp/test.conf
htdig: Unable to open/create document database '/tmp/db.docdb'

# ls -l /tmp/db.docdb
-rw-r--r--  1 test test         0 Nov  8 11:47 db.docdb

I have the proper permissions to read/write under /tmp
The /tmp dir has a lot of unused space

I think the problem may be related to the version of Berkeley DB used, 
i.e. version 4.2.52. Can htdig manage db4 or db2, only?

The ldd command on htdig on RHEL gives:
        libz.so.1 => /usr/lib64/libz.so.1 (0x00000036d6d00000)
        libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00000036d6f00000)
        libm.so.6 => /lib64/tls/libm.so.6 (0x00000036d6100000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00000036d7100000)
        libc.so.6 => /lib64/tls/libc.so.6 (0x00000036d5c00000)
        /lib64/ld-linux-x86-64.so.2 (0x00000036d5a00000)

while the same command under Debian (on which htdig works perfectly) gives:
        libdb2.so.2 => /lib/libdb2.so.2 (0x40026000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4006e000)
        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40081000)
        libm.so.6 => /lib/tls/libm.so.6 (0x4013b000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4015d000)
        libc.so.6 => /lib/tls/libc.so.6 (0x40166000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Of course, I cannot downgrade db4.

Any clue?

TIA

Maurizio

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
ht://Dig general mailing list: <[email protected]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to