On Wed, 2005-11-09 at 06:44 -0600, Ross Cathriner wrote:
> > Can you try this...
> >
> > mkdir $HOME/temp
> > mkdir $HOME/temp/lib
> > mkdir $HOME/temp/bin
> > cp owhttpd $HOME/temp/bin
> > cp libow.0.so $HOME/temp/lib
> > LD_LIBRARY_PATH="$HOME/temp/lib"
> > export LD_LIBRARY_PATH
> > otool -L $HOME/temp/bin/owhttpd
> >
> > Shouldn't this tell you that libow is loaded from:
> > /home/xxxx/temp/lib/libow.0.so
> 
> Returned:
>   /Users/rnc/lib/libow.0.so
> 
> Even after deleting the original from $HOME, which is /Users/rnc in  
> this case.
> I have not tried a re-boot or maybe it's a rehash? command to see if  
> it updates the paths.
> 

Strange... I don't have much experience with MacOS X, but it seems like
it should be done in some other way.

Have you tried to run "ldconfig" ?  Perhaps that command rebuild the
library paths.

/Christian




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to