1756846 Members
2563 Online
108853 Solutions
New Discussion юеВ

unrar a file in hp-ux

 
Jesudoss_1
Occasional Advisor

unrar a file in hp-ux

HOw to unrar a file in HP-ux 11.11 at present i dont have unrar working. Please suggest me

James


6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: unrar a file in hp-ux

You will have to find and install a program that can handle rar files.

Have a look at this thread:

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1311500
Torsten.
Acclaimed Contributor

Re: unrar a file in hp-ux

Use another OS to unrar the file and transfer it. If needed, zip or tar and gzip it.

;-)

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!   
Jesudoss_1
Occasional Advisor

Re: unrar a file in hp-ux

Can anyone explain in detail

Torsten.
Acclaimed Contributor

Re: unrar a file in hp-ux

You can also get the source and compile:
http://www.rarlab.com/rar_add.htm

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!   
Steven Schweda
Honored Contributor

Re: unrar a file in hp-ux

> [...] at present i dont have unrar
> working. Please suggest me

Uh, get "unrar" working? What's the problem
with it? I haven't tried it on HP-UX, but
I got it working on VMS, so how tough could
it be on HP-UX?
Shinji Teragaito_1
Respected Contributor

Re: unrar a file in hp-ux

If you have any interest to use PHP, you can use Rar::extract.

Firstly you have to build rar extention from its source code and
install rar.sl to Apache PHP extention directory. Secondly you have to
create a simple php script such as
http://us3.php.net/manual/en/function.rar-extract.php.

http://pecl.php.net/package/rar

Good luck !!