You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "John C. Fowler" <JC...@Pacbell.Net> on 2005/09/01 00:13:52 UTC

Building 1.2.3 on Solaris

After running autogen and configure.  During the make process I received 
the following error:

subversion-1.2.3/libtool --tag=CC --silent --mode=link gcc  -g -O2  -g 
-O2 -pthreads  -DNEON_ZLIB  -L/usr/local/lib  -rpath  -avoid-version 
-module -o mod_dav_svn.la  activity.lo deadprops.lo file_revs.lo 
liveprops.lo lock.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo 
util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la 
../../subversion/libsvn_fs/libsvn_fs-1.la 
../../subversion/libsvn_delta/libsvn_delta-1.la 
../../subversion/libsvn_subr/libsvn_subr-1.la -lsocket
libtool: link: only absolute run-paths are allowed
*** Error code 1
make: Fatal error: Command failed for target 
`subversion/mod_dav_svn/mod_dav_svn.la'

Ran configure with:
./configure --with-apache=/export/home/jfowler/DownLoads/httpd-2.0.54 
--with-apr=/usr/local/apache2/bin/apr-config 
--with-apr-util=/usr/local/apache2/bin/apu-config

Using Apache (httpd-2.0.54) Compiled for Solaris 9.

I did find that the Makefile.in was full of "Ctl-M" so for me to get 
configure to complete I had to clean it up first.  No errors in the 
autogen or configure process except that Berkeley DB was not found which 
is correct.

Any Suggestions? 

Re: Building 1.2.3 on Solaris

Posted by David James <ja...@gmail.com>.
On 8/31/05, John C. Fowler <JC...@pacbell.net> wrote:
> After running autogen and configure.  During the make process I received
> the following error:
> 
> subversion-1.2.3/libtool --tag=CC --silent --mode=link gcc  -g -O2  -g
> -O2 -pthreads  -DNEON_ZLIB  -L/usr/local/lib  -rpath  -avoid-version
> -module -o mod_dav_svn.la  activity.lo deadprops.lo file_revs.lo
> liveprops.lo lock.lo log.lo merge.lo mod_dav_svn.lo repos.lo update.lo
> util.lo version.lo ../../subversion/libsvn_repos/libsvn_repos-1.la
> ../../subversion/libsvn_fs/libsvn_fs-1.la
> ../../subversion/libsvn_delta/libsvn_delta-1.la
> ../../subversion/libsvn_subr/libsvn_subr-1.la -lsocket
> libtool: link: only absolute run-paths are allowed
Donald Laster also ran into the same problem, and posted a workaround. See:
  http://svn.haxx.se/users/archive-2005-05/1621.shtml

Does this help?

> I did find that the Makefile.in was full of "Ctl-M" so for me to get
> configure to complete I had to clean it up first.
Really? This would definitely be a bug. Where did you download
Subversion? Did you download the Windows zip file by mistake? On my
system, I cannot find any ^M characters in Makefile.in.

Thanks,

David

-- 
David James -- http://www.cs.toronto.edu/~james

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org