./configure: test: argument expected
Christian Holland <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <[email protected]> |
On my sun with SunOS 5.8 I tried to compile it with ssl. For thei I had to define - C_INCLUDE_PATH=$ssl/include - LIBRARY_PATH=$ssl/lib - LD_LIBRARY_PATH=$ssl/lib so that src/configure can find ssl. But the above error avoids a src/configure.h with HAVE_SSL=1. The solution is to apply: cat src/configure | sed 's/\[ -e /\[ -x /' >src/configure Maybe this can be applied to the sources. Regards Chris. _______________________________________________ Gkrellm mailing list [email protected] http://lists.jutley.org/cgi-bin/mailman/listinfo/gkrellm