I get this error when i try to compile some programs/
usr/bin/ld: cannot find -ldb1
collect2: ld returned 1 exit status
make[3]: *** [root-portal] Error 1
make[3]: Leaving directory
`/home/line72/mark/programfiles/root-portal-0.4.9/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/line72/mark/programfiles/root-portal-0.4.9/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/line72/mark/programfiles/root-portal-0.4.9'
make: *** [all-recursive-am] Error 2
it isn't just root-portal, there are others like drip
here's what i have installed
[line72@mwdilla line72]$ rpm -qa | grep libdb
libdb3.2-devel-3.2.9-1mdk
libdb3.2-3.2.9-1mdk
libdbtcl3.2-3.2.9-1mdk
what's up with this??
mark