|
I installed htdig and got it up and running find on my freebsd machine, but I’m having lots of problems with my redhat machine. First of all, I didn’t have /bin/sort installed so I installed it to /usr/local/bin/sort.
When I recompiled htdig, ./configure actually found the sort program in /usr/local/bin.
This line was in my config.cache afterwards: ac_cv_path_SORT=${ac_cv_path_SORT=/usr/local/bin/sort}
However, when I run htmerge, I still get this error message.
htmerge: Sorting... sh: /bin/sort: No such file or directory htmerge: Word sort failed
Normally I would just create a symlink for /bin/sort but I don’t have access to that directory because I’m not root.
What should I do?
|
- Re: [htdig] problem with sort location - its not in /bin... Doug Schasteen
- Re: [htdig] problem with sort location - its not in... Jim Cole
- Re: [htdig] problem with sort location - its no... Gilles Detillieux

