Ticket #6 (closed defect: fixed)

Opened 20 months ago

Last modified 16 months ago

None

Reported by: anonymous Owned by: jwright
Priority: minor Milestone:
Component: component1 Version: 1.0
Keywords: None Cc: None

Description

I am running the latest framework-3.0 and lorcon. Any ideas on what is causing this issue when I try to make the file?

anonymous@laptop:~/Desktop/stuff/framework-3.0/external/ruby-lorcon$ make gcc -I. -I. -I/usr/local/lib/ruby/1.8/i686-linux -I. -fPIC -g -O2 -c Lorcon.c Lorcon.c: In function ‘lorcon_driver_open’: Lorcon.c:100: error: ‘TX80211_FUNCMODE_INJMON’ undeclared (first use in this function) Lorcon.c:100: error: (Each undeclared identifier is reported only once Lorcon.c:100: error: for each function it appears in.) make: *** [Lorcon.o] Error 1

Thank you

Change History

Changed 20 months ago by jwright

  • owner changed from somebody to jwright

It looks like there is a problem with Lorcon.c not being able to find the tx80211.h include header file. Did you install LORCON before trying to compile Ruby-Lorcon?

Changed 20 months ago by sc0tch

Then generation of the Makefile with extconf.rb should have flagged a missing lorcon library.

When you ran 'ruby extconf.rb' to create the Makefile was a mkmf.log file generated in the ruby-lorcon directory? if so please attach.

-sc0tch

Changed 20 months ago by jwright

HD Moore just committed some changes to Ruby-Lorcon; try getting the latest SVN of Metasploit and send us the mkmf.log file after running "ruby extconf.rb".

Thanks,

-Josh

Changed 16 months ago by jwright

  • status changed from new to closed
  • resolution set to fixed

Changed 16 months ago by jwright

Closing due to lack of follow-up from bug reporter.

Note: See TracTickets for help on using tickets.