[Open-scap] compile error on Solaris10 Sparc

Steve Grubb sgrubb at redhat.com
Thu Aug 23 22:21:40 UTC 2012


On Thursday, August 23, 2012 02:13:26 PM curious penguin wrote:
> Anyone out there?

Yeah, but have some patience. Most of the developers are over in Europe and 
they might be home for the day. :-)

> > I've been scratching my head over the pain of trying to compile openscap
> > on sol10sparc.
> > 
> > Could anyone let me know what fix/workaround can fix the problem below:
> > 
> > /home/pepe/openscap-0.8.4/src/.libs/libopenscap.so: undefined reference to
> > `strverscmp'
> > collect2: ld returned 1 exit status
> > make[3]: *** [probe_system_info] Error 1
> > make[3]: Leaving directory `/home/pepe/openscap-0.8.4/src/OVAL/probes'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/pepe/openscap-0.8.4/src/OVAL/probes'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/pepe/openscap-0.8.4'
> > make: *** [all] Error 2

This means strverscmp() is not in your standard C library. I guess we need to 
include this out of gnulib in the next release.

-Steve




More information about the Open-scap-list mailing list