Hi all,
I have downloaded and installed:
BerkeleyDB 4.2.52
apr 1.2.8
apr-util 1.2.8
- along with,
zlib 1.2.3
Python 2.5.1
I have downloaded the latest source for each of the above, and I
have run a
$ ./configure --prefix=/opt/subversion ; make ; make install
for each of the above.
Then I tried to compile subversion itself with these
configure options:
$ ./configure --prefix=/opt/subversion \
CPPFLAGS=-I/opt/subversion --with-berkeley-db=/opt/subversion \
--with-apache=/andy/pkgsrc/httpd-2.0.59 --with-apr=/opt/subversion \
--with-apr-util=/opt/subversion
However, configure complains with the following message:
checking whether to avoid circular linkage at all costs... no
checking for trang... none
checking for socket in -lsocket... no
configure: error: APR-UTIL was installed independently, it won't be
possible to use the specified Berkeley DB:
/opt/subversion
My question is, what does BerkeleyDB have to do with APR?
Why would Subversion even care? Can someone please
help me get past this issue?
NB, I am trying to compile this initially without apache, but
eventually, I want to compile it with apache also, so do I remove
subversion, config+compile+install apache, then config+compile+install
subversion? Or do I configure apache, config+compile+install
subversion,
then compile+install apache?
Much appreciated.
- Andy Gray
Andrew Gray - Unix Administrator
Production Support - Business Solutions Division
WorkCover Queensland
E-mail: andrew.gray@workcoverqld.com.au
Ph: +61 7 3006 6413
Fax: +61 7 3006 6424
***************************************************************************
Messages included in this e-mail and any of its attachments are those
of the author unless specifically stated to represent WorkCover Queensland. The contents of this message are to be used for the intended purpose only and are to be kept confidential at all times.
This message may contain privileged information directed only to the intended addressee/s. Accidental receipt of this information should be deleted promptly and the sender notified.
This e-mail has been scanned by Sophos for known viruses.
However, no warranty nor liability is implied in this respect.
****************************************************************************
Received on Fri May 11 08:08:29 2007