Hi, I'm having a similar problem. I can't get xulrunner 1.9.2 to work with firesheep.
Code:
checking for MOZ... configure: error: Package requirements (libxul >= 1.9.2) were not met:
No package 'libxul' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables MOZ_CFLAGS
and MOZ_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
However I dl'd xulrunner from here: https://developer.mozilla.org/en/XUL...ling_XULRunner however after unpacking it to root and then going into the firesheep folder and running:
Code:
./autogen.sh --with-xulrunner=/root/xulrunner/ && make
it still gives the error message at the top. Can't install xulrunner from apt, says it's not found. Is there a repository I need to add to sources.list? I tried all of the above with xulrunner1.9.2-sdk as well with no success.
[CODE]
Code:
./autogen.sh --with-xulrunner-sdk=/root/xulrunner-sdk/ && make