• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Installing SiteBuilder on FreeBSD

A

aaargh

Guest
Hi,

Anyone here who has succesfully installed sitebuilder on a FreeBSD 4.9 with plesk 7.5.2 ? I get errors when installing SiteBuilder, it's complaining about apache2, ofcourse it does because plesk 7.5 is based on apache 1.3.33.
I refuse to install apache2.x on my server, I think I get more troubles elsewhere in plesk.

./SiteBuilder_v1.1.1_build05011710_os_FreeBSD_4.9.sh
===> Unpacking sitebuilder files
cp: /usr/local/etc/apache2/sitebuilder.conf: No such file or directory
===> Configure sitebuilder
===> Configure Apache server
./SiteBuilder_v1.1.1_build05011710_os_FreeBSD_4.9.sh: cannot create /usr/local/etc/apache2/sitebuilder.conf.1: directory nonexistent
mv: rename /usr/local/etc/apache2/sitebuilder.conf.1 to /usr/local/etc/apache2/sitebuilder.conf: No such file or directory
awk: cmd. line:2: fatal: cannot open file `/usr/local/etc/apache2/httpd.conf' for reading (No such file or directory)
./SiteBuilder_v1.1.1_build05011710_os_FreeBSD_4.9.sh: cannot create /usr/local/etc/apache2/httpd.conf: directory nonexistent

Regards,

Maurice
 
Please install apache2 package. You can do it with following commands:
#cd /usr/ports/www/apache2
#make install
 
Humm, i hammering my head some days with this...

1. The site builder for BSD is for STAND ALONE SERVER...

2. The site builder work with apache 1.3.xx

3. The problem I fond is use the Sablotron...

Besides instaled from ports/from pkges e etc.. every time i try acess the site the php claim can´t process the call ...

( I writing from memory)

My actual instalation is ove freeeBsd 4.11
 
Yes, the sitebuilder for BSD is for STAND ALONE SERVER only.

To add sablotron PHP support, you need to make following steps:

1. build and install sablotron with keys:
--with-iconv --with-iconv-prefix=/usr

2. add the following keys during build:

--enable-xslt=shared \
--with-sablot=shared \
--with-xslt=shared \ --with-xslt-sablot=shared \
--with-sablot-js \
--with-dom \
--with-dom-xslt=shared \
--with-dom-exslt=shared \
--with-iconv \
--with-iconv-prefix=/usr /local
 
Back
Top