- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error 1701. Unsigned suffix is an ANSI feature...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 08:58 PM
08-30-2007 08:58 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
BUNDLE11iB.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June 2003
GOLDAPPS11iB.11.11.0306.4 Gold Applications Patches for HP-UX 11i, June 2003
GOLDBASE11iB.11.11.0306.4 Gold Base Patches for HP-UX 11i, June 2003
=============
why i need to install so much package?
if the system patch problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 08:59 PM
08-30-2007 08:59 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
Because less runtime dependencies or you had them?
>2. the install of subversion-1.4.4-hppa-11.11.depot is succeded, why to see the version of svn, has errors
bea8:/#svn --version
sh: svn: not found.
Typically if you install software, you need to specify the absolute path, or if /etc/PATH is updated, or until you login again.
So where did you install svn and is that in your $PATH?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 09:02 PM
08-30-2007 09:02 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
Because subversion1.4.4 and heimdal are not part of base HP-UX.
>hi,Joelmel
>i don't understand your meaning
Neither did I. ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 09:26 PM
08-30-2007 09:26 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
1.
Typically if you install software, you need to specify the absolute path, or if /etc/PATH is updated, or until you login again.
===================>
swinstall -s /tmp/svn/depot/subversion-1.4.4-hppa-11.11.depot \*
this not means install the svn software?
2.
So where did you install svn and is that in your $PATH?
=================
how to set the install svn path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 09:49 PM
08-30-2007 09:49 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
What I meant to say is after you install it, you may have to use an absolute path to execute it or you have to adjust your PATH.
>how to set the install svn path?
You took the default. You may not get a choice.
To find the path to execute svn, you either have to read the documentation, or you need to reverse engineer it. (Typically it is in /usr/local/bin.) Or search for it:
$ /usr/sbin/swlist -l file -s $PWD/subversion-1.4.4-ia64-11.23.depot |
grep "/svnT"
(Where the "T" above is a tab.)
I got:
subversion.subversion-RUN: /usr/local/bin/svn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 10:05 PM
08-30-2007 10:05 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
I got:
subversion.subversion-RUN: /usr/local/bin/svn
===========
the same to me
in bin folder,it's has svn file,but exec the command still error
bea8:/usr/local/bin#svn --version
sh: svn: not found.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2007 10:19 PM
08-30-2007 10:19 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
bea8:/usr/local/bin#svn --version
sh: svn: not found.
The command should be:
$ /usr/local/bin/svn --version
Or after adjusting PATH:
$ PATH=$PATH:/usr/local/bin
$ svn --version
You've gotten a lot of answers. Please the following about assigning points:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Each answer is eligible for points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2007 03:01 PM
09-02-2007 03:01 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
bea8:/#/usr/local/bin/svn --version
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libcom_err.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 09:06 AM
09-03-2007 09:06 AM
Re: Error 1701. Unsigned suffix is an ANSI feature?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1157937
You might as well assign points and close this one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 02:45 PM
09-03-2007 02:45 PM
Re: Error 1701. Unsigned suffix is an ANSI feature?
- « Previous
-
- 1
- 2
- Next »