You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Miguel Rentes <mi...@efacec.pt> on 2008/01/22 17:43:31 UTC

Subversion 1.4.6 installation in HP-UX

Hi everyone!

I tried today installing Subversion 1.4.6 in HP-UX with no success. I 
went to 
http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.4.6/ 
and downloaded all depot.gz's (first installed all subversion's 
dependencies) and then proceeded to install subversion. Everything went 
ok while installing with sam (Systems Administration Manager) but when I 
did a "svn help" in the command line I got this error:

/usr/lib/hpux32/dld.so: Unable to find library 'libgssapi.so'.
Killed

I don't know where to find this libgssapi.so (there's no .depot for it 
and I don't have this library installed either) and don't know if 
there's any package I need to install that provides this library. My 
HP-UX version is 11.23 Itanium 64-bits arquitecture. I just need to 
install a Subversion client in this machine, not a server.

Any ideas?

Best regards,

-- 
*Miguel Rentes*
Informatics Engineer
EFACEC - Electronic Systems <http://www.efacec.pt/>
Network Management
Email: miguel.rentes@efacec.pt <ma...@efacec.pt>
Phone: +351 229403388

Re: Subversion 1.4.6 installation in HP-UX

Posted by subwiz <su...@gmail.com>.
The krb5client was not available for immediate download. So we installed:

http://hpux.connect.org.uk/hppd/hpux/Development/Tools/heimdal-1.0.2/

And we now have a working svn :-)

Subhash.


Miguel Rentes wrote:
> 
> Hi!
> 
> Just solved this problem. In case everybody stumbles with the same error 
> I got, here is the solution:
> 
> - I needed to install Kerberos Client from HP Software Depot Home 
> (http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRB5CLIENT) 
> that installs the libcom_err.so library.
> - By default this library is in 
> /opt/krb5client/lib/hpux32/libcom_err.so.1, so I just needed to make a 
> symlink from here to /usr/local/lib/hpux32/libcom_err.so
> 
> After that, a normal svn help worked fine =)
> 
> Thanks Douglas, for pointing out I needed a Kerberos library.
> 
> Best Regards,
> 
> Miguel Rentes
> 
> 
> Douglas J Hunley wrote:
>> On Tuesday 22 January 2008 12:43:31 Miguel Rentes wrote:
>>   
>>> Hi everyone!
>>>
>>> I tried today installing Subversion 1.4.6 in HP-UX with no success. I
>>> went to
>>> http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.4.6/
>>> and downloaded all depot.gz's (first installed all subversion's
>>> dependencies) and then proceeded to install subversion. Everything went
>>> ok while installing with sam (Systems Administration Manager) but when I
>>> did a "svn help" in the command line I got this error:
>>>
>>> /usr/lib/hpux32/dld.so: Unable to find library 'libgssapi.so'.
>>> Killed
>>>
>>> I don't know where to find this libgssapi.so (there's no .depot for it
>>> and I don't have this library installed either) and don't know if
>>> there's any package I need to install that provides this library. My
>>> HP-UX version is 11.23 Itanium 64-bits arquitecture. I just need to
>>> install a Subversion client in this machine, not a server.
>>>
>>> Any ideas?
>>>
>>> Best regards,
>>>     
>>
>> that _should_ be a kerberos lib
>>
>>   
> 
> 
> -- 
> *Miguel Rentes*
> Informatics Engineer
> EFACEC - Electronic Systems <http://www.efacec.pt/>
> Network Management
> Email: miguel.rentes@efacec.pt <ma...@efacec.pt>
> Phone: +351 229403388
> 
> 

-- 
View this message in context: http://www.nabble.com/Subversion-1.4.6-installation-in-HP-UX-tp15024549p16957123.html
Sent from the Subversion Users mailing list archive at Nabble.com.


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

Subversion 1.4.6 installation in HP-UX

Posted by Miguel Rentes <mi...@efacec.pt>.
Hi!

Just solved this problem. In case everybody stumbles with the same error 
I got, here is the solution:

- I needed to install Kerberos Client from HP Software Depot Home 
(http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRB5CLIENT) 
that installs the libcom_err.so library.
- By default this library is in 
/opt/krb5client/lib/hpux32/libcom_err.so.1, so I just needed to make a 
symlink from here to /usr/local/lib/hpux32/libcom_err.so

After that, a normal svn help worked fine =)

Thanks Douglas, for pointing out I needed a Kerberos library.

Best Regards,

Miguel Rentes


Douglas J Hunley wrote:
> On Tuesday 22 January 2008 12:43:31 Miguel Rentes wrote:
>   
>> Hi everyone!
>>
>> I tried today installing Subversion 1.4.6 in HP-UX with no success. I
>> went to
>> http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.4.6/
>> and downloaded all depot.gz's (first installed all subversion's
>> dependencies) and then proceeded to install subversion. Everything went
>> ok while installing with sam (Systems Administration Manager) but when I
>> did a "svn help" in the command line I got this error:
>>
>> /usr/lib/hpux32/dld.so: Unable to find library 'libgssapi.so'.
>> Killed
>>
>> I don't know where to find this libgssapi.so (there's no .depot for it
>> and I don't have this library installed either) and don't know if
>> there's any package I need to install that provides this library. My
>> HP-UX version is 11.23 Itanium 64-bits arquitecture. I just need to
>> install a Subversion client in this machine, not a server.
>>
>> Any ideas?
>>
>> Best regards,
>>     
>
> that _should_ be a kerberos lib
>
>   


-- 
*Miguel Rentes*
Informatics Engineer
EFACEC - Electronic Systems <http://www.efacec.pt/>
Network Management
Email: miguel.rentes@efacec.pt <ma...@efacec.pt>
Phone: +351 229403388