On Mon, Aug 17, 2009 at 12:56 PM, Dinesh Kumar Rajagopal<[email protected]> wrote: > Friends, > After installing and configuring subversion with mysql , when i start > apache it says > > " httpd: Syntax error on line 55 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_dav_svn.so into server: > /usr/lib/libsvn_fs_base-1.so.0: undefined symbol: db_create "
Did you compiled subversion? If so can you post your ./configure options along wit the versions of dependencies? Why don't you use subversion from CentOS repositories with yum? > By suffering internet to solve above error , it seems that, i have to use > berkeley database. Not necessarily, the default is fsfs these days. You can ignore bdb with '--without-berkeley-db' option in configure. If you badly need bdb, then compile apr-util with bdb support and show subversion the apr-util compiled with bdb, it will automatically get bdb from apr-util. -- Senthil Kumaran S http://www.stylesen.org/ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
