<div dir="ltr"><div dir="ltr"><div>Hi.</div><div><br></div><div>I'm trying to install stunnel on a Solaris 11, but when I put the <b>make install</b> command, send me the next message.</div><div><b></b><b></b><br></div><div><br></div><div>gjgom@t51ldm02:~/tmp/stunnel-5.56$ make install<br>Making install in src<br> /usr/bin/gmkdir -p '/usr/local/bin'<br>  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c stunnel '/usr/local/bin'<br>libtool: install: /usr/bin/ginstall -c stunnel /usr/local/bin/stunnel<br>/usr/bin/ginstall: cannot create regular file '/usr/local/bin/stunnel': Permission denied<br>*** Error code 1<br>The following command caused the error:<br>list='stunnel'; test -n "/usr/local/bin" || list=; \<br>if test -n "$list"; then \<br>  echo " /usr/bin/gmkdir -p '/usr/local/bin'"; \<br>  /usr/bin/gmkdir -p "/usr/local/bin" || exit 1; \<br>fi; \<br>for p in $list; do echo "$p $p"; done | \<br>sed 's/$//' | \<br>while read p p1; do if test -f $p \<br> || test -f $p1 \<br>  ; then echo "$p"; echo "$p"; else :; fi; \<br>done | \<br>sed -e 'p;s,.*/,,;n;h' \<br>    -e 's|.*|.|' \<br>    -e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \<br>sed 'N;N;N;s,\n, ,g' | \<br>gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \<br>  { d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \<br>    if ($2 == $4) files[d] = files[d] " " $1; \<br>    else { print "f", $3 "/" $4, $1; } } \<br>  END { for (d in files) print "f", d, files[d] }' | \<br>while read type dir files; do \<br>    if test "$dir" = .; then dir=; else dir=/$dir; fi; \<br>    test -z "$files" || { \<br>    echo "  /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c $files '/usr/local/bin$dir'"; \<br>     /bin/sh ../libtool   --mode=install /usr/bin/ginstall -c $files "/usr/local/bin$dir" || exit $?; \<br>    } \<br>; done<br>make: Fatal error: Command failed for target `install-binPROGRAMS'<br>Current working directory /export/home/gjgom/tmp/stunnel-5.56/src<br>*** Error code 1<br>The following command caused the error:<br>make  install-exec-am install-data-am<br>make: Fatal error: Command failed for target `install-am'<br>Current working directory /export/home/gjgom/tmp/stunnel-5.56/src<br>*** Error code 1<br>The following command caused the error:<br>fail=; \<br>if (target_option=k; case ${target_option-} in  ?) ;;  *) echo "am__make_running_with_option: internal error: invalid"  "target option '${target_option-}' specified" >&2;  exit 1;;  esac;  has_opt=no;  sane_makeflags=$MAKEFLAGS;  if {  if test -z ''; then  false;  elif test -n ''; then  true;  elif test -n '' && test -n ''; then  true;  else  false;  fi;  }; then  sane_makeflags=$MFLAGS;  else  case $MAKEFLAGS in  *\\[\ \       ]*)  bs=\\;  sane_makeflags=`printf '%s\n' "$MAKEFLAGS"  | sed "s/$bs$bs[$bs $bs        ]*//g"`;;  esac;  fi;  skip_next=no;  strip_trailopt ()  {  flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`;  };  for flg in $sane_makeflags; do  test $skip_next = yes && { skip_next=no; continue; };  case $flg in  *=*|--*) continue;;  -*I) strip_trailopt 'I'; skip_next=yes;;  -*I?*) strip_trailopt 'I';;  -*O) strip_trailopt 'O'; skip_next=yes;;  -*O?*) strip_trailopt 'O';;  -*l) strip_trailopt 'l'; skip_next=yes;;  -*l?*) strip_trailopt 'l';;  -[dEDm]) skip_next=yes;;  -[JT]) skip_next=yes;;  esac;  case $flg in  *$target_option*) has_opt=yes; break;;  esac;  done;  test $has_opt = yes); then \<br>  failcom='fail=yes'; \<br>else \<br>  failcom='exit 1'; \<br>fi; \<br>dot_seen=no; \<br>target=`echo install-recursive | sed s/-recursive//`; \<br>case "install-recursive" in \<br>  distclean-* | maintainer-clean-*) list='src doc tools tests' ;; \<br>  *) list='src doc tools tests' ;; \<br>esac; \<br>for subdir in $list; do \<br>  echo "Making $target in $subdir"; \<br>  if test "$subdir" = "."; then \<br>    dot_seen=yes; \<br>    local_target="$target-am"; \<br>  else \<br>    local_target="$target"; \<br>  fi; \<br>  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \<br>  || eval $failcom; \<br>done; \<br>if test "$dot_seen" = "no"; then \<br>  make  "$target-am" || exit 1; \<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `install-recursive'<br>gjgom@t51ldm02:~/tmp/stunnel-5.56$</div><div><br></div><div><br></div><div>Can you help me?</div><div><br></div><div>Note: I´m install stunnel with a user no root, It affects?</div><div><br></div><div>Regards<br><br></div></div></div>