ispCP - Board - Support
Errors trying to install ispCP on FreeBSD 8.2 - 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: Errors trying to install ispCP on FreeBSD 8.2 (/thread-14250.html)



Errors trying to install ispCP on FreeBSD 8.2 - patrickn - 06-24-2011 06:48 AM

Hi,

I am in the process of installing ispCP onto a FreeBSD 8.2 64bit VM. I have got quite a way through the process but am stuck when running the Perl setup script. btw this is a fresh install of FreeBSD the only other thing installed is Bash and a couple of other minor things.

Looking in the error log I see:


sys_command() | Starting...
system() | [DEBUG] Can't exec "/usr/local/sbin/postmap": No such file or directory at
./ispcp-setup line 73.
getCmdExitValue() | Starting...
getCmdExitValue() | [ERROR] Failed to execute external command:
getCmdExitValue() | Ending...
sys_command() | [ERROR] External command '/usr/local/sbin/postmap /usr/local/etc/postfix/is
pcp/aliases' exited with value -1 !
exit_msg() | Starting...

I am assuming the Portmap is because I have not installed Postfix. So I got to /usr/ports/mail/postfix and run make install but get the following:

Making install in sasldb
ar cru .libs/libsasldb.a db_berkeley.o allockey.o
Making install in plugins
/bin/sh ../config/mkinstalldirs /usr/local/lib/sasl2
mkdir -p -- /usr/local/lib/sasl2
mkdir: /usr/local/lib/sasl2: File exists
*** Error code 1

Stop in /usr/ports/security/cyrus-sasl2/work/cyrus-sasl-2.1.23/plugins.
*** Error code 1


Is this because ispCP setup has installed sasl2 ???

I am stuck at the moment so any help with either the ispCP or sasl2 errors would be appreciated.


Thanks

Patrick