crunchgen fials on sh

Marten Vijn info at martenvijn.nl
Tue Sep 18 00:24:43 PDT 2007


Thanks that helped 

I included these:

%ldd -a /bin/sh
/bin/sh:
        libedit.so.6 => /lib/libedit.so.6 (0x28095000)
        libncurses.so.7 => /lib/libncurses.so.7 (0x280aa000)
        libc.so.7 => /lib/libc.so.7 (0x280ec000)
/lib/libedit.so.6:
        libncurses.so.7 => /lib/libncurses.so.7 (0x280aa000)

Is there way to find to needed libs other than trail and error?

Marten



On Mon, 2007-09-17 at 18:10 +0300, Marinos Ilias wrote:
> You may just need to link with flex library. ( -lfl for gcc).
> For your case , try to add
> libs -lfl
> in your crunch.conf.
> 
> 
> Hope that does the job for you,
> 
> 
> Ilias Marinos
> _______________________________________________
> freebsd-current at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"



More information about the freebsd-current mailing list