Sponsored Content
Operating Systems Solaris Problem of install rsync on Solaris 10 Post 302338517 by bullz26 on Tuesday 28th of July 2009 07:01:36 AM
Old 07-28-2009
Download it from below site.. Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris

There are 3 more dependencies for it.. Please download that also and try installing...

Freeware for Solaris

Search for rsync-3.0.6-sol10-sparc-local.gz

---------- Post updated at 06:01 AM ---------- Previous update was at 06:00 AM ----------

Just install it by pkgadd -d option...
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris install problem

I am trying to install Solaris 2.8 on an Ultra 5 with Openboot 3.11 from the install cd. I type in boot cdrom, and I get the error: Boot device: /pci@1f,0/pci@1,1/ide@3/cdrom@2,0:f File and args : /platform/sun4u/kernel/genunix. Elf32 read error. I looked up the error, and it said to reset the boot... (2 Replies)
Discussion started by: jeremiebarber
2 Replies

2. Solaris

Install Solaris 10 Problem

Hi! I have tried to install Solaris 10 on my laptop for some time now i have tried a lot of things but i have never been lucky...please can someone of you help me.. I have a Acer Aspire 1350 AMD ATHLON XP-M 2800+ MEMORY: 256MB DDR SDRAM GRAPHICS CARD: VIA KM400 The screen goes black... (1 Reply)
Discussion started by: CreamHarry
1 Replies

3. Solaris

Install problem Solaris 10.1 6/06

Hi all! I'm trying to install Solaris 10.1 6/06 and got a problem under the install,after the first Grub screen the screen went black and all letters are seen as dots, i have installed Solaris 10 earlier and that goes without any problem. Are there any settings i can do to Grub under the first... (2 Replies)
Discussion started by: larsgk
2 Replies

4. Solaris

Solaris install problem!!

I am running an x86 system with a clean 300GB hard drive. i installed solaris10 on it the first time as a slave drive(the other drive had xp on it and it was the active part). it gave me bad file system error among other things...bla bla bla... so i took out the drive with xp on it and switched... (5 Replies)
Discussion started by: vutty81
5 Replies

5. Solaris

Problem after Install SUN solaris x86

after install solaris x86 on my computer success, but it can't boot. When the machine start, and i choose option 1 - default, it shows "W" on screen and system restart . Anyone can help me. My computer : dual core - 1gb ram - x86 (7 Replies)
Discussion started by: quan0509
7 Replies

6. Solaris

Solaris 10 on Enterprise 4500 install problem

Good day, I am dummie on solaris and trying learning about Solaris, so no much experience, this is my problem, I got enterprise 4500 SUN Sparc hardware, has 2 internal SCSI HD, when I try to install Solaris 10 says that "no disk found" at middle of installation, I already change the HD and the... (3 Replies)
Discussion started by: edgargarcia_y2k
3 Replies

7. SCO

install rsync on SCO 5.0.6

hi Howto install rsync on SCO 5.0.6? (3 Replies)
Discussion started by: ccc
3 Replies

8. Solaris

nagios-plugins-1.4.15 Install Problem on Solaris 10

I am trying to install nagios-plugins-1.4.15 on a Solaris 10 box and when I run the ./configure script I get this error: checking for grep that handles long lines and -e... configure: error: no acceptable grep could be found in... (2 Replies)
Discussion started by: thatwaseasy
2 Replies

9. HP-UX

Install rsync HP-UX

Hello, I am looking for some help on how to install rsync. Before you point me to other resources I have the directory that was used to install rsync on an integration server. Unfortunately the person concerned is no longer available to perform the task on the production server. HP-UX hermes... (1 Reply)
Discussion started by: YogaBija
1 Replies

10. Solaris

Solaris install problem

Hi does someone have a solaris 10 install problem on a sunfire v880? it keeps hanging (8 Replies)
Discussion started by: simplextibi
8 Replies
WebCommon.urlEncode(3kaya)				       Kaya module reference					WebCommon.urlEncode(3kaya)

NAME
WebCommon::urlEncode - URL encode a string SYNOPSIS
String urlEncode( String x ) ARGUMENTS
x The string to encode DESCRIPTION
URL encode a string. You should use this to encode reserved characters in URLs that you wish to be passed literally. // trying to pass "http://www.example.com" as a parameter url = "http://localhost/test.cgi?url="; url += urlEncode("http://www.example.com"); // url = http://localhost/test.cgi?url=http%3A%2F%2Fwww.example.com Note that in the example above, encoding the whole URL would be incorrect - that would create a relative URL beginning "http://". AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
WebCommon.urlDecode(3kaya) Kaya October 2012 WebCommon.urlEncode(3kaya)
All times are GMT -4. The time now is 08:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy