ispCP - Board - Support
not installed FreeBSD 7 - 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: not installed FreeBSD 7 (/thread-3841.html)



not installed FreeBSD 7 - Sanyh - 07-23-2008 10:41 PM

hi
when i installed ISP
OS: FreeBSD 7.0

free# make -f Makefile.fbsd install
make: don't know how to make install. Stop
free#

why?


RE: not installed FreeBSD 7 - xsintez - 07-24-2008 09:06 AM

#make install

without #make -f Makefile.fbsd install
edited quota script for FreeBSD 7
http://www.isp-control.net/forum/freebsd-quota-check-t-3823.html

yet there were problems with proftpd configs, i can lay out my working configs


RE: not installed FreeBSD 7 - Sanyh - 07-24-2008 02:16 PM

xsintez Wrote:#make install

without #make -f Makefile.fbsd install
edited quota script for FreeBSD 7
http://www.isp-control.net/forum/freebsd-quota-check-t-3823.html

yet there were problems with proftpd configs, i can lay out my working configs

i make #make install

error:

Quote:# Previous database key detected, assuming being perform Upgrade Procedure
#
cp /usr/local/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/
cp /usr/local/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/messager/
cp /usr/local/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/ispcp/gui/include/
cp /usr/local/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/ispcp/gui/tools/pma/
cd /tmp/ispcp && cp -R * /
rm -rf /tmp/ispcp
#
#
# If Some error occured please read FAQ first and search at forum in http://www.isp-control.net
# Go to /usr/local/www/ispcp/engine/setup and type "ispcp-setup" to configure or "ispcp-upgrade"
# to complete upgrade process
free#



RE: not installed FreeBSD 7 - mata - 07-24-2008 05:06 PM

use gmake and gmake install freebsd courtesy Smile


RE: not installed FreeBSD 7 - blocker - 07-24-2008 06:00 PM

Sanyh Wrote:hi
when i installed ISP
OS: FreeBSD 7.0

free# make -f Makefile.fbsd install
make: don't know how to make install. Stop
free#

why?

just type "make"


RE: not installed FreeBSD 7 - Sanyh - 07-24-2008 08:41 PM

blocker Wrote:just type "make"




# Previous database key detected, assuming being perform Upgrade Procedure
#
cp /usr/local/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/
cp /usr/local/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/usr/local/www/ispcp/engine/messager/
cp /usr/local/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/ispcp/gui/include/
cp /usr/local/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/ispcp/gui/tools/pma/
cd /tmp/ispcp && cp -R * /
rm -rf /tmp/ispcp
#
#
# If Some error occured please read FAQ first and search at forum in http://www.isp-control.net
# Go to /usr/local/www/ispcp/engine/setup and type "ispcp-setup" to configure or "ispcp-upgrade"
# to complete upgrade process
free#


RE: not installed FreeBSD 7 - blocker - 07-25-2008 11:06 AM

umm, whats the error ??