install eclipse under solaris without root password?


 
Thread Tools Search this Thread
Operating Systems Solaris install eclipse under solaris without root password?
# 1  
Old 12-18-2009
install eclipse under solaris without root password?

hi,

Ho can I install eclipse under solaris without root password?

Thanks.

peter
# 2  
Old 12-18-2009
Quote:
Originally Posted by laopi
hi,

Ho can I install eclipse under solaris without root password?

Thanks.

peter
Hello as per my knowledge you cannot install any application in the directories that in the path like /usr/local/bin,/usr/bin/,/bin
Code:
echo $PATH

to see the contents of the environment variable path.
So if you really want to install then install in your home directory like /home/peter/bin and add this directory to the path variable like
Code:
export PATH=$PATH:/home/peter/bin/

Then if you are compiling the source code you need to modify the Makefile.
open the Makefile using some editor and look for the BUILD_DIR:= attribute
and change it to /home/blah_blah. (your home path directory )
Otherwise if you are doing a binary then simply copy (or move the binary to that directory )
Hope it helps.
Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

I have forgot my root password. Solaris 10

hi everyone i have forgot my root password and i have other user to login. can i get the password without restarting the server as that cant be afforded. . it is a Sparc architecture 2U blade server. it is old server mounted and functional since 2009. what should be the modus oprandee. i am novice... (5 Replies)
Discussion started by: janakors
5 Replies

2. UNIX for Beginners Questions & Answers

Can a root role change the root password in Solaris 10?

i do not have root on a solairs 10 server , however i do have the root role, i was wondering if I can change the root password as a a role with the passwd command? I have not tried yet. and do i have to use the # chgkey -p afterwards? i need to patch is why i am asking. thanks (1 Reply)
Discussion started by: goya
1 Replies

3. Solaris

How recover the root password - Solaris 11?

Hello forum members, Please help me to recover the root password. I have had difficulties working with Solaris 11. The run-level equivalents single-user in Solaris 10, I can mount disk in one partition and edit files shadow/passwd. For example: {0} ok boot cdrom -s # mount... (4 Replies)
Discussion started by: Marcela Bueno
4 Replies

4. Solaris

Recovering Solaris 8 root password

Hello everyone, i'm trying to recover my root password on a Solaris 8 O.S. I've been trying the next steps(obviously in order) on and on: 1. Inserting the CD-ROM 2. Typing boot cdrom -s 3. Trying to execute fsck -y /dev/dsk/c0t0d0s0. When executing this, I get the following error: can't... (8 Replies)
Discussion started by: alvaradogunner
8 Replies

5. Solaris

solaris 8 reset root password from OSX

Hello, I have two old Solaris machines $ uname -a SunOS unknown 5.8 Generic_117350-39 sun4u sparc SUNW,UltraAX-e2 unfortunately, it has been so long ago that i have used these that the root password has left my head... i can log into one of the machine as a normal user, but am unable to... (4 Replies)
Discussion started by: Norman Khine
4 Replies

6. Solaris

Can't change root password in solaris express 11

How do I change root password in SolarisExpress 11? I used passwd while elevated to root and all it changes is the password of the user I am logged in, not te root password. (2 Replies)
Discussion started by: taltamir
2 Replies

7. Solaris

how to get the root password or how to install Sun OS?

I just got a used sun ultra enterprise 450 and need to get a username and password. If I cannot get easily how do I reinstall the OS. What OS can I put on its? I am new to some equipment. It also came with a a storage unit for extra hard drives and how would I use it and set it up also? It now... (7 Replies)
Discussion started by: bob5731
7 Replies

8. Solaris

Solaris 8 - Asks for current root password when trying to change root password.

Hello All, I have several solaris boxes running Solaris 8. When changing root passwords on them, all will simply ask for the new root password to change and of course to re-type the new password. One of the systems however asks for the existing root password before it will display the new password... (8 Replies)
Discussion started by: tferrazz
8 Replies

9. AIX

Root password for fresh 5.1 install on 43p-140?

I've installed AIX 5.1 on a 43p-140, but am unable to log in. At no point in the install did it ask me for a root password. When it boots to the console prompt, I enter "root" as a username, and then after 1 second it cycles right back to another root prompt. I am accessing the 43p-140... (4 Replies)
Discussion started by: akbar
4 Replies

10. Solaris

Solaris root password

Bit of a strange problem I have never come across before.. I can log into the workstation going through the server as it is a trusted host but when I try and connect to the workstation through SSH or RSH directly it will not take the password, I changed the password when I logged in the machine... (5 Replies)
Discussion started by: Mr Pink
5 Replies
Login or Register to Ask a Question