zulhisham wrote:
> hi..
> i have problem when to compile or run this command ./build.sh install
> (ste p no 9 at
> http://lenya.apache.org/1_2_x/tutorial/installing_lenya.html)and got
> this error msg
> 
> *mac:~/web_software/lenya-1.2.4 webapp$ ./build.sh install
> -su: ./build.sh: Permission denied
> 
> *my computer spec:
> mac os X
> jdk 1.4
> tomcat 5.0
> apache lenya 1.2.4
> 
> is it i have problem with lenya's file or need some configuration on my
> server??
> tq

check the file permissions:

# ls -al build.sh

you need to be able to read and execute the file. most probably the x
bit got lost somewhere. either do "chmod 755 build.sh" or alternatively
start it explicitly as a shell script with "sh build.sh".

best,

jörn



-- 
"Án nýrra verka, án nútimans, hættir fortíðin að vekja áhuga."
"Without new works, without the present the past will cease to be of
interest."
        - Ásmundur Sveinsson (1893-1982)

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: [EMAIL PROTECTED], Telefon: 0203/379-2736


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to