Index: [Article Count Order] [Thread]

Date:  Sat, 11 Sep 2004 12:10:51 +0000
From:  Zach Dennis <zdennis@...>
Subject:  Re: problems with libapreq
To:  modruby@... (modruby ML)	,ruby-talk@...
Cc:  modruby@...
Message-Id:  <4142EB4B.8060506@...>
In-Reply-To:  <4142D589.2060303@...>
References:  <opsdlk9hfhap9h0v@...> <200408312204.FMLAAB24180.modruby@...> <opsdovzra5ap9h0v@...> <41416A5B.3090906@...> <opsd4k4pv6ap9h0v@...> <41426B91.8030700@...> <4142D589.2060303@...>
X-Mail-Count: 01297

Zach Dennis wrote:

> I have downloaded Arrow and I am trying to get it up and configured.  
> I compiled and installed libapreq and I have recompiled mobruby with 
> libapreq and apxs options. When i restart apache it complains that 
> mod_ruby cannot load libapreq.so.1.
>
> libapreq.so.1 exists in my /usr/local/lib
>
> Any ideas, thanks?

Ok.. after googling around for a bit, i ended up adding /usr/local/lib 
to my /etc/ld.so.conf file, then I ran ldconfig and it appears to be 
good at this point.

Zach