![]() |
2009-10-29
, 16:08
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#2
|
![]() |
2009-10-29
, 17:43
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#3
|
Is your scratchbox correctly set up?
[sbox-SDK_ARMEL: ~] > dpkg --list|grep gdbm
ii libgdbm-dev 1.8.3-2 GNU dbm database routines (development files
ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime version)
dpkg -L libgdbm-dev |fgrep gdbm.h
/usr/include/gdbm.h
Did you run ./configure?
![]() |
2009-10-30
, 14:57
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#4
|
![]() |
2009-10-30
, 15:34
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#5
|
![]() |
2009-10-30
, 15:40
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#6
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2009-10-31
, 12:54
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#7
|
![]() |
2009-10-31
, 14:24
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#8
|
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
![]() |
2009-11-01
, 03:37
|
Posts: 9 |
Thanked: 2 times |
Joined on Oct 2009
|
#9
|
First pass, I attempted to build and was given the error "gdbm.h not found. Please install libgdbm-dev."
I grabbed the package and installed.
Second pass, same error "gdbm.h not found. Please install libgdbm-dev."
So I tried using locate to find the file and it doesn't exist.
Is there anything in particular I should have done following installing the package? Or am I missing something?
Thanks!