ispCP - Board - Support
[SOLVED] /var/www/fcgi/master does not exist - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [SOLVED] /var/www/fcgi/master does not exist (/thread-3100.html)



[SOLVED] /var/www/fcgi/master does not exist - genesisrage - 04-21-2008 11:24 AM

on a fresh install of debian etch, i downloaded both the bzip2 and gzip files for RC4. after following the step for installation (perl ./ispcp-setup) it give me an error "/var/www/fcgi/master Does not exist".

i went through the /tmp/ folder and the fcgi folder there is completely empty. looking back at an old install of ispcp i notice there is a master folder there, along with some folders and scripts. is this something that was mistakenly left out of the zip files for RC4?

[SOLVED]
1) when running "perl ./ispcp-setup" i got the error "/var/www/fcgi/master Does not exist"
2) ran "mkdir -p /var/www/fcgi/master" and reran the ispcp setup
3) no error, and everything was installed and setup correctly


RE: /var/www/fcgi/master does not exist - Quemeros - 04-21-2008 01:38 PM

No man, i install RC4 like 10 times, and never have that problem... on Debian Etch 64/32 R3...
Look if you have right installed Php4 and Php5, because its the only files you go to found with IspCP instaled are the respective php.ini's...
And try to make apt-get updat/upgrade and of course re-dowload the IspCP Zip Smile


RE: /var/www/fcgi/master does not exist - genesisrage - 04-21-2008 01:52 PM

well PHP4 and 5 are installed, ive redownloaded the ispCP zip from several servers now.

still no master folder or the files that are supposed to be there for the ispCP installation.

im seeing that nightly builds dont contain it either, not sure where they actually come from because last time i installed RC2 they were already there.


RE: /var/www/fcgi/master does not exist - RatS - 04-21-2008 04:08 PM

no, the master folder is not contained, it's created on "make install" and copied into system on the cp-command


RE: /var/www/fcgi/master does not exist - genesisrage - 04-21-2008 05:44 PM

well i ran make install, but the folder was never created in the /tmp/ folder.
what i did after i ran the cp-command, was just did a mkdir for master and tried to run setup again, and everything installed fine.

i did try 6 different zips, bzip2 and gzip from 3 sources, on the main page, and 2 sf.net mirrors. none of them created that folder when ran make install.


RE: /var/www/fcgi/master does not exist - joximu - 04-21-2008 06:19 PM

RatS Wrote:no, the master folder is not contained, it's created on "make install" and copied into system on the cp-command

???

I'd say the fcgi/master folder is created here:
http://www.isp-control.net/ispcp/browser/trunk/engine/setup/ispcp-setup-methods.pl#L992
or better: should be created...

make install only creates an empty fcgi folder.