<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Didn't seam to work either way! I ended up lv -s from
/usr/local/lib/xxx.so to /usr/bin.xxx.so<br>
Maybe sol 9 bug or missing patch.<br>
<br>
Henrik Stoerner wrote:<br>
<blockquote cite="mid20050919163646.GA28278@hswn.dk" type="cite">
  <pre wrap="">On Mon, Sep 19, 2005 at 11:42:58AM -0400, Michael Nemeth wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Just built the lastest snapshot on a Solaris 9.
I got it to compile  but when I run I get in variour log files:
ld.so.1 /path to hobbit program/  : fatal : libpcre.so: open failed no 
such file or directory
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Add the directory where you have the PCRE library installed to the
LD_LIBRARY_PATH setting for your Hobbit user. E.g. set it in the
default /etc/profile.

If you don't want to put it there, the easiest solution is probably
to add the definition to the top-level Makefile for Hobbit, like

  RUNTIMEDEFS="LD_LIBRARY_PATH=/usr/local/pcre/lib"

then running "make clean; make; make install" again.


Henrik


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>



  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|     _p_       Mike Nemeth
|  ___| |_____  email(w) <a class="moz-txt-link-abbreviated" href="mailto:michael.nemeth@lmco.com">michael.nemeth@lmco.com</a> Work: 856 359-1425          
|><___________)          |               Home Page:<a class="moz-txt-link-freetext" href="http://www.geocities.com/mjnemeth/">http://www.geocities.com/mjnemeth/</a>
|               Work Page:<a class="moz-txt-link-freetext" href="http://faraday.motown.lmco.com:3000/~nemethm/">http://faraday.motown.lmco.com:3000/~nemethm/</a> 
|               Work Page:<a class="moz-txt-link-freetext" href="http://ortsweb/~mnemeth/">http://ortsweb/~mnemeth/</a> 
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
</pre>
</body>
</html>