• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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