[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Installation problem

From: Osvaldo Tulini <osvaldo.tulini_at_gmail.com>
Date: 2007-11-28 19:39:51 CET

Hi all,
I'm new in subversion, I need to install apache2.2.6/svn/trac on a FreeBSD
6.2 server.

I use this configure option to build Apache with no problem

./configure --prefix=/usr/local/httpd22 --enable-mods-shared=most
--enable-deflate
    --enable-ssl --enable-dav --enable-dav-fs --enable-vhost-alias
--enable-so
    --enable-maintainer-mode --with-expat=builtin

and
this option for subversion source

./configure --prefix=/usr/local/subversion
--with-apr=/usr/local/httpd22/bin/apr-1-config
    --with-apr-util=/usr/local/httpd22/bin/apu-1-config --with-zlib
    --with-apxs=/usr/local/httpd22/bin/apxs --with-neon=/usr/local/neon
    --with-swig=/usr/local/swig/bin/swig --enable-swig-bindings=perl,python
    --enable-maintainer-mode --with-httpd --with-ssl
--enable-maintainer-mode

configure have no problem, but during the make I have this error
[...]
prutil-1.la -lexpat /usr/local/httpd22/lib/libapr-1.la -lcrypt -lpthread
-lz
/usr/bin/ld: cannot find -lexpat
*** Error code 1
Stop in /usr/local/svn_trac/subversion-1.4.5.

Any idea ?

Thank
Osvaldo
Received on Wed Nov 28 19:40:21 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.