A few problems with this install, and another install (in another
message).
I'm installing to a site with no 'C' support, which means they
can't/won't even tell me what version of gcc and libraries are
installed.
I found that it's 2.8.1 and htdig seemed to compile ok. The problem is
that I get the error:
ld.so.1: ./htdig: fatal: libstdc++.so.2.8.1.1: open failed: No such
file or directory.
when trying to execute any of the apps (htdig, htmerge, etc.).
What I have found from other users is that libstdc++ is not installed,
so the questions are:
During 'configure' I am informed that 'autoconf' is not found yet it
does not bail, but continues. Can htdig compile without 'autoconf'?
Will htdig compile without libstdc++ (not run, just compile), and if
not, why don't I receive any errors.
If autoconf is not needed and libstdc++ is not needed for a 'compile',
then can I modify the Makefile.in files in the 'htdig', 'htmerge', dirs
etc. to include the -R (path) link options as:
$(TARGET): $(OBJS) $(HTLIBS)
$(CXX) -o $(TARGET) -R /home/user/usr/lib $(LDFLAGS) $(OBJS) $(LIBS)
to bypass this problem if I place the libraries in the directory
referenced in the -R path?
I can place them in the above path prior to a compile if this will
help. I have tried version 3.1.2 and 3.1.5 with the same results.
Thanks...
John Ray - [EMAIL PROTECTED] - [EMAIL PROTECTED]
John Ray - [EMAIL PROTECTED]
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html