According to [EMAIL PROTECTED]: > I just installed htdig 3.1.5 on a Sun Solaris 8 unit. I ran rundig in -vvv > and it indexes the site and creates the db.wordlist and db.docdb files, but > then when it reaches the htmerge part of rundig I receive the following > error: > > usage: ps [ -aAdeflcjLPy ] [ -o format ] [ -t termlist ] > [ -u userlist ] [ -U userlist ] [ -G grouplist ] > [ -p proclist ] [ -g pgrplist ] [ -s sidlist ] > 'format' is one or more of: > user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid > pri opri pcpu pmem vsz rss osz nice class time etime stime > f s c lwp nlwp psr tty addr wchan fname comm args projid project > htmerge: Word sort failed
Well, you're certainly right that this is not the usual sort of Word sort failed error that gets reported. For some reason, it seems htmerge is calling "ps" instead of "sort", either directly or indirectly. Have a look at what SORT_PROG is defined as in the LOCAL_DEFINES variable of htmerge/Makefile, and see if it makes sense. If it doesn't, it would appear that the configure script messed up. If it does seem to make sense, have a look at that file (e.g. /bin/sort or whatever) to make sure it isn't messed up on your system. -- Gilles R. Detillieux E-mail: <[EMAIL PROTECTED]> Spinal Cord Research Centre WWW: http://www.scrc.umanitoba.ca/~grdetil Dept. Physiology, U. of Manitoba Phone: (204)789-3766 Winnipeg, MB R3E 3J7 (Canada) Fax: (204)789-3930 _______________________________________________ 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

