Results 1 to 10 of 15
I try to install this software on the fedora 10 base on this guide LINK
but i get some error when i try to run sh StartServer.sh
Code:
StartServer.sh: line ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-19-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
How to Install AdventNet Linux Manager ?
I try to install this software on the fedora 10 base on this guide LINK
but i get some error when i try to run sh StartServer.sh
What is the meaning with "Set the path by running the script setenv.sh.( dot space setenv.sh . setenv.sh. Leave a space between dot and setenv.sh) " ?Code:StartServer.sh: line 2: ../server/apache/bin/httpd: Permission denied
can i use sh setenv.sh for this instruction or it bring another meaning ?
help me pleaseeeeeee.e....Last edited by devils casper; 02-20-2009 at 10:26 AM. Reason: Removed formatting
- 02-20-2009 #2
You should be running the installer script with administrator privileges (i.e. as the user 'root').
Linux user #126863 - see http://linuxcounter.net/
- 02-20-2009 #3
Execute su - command before that to gain root privileges.
Code:su - sh StartServer.sh
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-20-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
yes i was enter into root (su) to run install script and StartServer but i get the error like this
help me pleaseee...Code:StartServer.sh: line 2: ../server/apache/bin/httpd: Permission denied
:Moderator's Note:
Please don't use Bold tag. Keep default formatting only.
- 02-20-2009 #5
Are you using su or su and - ( hyphen ) ?
Code:su -
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-20-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
im using "su" not "su -"
there are different this two ?
- 02-20-2009 #7It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-20-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
where i can get this lib file
Code:libdb-4.0.so
- 02-20-2009 #9
Execute this
Does it list any libdb library?Code:ls -l libdb*
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-20-2009 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 9
no...
if in ubuntu we can use apt-get to install from url,
in fedora what we can use to install someting from url ? (rpm)


Reply With Quote

