Guest User

32 bit VM on 32bit host (bulk_extractor)

a guest
Aug 7th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. g++ -pthread -I/usr/local/include -DUTC_OFFSET=-0400 -O2 -march=i486 -mtune=i686 -I.. -I. -I.. -I../../_build -c `basename scan_gps.o .o`.cpp
  2. g++ -O2 -march=i486 -mtune=i686 -L/usr/local/lib -o bulk_extractor bulk_extractor.o threadpool.o word_and_context_list.o histogram.o utils.o support.o base64_forensic.o feature_recorder.o feature_recorder_set.o image_process.o image_process_fts.o sbuf.o md5.o plugin.o scan_ccns2.o scan_find.o scan_net.o scan_wordlist.o scan_exif.o scan_base64.o xml.o scan_be_exif.o exif_reader.o exif_entry.o scan_zip.o scan_gzip.o scan_pdf.o scan_aes.o scan_json.o scan_winprefetch.o scan_hiberfile.o pyxpress.o scan_email.o scan_accts.o scan_kml.o scan_gps.o -lexpat -lewf -lafflib -lssl -lcrypto -lssl -lcrypto -lz -ldl -lexiv2
  3. /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/bin/ld: threadpool.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1'
  4. /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/bin/ld: note: 'pthread_create@@GLIBC_2.1' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
  5. /lib/libpthread.so.0: could not read symbols: Invalid operation
  6. collect2: error: ld returned 1 exit status
  7. make[2]: *** [bulk_extractor] Error 1
  8. make[2]: Leaving directory `/tmp/SBo/bulk_extractor-1.2.2/src'
  9. make[1]: *** [all-recursive] Error 1
  10. make[1]: Leaving directory `/tmp/SBo/bulk_extractor-1.2.2'
  11. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment