Ticket #16559: apache2_db45_install_problem.txt

File apache2_db45_install_problem.txt, 548 bytes (added by i@…, 16 years ago)

The error code and the workaround

Line 
1
2The Error:
3
4/opt/local/share/apr-1/build/libtool --silent --mode=link /usr/bin/gcc-4.0 -I/opt/local/include  -O2   -L/opt/local/lib/db44  -L/opt/local/lib -o htpasswd  htpasswd.lo   -L/opt/local/lib -lpcre /opt/local/lib/libaprutil-1.la -ldb-4.5 -lsqlite3 -lexpat -liconv /opt/local/lib/libapr-1.la -lpthread
5ld: library not found for -ldb-4.5
6collect2: ld returned 1 exit status
7make[2]: *** [htpasswd] Error 1
8make[1]: *** [all-recursive] Error 1
9make: *** [all-recursive] Error 1
10
11
12
13The Workaround:
14
15cd /opt/local/lib
16sudo ln -s db45/libdb* .
17