Hello! When trying to configure websh3.5.0 on my Linux box, I found out about the following problems:
* The files config.sub and config.guess are missing, so ./configure
complains. I created them as empty files and had to add the
parameter --build=linux to ./configure
* The then created Makefile had to be corrected:
line 170: HTTPD_INCLUDES = /usr/include/apache2
the content was empty before
line 176: INCLUDES = -I"/usr/include" -I $(HTTPD_INCLUDES)
the second "-I" was missing thus giving a compile error
After these modifications, the program, the library and the module could
be built. I still have to check whether they will work.
Regards,
Holger
--
Holger Jakobs, Dozent für Informatik, Tel. 02202-9527-313
http://www.bg.bib.de/~bibjah
pgp9sYopIWpGm.pgp
Description: PGP signature
