Well I have followed Scott's article:
http://www.stepwise.com/Articles/Workbench/2000-02-26.01.html
and have installed htdig on my Mac OS X 10.0.4

Scott suggested that there might be a bad path in the first line of rundig,
but the first line is 
#!/bin/sh
and the shell exists in that location.


When I run the rundig script it does'nt create any databases no matter if I
am logged in as me or as root
Adding -vvv did'nt give me any more information.
In the htdig.conf I have verified that it has the correct path
(/Library/WebServer/htdig/db) so I am wondering why it's not making the
database...


I have made the following changes to accomodate the difference between Mac
OS X Server and Mac OS X Client:

1. Changed line 14 in String.cc 
from
#include <stream.h>
to
#include <iostream.h>


2. The webserver is placed at a different location on the OS X client. 
It's placed here: /Library/WebServer
in stead of here: /Local/Library/WebServer

Therefore i changed the configuration parameters to:
./configure \
     --prefix=/Library/WebServer/htdig \
     --with-cgi-bin-dir=/Library/WebServer/CGI-Executables \
     --with-image-dir=/Library/WebServer/htdig/Images \
     --with-search-dir=/Library/WebServer/htdig/Documents/search \
     powerpc-apple-rhapsody5.5 

Any help will be apreciated

Thomas von Eyben
TDC Kabel TV A/S
Strandlodsvej 30
0900 K�benhavn C

Tlf.: 32 63 80 67
Fax.: 32 63 80 24
E-mail: [EMAIL PROTECTED]

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to