ispCP - Board - Support
FreeBSD7 Help with this error, please - 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: FreeBSD7 Help with this error, please (/thread-5851.html)

Pages: 1 2 3 4 5 6


RE: FreeBSD7 Help with this error, please - skillcoder - 07-12-2009 04:29 AM

(07-03-2009 10:46 PM)skillcoder Wrote:  FreeBSD 7.2-RELEASE-p1

svn trunk
r1848

Code:
[/usr/local/src/ispcp/ispcp_1848]# sudo make -f BSDmakefile
"BSDmakefile", line 39: Malformed conditional ($(OSTYPE)==FreeBSD)
"BSDmakefile", line 41: if-less else
"Makefile.inc", line 32: Need an operator
"Makefile.inc", line 34: Need an operator
"BSDmakefile", line 43: if-less endif
make: fatal errors encountered -- cannot continue

This is normal ?

This is not normal Smile

Solved:
Code:
# sudo -s
$ OSTYPE=FreeBSD && export OSTYPE && make -f BSDmakefile install



RE: FreeBSD7 Help with this error, please - server801 - 08-13-2009 04:53 PM

You could put somebody on freebsd 7.2?