On May 4, 2009, at 9:22 AM, Adam Bruss wrote:

> Hello all,
>
>
>
> I'm trying to upgrade SVN from 1.5 to 1.6. 1.6 requires a certain  
> sqlite
> version so I installed the latest sqlite3. When I do a make on the
> subversion 1.6 source it errors out with these messages.
>
>
>
> /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'
>
>
>
> I'm at a loss on where to even begin. I think there was an older  
> sqlite
> version on the system before. What's the first thing to check to  
> resolve
> this?


I contacted the SVN developers and they suggested that you send your  
question to mailto:us...@subversion.tigris.org where, I am told, there  
are people who understand what needs to be done.

SVN includes SQLite built-in.  There is no need to install SQLite  
separately.  However, there is an option to let you use a separately  
installed SQLite if that is what you want to do.  One guesses that you  
are trying to use a separately installed SQLite library without first  
having built and installed the separate SQLite library.  Better to use  
the SQLite that is built into SVN, methinks.  The SVN people will help  
you to do that.


D. Richard Hipp
d...@hwaci.com



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to