Operating System - HP-UX
1827260 Members
2171 Online
109717 Solutions
New Discussion

SVN on HP-UX 11.11 PA-RISC 2.0

 
Ojal
New Member

SVN on HP-UX 11.11 PA-RISC 2.0

Hi All,

I installed all dependencies listed on
http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.6.5/

and then ran Gzipped Binary Depot of HP-UX it was installed successfully

Now when i run SVN or SVNADMIN commands it says:
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libintl.sl
/usr/lib/dld.sl: No such file or directory
Abort

Please help guys, stuck with this, how do i resolve??


6 REPLIES 6
Johnson Punniyalingam
Honored Contributor

Re: SVN on HP-UX 11.11 PA-RISC 2.0

Check below Thread, does you $PATH is set correct ?

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1257079407637+28353475&threadId=732097

HTH,

Johnson
Problems are common to all, but attitude makes the difference
Ojal
New Member

Re: SVN on HP-UX 11.11 PA-RISC 2.0

I found out that my "libintl.sl" is in "/opt/gnome/lib", then I set the below three variables which were not set before (excluding $PATH). I added "/opt/gnome/lib" in $PATH. The output of all three is given below, but still I get the same error:

$ echo $SHLIB_PATH
/opt/gnome/lib:/usr/local/bin

$ echo $LD_LIBRARY_PATH
/opt/gnome/lib:/usr/local/bin

$ echo $PATH
/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nett
ladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bi
n/X11:/opt/atok/bin:/opt/egb/bin:/opt/resmon/bin:/opt/vje/bin:/opt/mx/bin:/opt/g
nome/bin:/opt/mozilla:/opt/perl/bin:/opt/wbem/bin:/opt/wbem/sbin:/usr/sbin/diag/
contrib:/opt/graphics/common/bin:/opt/dtcmgr/sbin:/opt/hpnpl//bin:/opt/aCC/bin:/
opt/cadvise/bin:/opt/langtools/bin:/opt/imake/bin:/opt/cfg2html:/home/oracle/app
/oracle/product/7.3.3/bin:/home/oracle/app/oracle/product/7.3.3/lib:.:/opt/gnome
/lib

Dennis Handly
Acclaimed Contributor

Re: SVN on HP-UX 11.11 PA-RISC 2.0

>I installed all dependencies listed on

Including libintl? (I assume it is in here?)
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.13.1/

>Johnson: does you $PATH is set correct?

Why would that help? Only SHLIB_PATH would affect which shlibs are found.

>I found out that my libintl.sl is in /opt/gnome/lib

That's not likely to be the correct one. Perhaps /usr/local/lib?

>I added /opt/gnome/lib in $PATH.

Remove it ASAP. Only binary paths go there.
Ojal
New Member

Re: SVN on HP-UX 11.11 PA-RISC 2.0

Hi Guys,

SVN is running on HP-UX now...

I installed "gettext" again and it works like a charm now. It communicates to Windows 2003 Server and checksout, commits, updates perfectly.

Actually the task is to connect Windows XP, AIX, HP-UX and OS400 SVN Clients to Windows 2003 SVN Server. I have completed all above now, except AIX.

Will go for that now..

Thanks a lot for ur help..

Ojal Suthar,
Udaipur,
Rajasthan,
INDIA
Johnson Punniyalingam
Honored Contributor

Re: SVN on HP-UX 11.11 PA-RISC 2.0

Hi Ojal,

Just need to check with You, hope you d'not mind ?


shown below output got from the thread which I post you to check earlier was also pointing the same resolution. what you did - I' am right?
can i assume you didn't check the thread properly

>>>Solved it! :)

Had to remove the gettext package completely and reinstall it. Somehow the file:
-r-xr-xr-x 1 root sys 45056 May 29 2002 /usr/local/lib/libintl.sl

It did not update even if I selected "match what target has" in swinstall when updating from an older gettext package.

After removing recode (dependent of gettext) and gettext, then reinstall gettext GCC suddenly executed like it should.. :)

Now I have this file instead:
-r-xr-xr-x 1 root sys 53248 Sep 19 15:58 /usr/local/lib/libintl.sl

Could have saved me a days work if Ronnie would state the solution, but..<<
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: SVN on HP-UX 11.11 PA-RISC 2.0

>>I have completed all above now, except AIX.

Will go for that now..<<

I hope you will not been entertained here becoz this forum only for "HP_UX"

I would request to look for "IBM" website


Regards,
Johnson
Problems are common to all, but attitude makes the difference