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

Subversion 1.4.6 and PHP SVN module

From: Thom McGrath <lists_at_thezaz.com>
Date: Wed, 21 May 2008 15:42:46 -0400

I'm at wits-end here trying to make the php svn module work. I am
using subversion 1.4.6 and php 5.2.6. Here's what is going on,
hopefully somebody can help here.

Subversion is installed and working with the default setup. I download
the svn-0.3 package from pecl and go through the typical steps of
phpize, configure, make, make install and everything works without
errors. The svn.so module is placed in where I would expect:

/usr/local/lib/php/extensions/no-debug-non-zts-20060613/svn.so

Which is my php extensions directory. I add the module to my php.ini
file and then go do a phpinfo(). I get this error:

[21-May-2008 10:49:39] PHP Warning: PHP Startup: Unable to load
dynamic library '/usr/local/lib/php/extensions/no-debug-non-
zts-20060613/svn.so' - libsvn_client-1.so.0: cannot open shared object
file: No such file or directory in Unknown on line 0

So I look around, and that file exists in /usr/local/lib as a symlink
to /usr/local/lib/libsvn_client-1.so.0.0.0. So I did an ldd on my
module, and sure enough, the libsvn_client-1.so.0 file is not found.
Everything else is found.

Does anybody have any idea what could be going on here?

--
Thom McGrath
The ZAZ Studios
<http://www.thezaz.com/> AIM: thezazstudios
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-21 21:43:11 CEST

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.