Thread: [sleuthkit-developers] [ sleuthkit-Bugs-3105539 ] Build error for sleuthkit 3.2.0
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-11-08 21:28:46
|
Bugs item #3105539, was opened at 2010-11-08 22:28 Message generated for change (Tracker Item Submitted) made by drag0nl0rd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dragonlord (drag0nl0rd) Assigned to: Nobody/Anonymous (nobody) Summary: Build error for sleuthkit 3.2.0 Initial Comment: Building the package on Arch Linux i686 with up-to-date packages gives following error: ... make[2]: Entering directory `/build/src/sleuthkit-3.2.0/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': sqlite3.c:(.text+0x2380): undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': sqlite3.c:(.text+0xa1d9): undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': sqlite3.c:(.text+0xa2e4): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0xa2f4): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0xa308): undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': sqlite3.c:(.text+0xb149): undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': sqlite3.c:(.text+0xb181): undefined reference to `dlopen' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': sqlite3.c:(.text+0x19a56): undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: Leaving directory `/build/src/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 Aborting... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-11-11 14:33:20
|
Bugs item #3105539, was opened at 2010-11-08 21:28 Message generated for change (Comment added) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dragonlord (drag0nl0rd) Assigned to: Nobody/Anonymous (nobody) Summary: Build error for sleuthkit 3.2.0 Initial Comment: Building the package on Arch Linux i686 with up-to-date packages gives following error: ... make[2]: Entering directory `/build/src/sleuthkit-3.2.0/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': sqlite3.c:(.text+0x2380): undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': sqlite3.c:(.text+0xa1d9): undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': sqlite3.c:(.text+0xa2e4): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0xa2f4): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0xa308): undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': sqlite3.c:(.text+0xb149): undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': sqlite3.c:(.text+0xb181): undefined reference to `dlopen' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': sqlite3.c:(.text+0x19a56): undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: Leaving directory `/build/src/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 Aborting... ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2010-11-11 14:33 Message: Same here, Debian Squeeze amd64. Tested with sid libs. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -g -O2 -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16683: undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16551: undefined reference to `pthread_mutexattr_init' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16552: undefined reference to `pthread_mutexattr_settype' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16554: undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27464: undefined reference to `dlerror' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27491: undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27495: undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27450: undefined reference to `dlopen' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 .... WTF? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-11-11 16:04:41
|
Bugs item #3105539, was opened at 2010-11-08 16:28 Message generated for change (Comment added) made by slacker775 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dragonlord (drag0nl0rd) Assigned to: Nobody/Anonymous (nobody) Summary: Build error for sleuthkit 3.2.0 Initial Comment: Building the package on Arch Linux i686 with up-to-date packages gives following error: ... make[2]: Entering directory `/build/src/sleuthkit-3.2.0/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': sqlite3.c:(.text+0x2380): undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': sqlite3.c:(.text+0xa1d9): undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': sqlite3.c:(.text+0xa2e4): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0xa2f4): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0xa308): undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': sqlite3.c:(.text+0xb149): undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': sqlite3.c:(.text+0xb181): undefined reference to `dlopen' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': sqlite3.c:(.text+0x19a56): undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: Leaving directory `/build/src/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 Aborting... ---------------------------------------------------------------------- Comment By: David Hollis (slacker775) Date: 2010-11-11 11:04 Message: I was able to get it to compile by adding '-pthread' to the LDFLAGS prior to configure. In my case, I took the latest sleuthkit 3.1.1 SRPM out of Fedora Koji, upped to it 3.2.0, added: export LDFLAGS=-pthread prior to the %configure ... call and it built just fine. ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2010-11-11 09:33 Message: Same here, Debian Squeeze amd64. Tested with sid libs. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -g -O2 -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16683: undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16551: undefined reference to `pthread_mutexattr_init' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16552: undefined reference to `pthread_mutexattr_settype' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16554: undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27464: undefined reference to `dlerror' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27491: undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27495: undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27450: undefined reference to `dlopen' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 .... WTF? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 |
From: SourceForge.net <no...@so...> - 2010-12-31 02:24:53
|
Bugs item #3105539, was opened at 2010-11-08 16:28 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Dragonlord (drag0nl0rd) Assigned to: Nobody/Anonymous (nobody) Summary: Build error for sleuthkit 3.2.0 Initial Comment: Building the package on Arch Linux i686 with up-to-date packages gives following error: ... make[2]: Entering directory `/build/src/sleuthkit-3.2.0/tools/autotools' g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_recover.o -MD -MP -MF .deps/tsk_recover.Tpo -c -o tsk_recover.o tsk_recover.cpp mv -f .deps/tsk_recover.Tpo .deps/tsk_recover.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_recover tsk_recover.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_recover tsk_recover.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a g++ -DHAVE_CONFIG_H -I. -I../../tsk3 -I../.. -Wall -march=i686 -mtune=generic -O2 -pipe -MT tsk_loaddb.o -MD -MP -MF .deps/tsk_loaddb.Tpo -c -o tsk_loaddb.o tsk_loaddb.cpp mv -f .deps/tsk_loaddb.Tpo .deps/tsk_loaddb.Po /bin/sh ../../libtool --tag=CXX --mode=link g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': sqlite3.c:(.text+0x2380): undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': sqlite3.c:(.text+0xa1d9): undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': sqlite3.c:(.text+0xa2e4): undefined reference to `pthread_mutexattr_init' sqlite3.c:(.text+0xa2f4): undefined reference to `pthread_mutexattr_settype' sqlite3.c:(.text+0xa308): undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': sqlite3.c:(.text+0xb149): undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': sqlite3.c:(.text+0xb181): undefined reference to `dlopen' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': sqlite3.c:(.text+0x19a56): undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: Leaving directory `/build/src/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 Aborting... ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2010-12-30 21:24 Message: Sending branches/sleuthkit-3.2/NEWS.txt Sending branches/sleuthkit-3.2/configure.ac Sending trunk/NEWS.txt Sending trunk/configure.ac Transmitting file data .... Committed revision 309. ---------------------------------------------------------------------- Comment By: David Hollis (slacker775) Date: 2010-11-11 11:04 Message: I was able to get it to compile by adding '-pthread' to the LDFLAGS prior to configure. In my case, I took the latest sleuthkit 3.1.1 SRPM out of Fedora Koji, upped to it 3.2.0, added: export LDFLAGS=-pthread prior to the %configure ... call and it built just fine. ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2010-11-11 09:33 Message: Same here, Debian Squeeze amd64. Tested with sid libs. /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -static -o tsk_loaddb tsk_loaddb.o ../../tsk3/libtsk3.la libtool: link: g++ -g -O2 -o tsk_loaddb tsk_loaddb.o -L/usr/local/lib ../../tsk3/.libs/libtsk3.a ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexTry': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16683: undefined reference to `pthread_mutex_trylock' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `pthreadMutexAlloc': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16551: undefined reference to `pthread_mutexattr_init' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16552: undefined reference to `pthread_mutexattr_settype' /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:16554: undefined reference to `pthread_mutexattr_destroy' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlError': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27464: undefined reference to `dlerror' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlSym': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27491: undefined reference to `dlsym' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlClose': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27495: undefined reference to `dlclose' ../../tsk3/.libs/libtsk3.a(sqlite3.o): In function `unixDlOpen': /home/breakersinc/Descargas/sleuthkit-3.2.0/tsk3/auto/sqlite3.c:27450: undefined reference to `dlopen' collect2: ld returned 1 exit status make[2]: *** [tsk_loaddb] Error 1 make[2]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools/autotools' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/home/breakersinc/Descargas/sleuthkit-3.2.0/tools' make: *** [all-recursive] Error 1 .... WTF? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3105539&group_id=55685 |