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

Solaris 8 compile error

From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-04-28 21:27:16 CEST

I'm running configure for 1.0.2 as I type this, but I anticipate having the same problems as when I attempted to compile 1.0.1

I couldn't get Subversion to compile. The CONFIGURE script used was

bart:/test_area/build/subversion-1.0.1> cat CONFIGURE
#!/bin/ksh
export
PATH=/apps/openssh/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/apps/bin:/usr/bin:/opt/bin:/usr/local/bin:.:/usr/ucb
./configure --prefix=/apps/Subversion --with-berkeley-db=/apps/BerkeleyDB.4.2
--enable-ssl --with-ssl --with-libs=/apps/openssl:/usr/local
--with-apxs=/apps/apache2/bin/apxs

The configure script uses an option /apps/Subversion/lib . I tried compiling
with that directory and by renaming the lib dir out of the way, and got the same
error.

The last part of the compile is:

cd subversion/clients/cmdline && /bin/bash
/test_area/build/subversion-1.0.1/libtool --silent --mode=link cc -g -g
-DNEON_ZLIB -DNEON_SSL -L/apps/BerkeleyDB.4.2/lib -L/usr/local/lib -rpath
/apps/Subversion/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o
cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o
help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o
mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o
propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o
status-cmd.o status.o switch-cmd.o update-cmd.o util.o
../../../subversion/libsvn_client/libsvn_client-1.la
../../../subversion/libsvn_wc/libsvn_wc-1.la
../../../subversion/libsvn_ra/libsvn_ra-1.la
../../../subversion/libsvn_delta/libsvn_delta-1.la
../../../subversion/libsvn_subr/libsvn_subr-1.la
/test_area/build/subversion-1.0.1/apr-util/libaprutil-0.la -ldb -lexpat
/test_area/build/subversion-1.0.1/apr/libapr-0.la -lsendfile -lrt -lm -lsocket
-lnsl -lresolv -lpthread -ldl
/test_area/build/subversion-1.0.1/neon/src/libneon.la -L/apps/openssl/lib
-L/usr/local/lib -L/apps/Subversion/lib -lssl -lcrypto -lnsl -lsocket -lz
-lexpat -lsocket
ild: (undefined symbol) libiconv_close -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so
ild: (undefined symbol) libiconv -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so
ild: (undefined symbol) libiconv_open -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so
ild: (undefined symbol) libiconv_close -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so.0
ild: (undefined symbol) libiconv -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so.0
ild: (undefined symbol) libiconv_open -- referenced in
/test_area/build/subversion-1.0.1/apr-util/.libs/libaprutil-0.so.0
*** Error code 5
make: Fatal error: Command failed for target `subversion/clients/cmdline/svn'

--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 28 21:27:47 2004

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.