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

Installing PECL svn

From: Maarten van der Veen <mjvdveen_at_ai.rug.nl>
Date: 2005-06-05 03:45:32 CEST

Hi,

I'm trying to compile the pecl svn module, for PHP. I downloaded the
file from http://pecl.php.net/package/svn, and compiled it in this
order:

gzip -d < extname.tgz | tar -xvf -
cd extname
phpize
./configure && make

On two seperate machines, running svn 1.2.0RC2, I get this error:
checking for svn support... yes, shared
checking for svn-config... not found
configure: WARNING:
Did not find svn-config; please ensure that you have installed
the svn developer package or equivalent for you system.

checking for svn_client_create_context in -lsvn_client-1... no
./configure: line 3208: unset: `ac_cv_func_svn_client-1': not a valid identifier
configure: error: wrong svn lib version or lib not found

Even after adding the path to svn-config, it still produces the unset error.

Has anyone succeeded in compiling this package?

Maarten
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 5 03:47:25 2005

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.