[dsc] collector compilation error in solaris

Duane Wessels wessels at measurement-factory.com
Fri Dec 14 20:44:02 UTC 2007



On Fri, 14 Dec 2007, Avinesh  Joshi wrote:

> after putting -lresolv make is successfull but when i run make install
> i get the following error
>  
> make install
> (cd dsc; make install)
> ../TmfBase/Hapy/src/.libs/libHapy.a is out of date
> cd ../TmfBase/Hapy; make all
> Making all in src
> Making all in doc
> Making all in tests
> installing in
> install -d -m 755 /usr/local/dsc/bin/
> install -d -m 755 /usr/local/dsc/etc/
> install -d -m 755 /usr/local/dsc/var/
> install -d -m 755 /usr/local/dsc/var/log/
> install -m 755 dsc /usr/local/dsc/bin/
> install: dsc was not found anywhere!
> *** Error code 2

looks like the 'dsc' program did not get fully created for some reason.

What happens if you do this:

  $ cd collectors/dsc
  $ rm -f dsc
  $ make dsc
  $ make install

DW


More information about the dsc mailing list