This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: problem during "make install" at Ubuntu64.


On Fri, 2011-09-16 at 17:07 +0900, ììíB wrote:
> I have still a problem  during "make install" like below 
> Systemtap ver  is "systemtap-20110910.tar.bz2"
> I also am attaching the config.log .
> 
> --------------------------------------------------------------------------
> make[2]: Leaving directory `/data/stapbuild/build-elfutils/backends'
> /bin/sh /data/elfutils-0.152/config/install-sh -d /data/stapbuild/lib-elfutils/systemtap
> for m in i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390; do \
> 	  /usr/bin/install -c libebl_${m}.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}-0.152.so; \
> 	  ln -fs libebl_${m}-0.152.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}.so; \
> 	done
> make[1]: Leaving directory `/data/stapbuild/build-elfutils/backends'
> make  -j1 -C build-elfutils install-pkgincludeHEADERS;
> make[1]: Entering directory `/data/stapbuild/build-elfutils'
> test -z "/data/stapbuild/include-elfutils/elfutils" || /bin/mkdir -p "/data/stapbuild/include-elfutils/elfutils"
>  /usr/bin/install -c -m 644 version.h '/data/stapbuild/include-elfutils/elfutils'
> make[1]: Leaving directory `/data/stapbuild/build-elfutils'
> touch stamp-elfutils
> make  install-recursive
> make[1]: Entering directory `/data/stapbuild'
> Making install in .
> make[2]: Entering directory `/data/stapbuild'
>   CXX    stap-main.o
> In file included from csclient.h:12:0,
>                  from main.cxx:24:
> cscommon.h:8:17: fatal error: ssl.h: no such file or directory.
> compilation terminated.
> make[2]: *** [stap-main.o] error 1

It is better to run make before make install.
But that is most likely not your problem.
I don't fully understand. Somehow our configure check for NSS succeeded,
but ssl.h is still missing. Maybe we need a better check?

Could you run: make V=1
That should give us the full build command.
Could you also look where on your system ssl.h is installed?
locate ssl.h

Thanks,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]