Current time: 05-07-2024, 07:47 AM Hello There, Guest! (LoginRegister)


Post Reply 
1.0.3 failure on FreeBSD 7.2-stable
Author Message
agshekeloh Offline
Newbie
*

Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #1
1.0.3 failure on FreeBSD 7.2-stable
Hi,

I just tried 1.0.3 on a FreeBSD 7.1 system:

# make -f BSDmakefile install
...
install: ./setup/regenerate.sql: No such file or directory
*** Error code 71

Stop in /usr/home/mwlucas/ispcp-omega-1.0.3/engine.
*** Error code 1

Stop in /usr/home/mwlucas/ispcp-omega-1.0.3.

It looks like we need some kind of update to BSDmakefile.

Any suggestions?
12-21-2009 12:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #2
RE: 1.0.3 failure on FreeBSD 7.2-stable
The BSDmakefile contains an error. You might patch it:
Code:
Index: engine/BSDmakefile
===================================================================
--- engine/BSDmakefile    (revision 2421)
+++ engine/BSDmakefile    (working copy)
@@ -110,8 +110,7 @@
    $(CMD_INSTALL) ./setup/ispcp-setup-methods.pl $(SYSTEM_ENGINE_ROOT)/setup
    $(CMD_INSTALL) ./setup/ispcp-update $(SYSTEM_ENGINE_ROOT)/setup
    $(CMD_INSTALL) ./setup/ispcp-uninstall $(SYSTEM_ENGINE_ROOT)/setup
-    $(CMD_INSTALL) ./setup/regenerate.sql $(SYSTEM_ENGINE_ROOT)/setup
-    $(CMD_INSTALL) ./setup/ispcp1.0.0-ispcp.sql $(SYSTEM_ENGINE_ROOT)/setup
+    $(CMD_INSTALL) ./setup/updDB.php $(SYSTEM_ENGINE_ROOT)/setup

    $(CMD_INSTALL) ./tools/ispcp-httpd-logs-mngr $(SYSTEM_ENGINE_ROOT)/tools/ispcp-httpd-logs-mngr
    $(CMD_INSTALL) ./tools/ispcpphptemp.sh $(SYSTEM_ENGINE_ROOT)/tools/ispcpphptemp.sh
12-21-2009 12:38 AM
Visit this user's website Find all posts by this user Quote this message in a reply
agshekeloh Offline
Newbie
*

Posts: 5
Joined: Dec 2009
Reputation: 0
Post: #3
RE: 1.0.3 failure on FreeBSD 7.2-stable
Wow, an immediate reply from a project lead. The patch applied cleanly, and the install finished. Thank you!
12-21-2009 12:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)