Current time: 05-06-2024, 12:17 AM Hello There, Guest! (LoginRegister)


Post Reply 
ispCP 1.0.7 new installation problem, FreeBSD 8
Author Message
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #9
RE: ispCP 1.0.7 new installation problem, FreeBSD 8
are you sure, that your make install was running well? It looks like

Code:
    if test -f ./preinst.$(HOST_OS) || test -f ./postinst.$(HOST_OS) ; then \
        $(CMD_INSTALL) ./maintainer-helper.sh $(SYSTEM_SETUP_ROOT)/; \
    fi

    if test -f ./preinst.$(HOST_OS) ; then \
        $(CMD_INSTALL) ./preinst.$(HOST_OS) $(SYSTEM_SETUP_ROOT)/preinst; \
    fi

    if test -f ./postinst.$(HOST_OS) ; then \
        $(CMD_INSTALL) ./postinst.$(HOST_OS) $(SYSTEM_SETUP_ROOT)/postinst; \
    fi

in ./maintscripts/BSDMakefile was not executed. Could you please verify in /tmp/ispcp/var/www/ispcp/engine/setup/ there should be the files "maintainer-helper.sh" and "preinst"
12-06-2010 10:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: ispCP 1.0.7 new installation problem, FreeBSD 8 - RatS - 12-06-2010 10:42 AM

Forum Jump:


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