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

Re: make fails on sparc solaris 5.8 (fixed + solaris install notes)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-11 00:21:46 CEST

anton <anton@nezzwerk.com> writes:

> apache
> ------
> ./buildconf
> ./configure --prefix=/opt/apache2/apache_2.0.47 --enable-dav=shared
> --enable-so --with-dbm=db4 --with-berkeley-db=/usr/local/bdb/db
> --with-gdbm=no

Here you use /opt/apache2/apache_2.0.47 ...

> make && make install
>
>
> subversion
> ----------
> ./autogen.sh
> ./configure --with-apxs=/opt/apache2/apache/bin/apxs
> --prefix=/tmp/svn_install --with-berkeley-db=/usr/local/bdb/db
> --with-apr=/opt/apache2/apache --with-zlib=no
> --with-apr-util=/opt/apache2/apache

... and here you use /opt/apache2/apache. I'm surprised it works, I
suspect you have two apache installations.

> make && make install
>
> however, make install fails with the following:
[...]
> /export/home/anton/tmp/subversion-0.24.2/ac-helpers/install-sh -c -d
> "/opt/apache2/apache_2.0.47/modules" ; /opt/apache2/apache/bin/apxs -i
> -S LIBEXECDIR="/opt/apache2/apache_2.0.47/modules" -a -n authz_svn
> mod_authz_svn.la
> ld.so.1: /opt/apache2/apache_2.0.47/bin/httpd: fatal: libgcc_s.so.1:
> open failed: No such file or directory
> Killed
> apxs:Error: Sorry, no shared object support for Apache.
> apxs:Error: available under your platform. Make sure.
> apxs:Error: the Apache module mod_so is compiled into.
> apxs:Error: your server binary `/opt/apache2/apache_2.0.47/bin/httpd'..
> make: *** [install-mods-shared] Error 1

I see both directories in the above error message, I'm not surprised
it didn't work.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 00:22:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.