Stefan A. wrote:
Happy Sunday! Trying to install FR 2.0.4 on my Solaris 10, I'm getting a lot of WARNINGS during ./configure and "make" does nut run til the expected end.
WARNINGS are OK. They just mean that some optional thing wasn't found. What are the errors from make?
I pasted the ./configure warnings at the end. To me, it looks about a general error in my Solaris configuration, because libgdbm, OpenSSL, snmpget, snmpwalk are on the system after the standard installation and after installing coolstack.
Are they located in places where the linker can C compiler can find them? It doesn't look like it.
I've also spamed my PATH with every lib, bin, sbin directories from sfw, coolstack, usr and usr/local, where the needed portions are spread over.
PATH only affects executables. It doesn't affect include files or libraries.
Any hints? How did you do this on Solaris 10? (Solaris 9 with FR 1.0.2 installs fine...)
My solaris 10 installs go pretty much like any other system. I just make sure that the C compiler can find the include files, and that the linker can find the libraries. Alan DeKok.