So I think I am progressing. Removed sunfreeware's mysql installation and 
install using CSKamp's mysql instead from this thread - 
http://opensolaris.org/jive/thread.jspa?messageID=138328&#138328 from shashasu 
however, I am having trouble with step 4

-------------
4.make
then you need to
cp /usr/local/share/doc/sysbench/manual.html ./sysbench-0.4.8/config 
./sysbench-0.4.8/doc /mysql/share/doc/sysbench
if you don't do this . it may appear error.
5.make install
---------------

the command line doesn't work so I added '-r' to it. I get the following error. 
Is it related the copying manual.html to the wrong place? manual.html is 
actually empty.....

-----------------------------------------------

Making install in doc
Making install in xsl
XML_CATALOG_FILES=./xsl/catalog.xml xsltproc --nonet -o manual.html 
./xsl/xhtml.xsl 
XML_CATALOG_FILES=./xsl/catalog.xml xsltproc --nonet -o manual.html 
./xsl/xhtml.xsl 
test -z "/mysql/share/doc/sysbench" || /bin/sh ../config/mkinstalldirs 
"/mysql/share/doc/sysbench"
 ../config/install-sh -c -m 644 './manual.html' 
'/mysql/share/doc/sysbench/manual.html'
../config/install-sh: ./manual.html does not exist
*** Error code 1
The following command caused the error:
list='manual.html'; for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  f=`echo $p | sed -e 's|^.*/||'`; \
  echo " ../config/install-sh -c -m 644 '$d$p' '/mysql/share/doc/sysbench/$f'"; 
\
  ../config/install-sh -c -m 644 "$d$p" "/mysql/share/doc/sysbench/$f"; \
done
make: Fatal error: Command failed for target `install-dist_htmlDATA'
Current working directory 
/export/home/chong/solaris_NokiaSysbench3/solaris_NokiaSysbench/sysbench-0.4.12-unmodifed/doc
*** Error code 1
The following command caused the error:
make  install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Current working directory 
/export/home/chong/solaris_NokiaSysbench3/solaris_NokiaSysbench/sysbench-0.4.12-unmodifed/doc
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='xsl'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `install-recursive'
Current working directory 
/export/home/chong/solaris_NokiaSysbench3/solaris_NokiaSysbench/sysbench-0.4.12-unmodifed/doc
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='doc sysbench'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `install-recursive'
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to