Date: Tue, 18 Sep 2007 00:17:45 +0200 From: Marten Vijn <info@martenvijn.nl> To: Marinos Ilias <marinosi@ceid.upatras.gr> Cc: freebsd-current@freebsd.org Subject: Re: crunchgen fials on sh Message-ID: <1190067465.1246.3.camel@medion.martenvijn.nl> In-Reply-To: <20070917151020.GA23939@ceid.upatras.gr> References: <20070917151020.GA23939@ceid.upatras.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1190067465.1246.3.camel>