1834148 Members
2453 Online
110064 Solutions
New Discussion

Re: qpage-configuration

 
Ravi_16
Advisor

qpage-configuration

Hi,

I downloaded copy of qpage, trying to use it! I'm stuck with first step itself. If I execute ./configure I get a error saying cannot execute.

Any help? Thanks

Ravi
Network The Whole World
1 REPLY 1

Re: qpage-configuration

Please verify that the file has the execute bit set, and that you are signed in as root. You could try

# ls -al ./configure
# chmod 755 ./configure
# ls -al ./configure