You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Adam Bruss <ab...@awrcorp.com> on 2009/05/04 19:47:33 UTC

Having SVN use its built in sqlite3 version

Hello all,

 

I want to upgrade our SVN server from 1.5 to 1.6. When I make the SVN
source it expresses frustration about sqlite. 

 

/root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/libsvn_subr-
1.so: undefined reference to `sqlite3_open_v2' 
/root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/libsvn_subr-
1.so: undefined reference to `sqlite3_config' 
/root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/libsvn_subr-
1.so: undefined reference to `sqlite3_initialize' 
/root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/libsvn_subr-
1.so: undefined reference to `sqlite3_prepare_v2' 
/root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/libsvn_subr-
1.so: undefined reference to `sqlite3_threadsafe' 
collect2: ld returned 1 exit status 
make: *** [subversion/svn/svn] Error 1

 

I want to use SVN's built in sqlite3. What steps do I take to get SVN
1.6 to install correctly from source from here?

 

Thanks,

 

Adam Bruss
AWR-STAAR
11520 N. Port Washington Rd., Suite 201
Mequon, WI 53092
P: 1.262.240.0291 x104
F: 1.262.240.0294
E: abruss@awrcorp.com <ma...@awrcorp.com> 
http://www.awrcorp.com <http://www.awrcorp.com/>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2059450

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Having SVN use its built in sqlite3 version

Posted by "Hyrum K. Wright" <hy...@hyrumwright.org>.
On May 4, 2009, at 2:47 PM, Adam Bruss wrote:

> Hello all,
>
> I want to upgrade our SVN server from 1.5 to 1.6. When I make the  
> SVN source it expresses frustration about sqlite.
>
> /root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/ 
> libsvn_subr-1.so: undefined reference to `sqlite3_open_v2'
> /root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/ 
> libsvn_subr-1.so: undefined reference to `sqlite3_config'
> /root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/ 
> libsvn_subr-1.so: undefined reference to `sqlite3_initialize'
> /root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/ 
> libsvn_subr-1.so: undefined reference to `sqlite3_prepare_v2'
> /root/Desktop/subversion-1.6.1/subversion/libsvn_subr/.libs/ 
> libsvn_subr-1.so: undefined reference to `sqlite3_threadsafe'
> collect2: ld returned 1 exit status
> make: *** [subversion/svn/svn] Error 1
>
> I want to use SVN's built in sqlite3. What steps do I take to get  
> SVN 1.6 to install correctly from source from here?

Have you looked at the INSTALL file?  Quoting:

       Subversion (starting with version 1.6) requires SQLite version
       3.4.0 or above, and you can meet this dependency several ways:
         * Use an SQLite amalgamation file.
         * Specify an SQLite installation to use.
         * Let Subversion find an installed SQLite.

       To use an SQLite-provided amalgamation, just drop sqlite3.c into
       Subversion's sqlite-amalgamation/ directory, or point to it  
with the
       --with-sqlite configure option.  This file also ships with the  
Subversion
       dependencies distribution, or you can download it from SQLite:

           http://www.sqlite.org/download.html

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2059556

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].