[framework] getting ruby-lorcon working
Robin Wood
dninja at gmail.com
Fri May 25 08:49:17 CDT 2007
Hi
That did pick up a typo, I had .1a rather than .la in the conf file. I
fixed that so now I get
ldconfig -v | grep orcon
/usr/local/lib/liborcon.la:
liborcon-1.0.0.so -> liborcon.so
and
ldconfig -p | grep orcon
liborcon-1.0.0.so (libc6) =>
/usr/local/lib/liborcon.la/liborcon-1.0.0.so
Still no joy and the same error message. I did have the right path in
LD_LIBRARY_PATH which may explain why the C app works.
Any other ideas?
If I get this working I'd like to make it into an arch linux package.
I've done the lorcon one so this would be a nice addition.
Robin
On 5/25/07, H D Moore <hdm at metasploit.com> wrote:
> You ned the lorcon-*.so file to be in your library path. What does the
> following command produce?
>
> # ldconfig -v | grep orcon
>
> On Friday 25 May 2007 07:09, Robin Wood wrote:
> > I have the the latest lorcon library installed and have a working C
> > app to prove it works. Everything is installed in the default places
> > with
> > /usr/local/lib/liborcon.1a in ld.so.conf and also with this set
> > LD_LIBRARY_PATH=/usr/local/lib/liborcon.la/
> >
> > Can anyone help?
>
More information about the framework
mailing list