Jason,
On 05/04/2010, at 11:43 AM, Jason Stahls wrote:
> j.chitte wrote:
> >> I'm running a ts7250 over nfs , I try to start lighttpd and it fails . A
> >> closer investigation shows this error:
> >>
> >> # lighttpd -f /etc/lighttpd/lighttpd.conf
> >> 2010-04-04 18:55:06: (plugin.c.165) dlopen() failed for:
> >> /back/ts/root/usr/lib/mod_indexfile.so /back/ts/root
> >> ### wtf? this is inside nfs
I think you will want to look into the configure features --prefix (where
things should be installed with respect to the target filesystem) and DESTDIR
(where the target filesystem lives on the host's filesystem).
I think in your case you need --prefix=/usr and DESTDIR=/back/ts/root/
I've found that libtool doesn't respect these options too well (in the .la
files it generates).
cheers
peter
--
http://peteg.org/
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|