Operating System - HP-UX
1846184 Members
3438 Online
110254 Solutions
New Discussion

Re: subversion binary install

 
SOLVED
Go to solution
E. Brown
Advisor

subversion binary install

Hi All

I am attempting to install subversion on a C8000 Workstation running 11i V1 via a binary depot install of from the following website

http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/subversion-1.4.4/

Initially I ran into runtime dependency issues and ended up installing all the dependancies listed at the above website. The list of depots is below

apr-0.9.14-hppa-11.31.depot.gz
apr_util-0.9.13-hppa-11.31.depot.gz
db-4.6.19-hppa-11.31.depot.gz
editline-2.9-hppa-11.31.depot.gz
expat-2.0.1-hppa-11.31.depot.gz
flex-2.5.33-hppa-11.31.depot.gz
gdbm-1.8.3-hppa-11.31.depot.gz
gettext-0.16.1-hppa-11.31.depot.gz
heimdal-1.0.1-hppa-11.31.depot.gz
libiconv-1.11-hppa-11.31.depot.gz
make-3.81-hppa-11.31.depot.gz
neon-0.27.0-hppa-11.31.depot.gz
openssl-0.9.8e-hppa-11.31.depot.gz
perl-5.8.8-hppa-11.23.depot.gz
python-2.4.3-hppa-11.23.depot.gz
termcap-1.3.1-hppa-11.31.depot.gz


With all the dependancies installed I get the following error and core dump when I try and execute svn.
HP-C8000 21% svn
/usr/lib/dld.sl: Unresolved symbol: pthread_create (code) from /usr/local/lib/l
ibintl.sl
IOT trap (core dumped)

I would much appreciate any suggestions as to how I may proceed with this?

Thanks
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: subversion binary install

Sorry, but you used the wrong depots.

You need to repeat all the work, but with the 11.11 depots - not the 11.31.


Currently you have a mix:

apr-0.9.14-hppa-11.31.depot.gz - 11.31
...
perl-5.8.8-hppa-11.23.depot.gz - 11.23

BUT you need the depots for 11.11!

Example:

HP-UX 11i v1
(HP-UX 11.11) PA-RISC 2.0 Gzipped
Binary Depot

http://hpux.cs.utah.edu/ftp/hpux/Development/Libraries/apr-0.9.16/apr-0.9.16-hppa-11.11.depot.gz

http://hpux.cs.utah.edu/ftp/hpux/Development/Libraries/apr_util-0.9.15/apr_util-0.9.15-hppa-11.11.depot.gz

...

http://hpux.cs.utah.edu/ftp/hpux/Languages/perl-5.8.8/perl-5.8.8-hppa-11.11.depot.gz


Note the "11.11" in the name.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Robert-Jan Goossens
Honored Contributor

Re: subversion binary install

Hi,

I'm surprised to see 11.31 (11iV3) can be installed on a C8000.

Just to check could you post the output of

# model
# uname -a

Regards
Robert-Jan
E. Brown
Advisor

Re: subversion binary install

Hi All

Not sure whether this should go in a new thread but my problems continue with the SVN install. On running an svn command I am faced with the following error message.

/usr/lib/dld.sl: Unresolved symbol: getaddrinfo (code) from /usr/local/apr/lib/
libapr-0.sl

I have reinstalled the apr and apr_util libraries and have copied a section of the swlist output below.

# Product(s) not contained in a Bundle:
#

apr 0.9.16 apr
apr_util 0.9.15 apr_util
db 4.6.21 db
editline 2.9 editline
expat 2.0.1 expat
flex 2.5.33 flex
gdbm 1.8.3 gdbm
gettext 0.17 gettext
heimdal 1.0.1 heimdal
libiconv 1.12 libiconv
make 3.81 make
neon 0.27.2 neon
openssl 0.9.8g openssl
perl 5.8.8 perl
python 2.4.3 python
subversion 1.4.4 subversion
termcap 1.3.1 termcap
zlib 1.2.3 zlib

Running chatr on the svn executable suggests that the libapr-0.sl is being found unless of course I am misinterpretting the output.

# chatr svn
chatr(error): dl_header_ext.size != sizeof(dl_header_ext). Please update your ve
rsion of the chatr tool.
svn:
shared executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path enabled second /usr/local/lib
shared library list:
dynamic /usr/lib/libpthread.1
static /usr/local/lib/libsvn_client-1.sl
static /usr/local/lib/libsvn_wc-1.sl
static /usr/local/lib/libsvn_ra-1.sl
static /usr/local/lib/libsvn_ra_local-1.sl
static /usr/local/lib/libsvn_repos-1.sl
static /usr/local/lib/libsvn_fs-1.sl
static /usr/local/lib/libsvn_fs_fs-1.sl
static /usr/local/lib/libsvn_fs_base-1.sl
static /usr/local/lib/libsvn_ra_svn-1.sl
static /usr/local/lib/libsvn_ra_dav-1.sl
static /usr/local/lib/libsvn_delta-1.sl
static /usr/local/lib/libsvn_diff-1.sl
static /usr/local/lib/libsvn_subr-1.sl
static /usr/local/apr/lib/libaprutil-0.sl
static /usr/local/lib/libdb.sl
static /usr/local/apr/lib/libapr-0.sl
dynamic /usr/lib/libm.2
dynamic /usr/lib/libnsl.1
dynamic /usr/lib/libdld.2
static /usr/local/lib/libneon.sl
static /usr/local/lib/libexpat.sl
static /usr/local/lib/libintl.sl
static /usr/local/lib/libiconv.sl
dynamic /usr/local/lib/libz.sl
dynamic /usr/lib/libc.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: D (default)
instruction page size: D (default)


Once again I would appreciate any help you can provide.

Thanks

Ed
Dennis Handly
Acclaimed Contributor

Re: subversion binary install

>Not sure whether this should go in a new thread

It is pretty trivial (and obvious :-), let's keep it here.

>I am faced with the following error message.
dld.sl: Unresolved symbol: getaddrinfo (code)

This indicates you don't have recent (or any) libc patches.
PHCO_34275 has it and it's over a year old.
A search would have found these and more:
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1086950
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1148957
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1065396