Current time: 05-06-2024, 12:41 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: #4
RE: ispCP 1.0.7 new installation problem, FreeBSD 8
(12-03-2010 03:17 AM)RedX Wrote:  During setup I had the problems that some files were not created in the folders.
For example, the during the installation the folder "database" isn't created in the /usr/local/etc/ispcp/ folder. And all *.sql files in this folder isn't created too.

Hi RedX, it looks like the BSDmakefile is wrong, could you please test the following:

/configs/common/BSDmakefile
PHP Code:
.ifdef $(OSTYPE)==FreeBSD
.include <../../Makefile.fbsd>
.else
.include <../../
Makefile.inc>
.endif

install:
    
cp -./database $(SYSTEM_CONF)
    
cp -./pma $(SYSTEM_CONF)

uninstall:
    
rm -rf $(SYSTEM_CONF)/database
    rm 
-rf $(SYSTEM_CONF)/pma

.PHONYinstall uninstall 
(This post was last modified: 12-03-2010 04:22 AM by RatS.)
12-03-2010 04:21 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-03-2010 04:21 AM

Forum Jump:


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