Hi Patrick, On Tue, 2009-11-10 at 19:41 +0100, Patrick Ohly wrote: > On Wed, 2009-11-04 at 03:32 +0000, Jason Grant wrote: > > To get started with syncevolution, I installed the rpm, copied the > > default funambol config and added a username/password. I also had to > > "yum install pcre-devel" and "ln > > -s /usr/lib/libpcrd.so /usr/lib/pcre.so.3". > > One more question about this: what version of libpcre.so is available on > Fedora Core 11? Linking to that should be enough, albeit a bit hacky. > The reason for not providing a libpcre.so.3 symlink is that the current > version is no longer entirely compatible. /usr/lib/libpcre.so itself is > also just a symlink, at least normally. > > The dependency comes from libsynthesis. I think we could compile it so > that the lib is not needed, without loss of functionality in > SyncEvolution. >
The f11 package is pcre-7.8.2. See below for the libraries/links on my system. Only the libpcre.so.3 symlink was created manually by me. J. [r...@talby ~]# ls -lart /lib/*pcre* -rwxr-xr-x. 1 root root 193064 2009-02-27 02:15 /lib/libpcre.so.0.0.1 lrwxrwxrwx. 1 root root 16 2009-06-12 21:27 /lib/libpcre.so.0 -> libpcre.so.0.0.1 [r...@talby ~]# ls -lart /usr/lib/*pcre* -rwxr-xr-x. 1 root root 7292 2009-02-27 02:15 /usr/lib/libpcreposix.so.0.0.0 -rwxr-xr-x. 1 root root 30996 2009-02-27 02:15 /usr/lib/libpcrecpp.so.0.0.0 lrwxrwxrwx. 1 root root 19 2009-06-12 21:27 /usr/lib/libpcrecpp.so.0 -> libpcrecpp.so.0.0.0 lrwxrwxrwx. 1 root root 21 2009-06-12 21:27 /usr/lib/libpcreposix.so.0 -> libpcreposix.so.0.0.0 lrwxrwxrwx. 1 root root 22 2009-11-04 13:45 /usr/lib/libpcre.so -> ../../lib/libpcre.so.0 lrwxrwxrwx. 1 root root 19 2009-11-04 13:45 /usr/lib/libpcrecpp.so -> libpcrecpp.so.0.0.0 lrwxrwxrwx. 1 root root 21 2009-11-04 13:45 /usr/lib/libpcreposix.so -> libpcreposix.so.0.0.0 lrwxrwxrwx. 1 root root 10 2009-11-04 13:47 /usr/lib/libpcre.so.3 -> libpcre.so [r...@talby ~]# rpm -q --whatprovides /lib/libpcre.so.0.0.1 pcre-7.8-2.fc11.i586 [r...@talby ~]# rpm -ql pcre | fgrep .so. /lib/libpcre.so.0 /lib/libpcre.so.0.0.1 /usr/lib/libpcrecpp.so.0 /usr/lib/libpcrecpp.so.0.0.0 /usr/lib/libpcreposix.so.0 /usr/lib/libpcreposix.so.0.0.0 [r...@talby ~]# rpm -ql pcre-devel | fgrep .so /usr/lib/libpcre.so /usr/lib/libpcrecpp.so /usr/lib/libpcreposix.so _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
