• 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

Upgrade from 8.3 to 8.4 on FreeBSD6

CruzMark

Regular Pleskian
I tried to upgrade from 8.3 to 8.4 today, and it failed. This is the log output at the failure. Now, the apache for the websites won't start. Anybody have any ideas on this one?

Thanks.

******************************

Execute command cd /usr/ports/swsoft/psa-php-configurator && make sw-install
===> Install pre-depends for swsoft/psa-php-configurator
.........................................................................

.
==> Fetch all depends for: psa-php-configurator-8.4.0
---> swsoft/psa-php-configurator
---> swsoft/psa-php-configurator

===> install swsoft/psa-php-configurator
pkg_info: option requires an argument -- O
usage: pkg_info [-bcdDEfgGiIjkKLmopPqQrRsvVxX] [-e package] [-l prefix]
[-t template] -a | pkg-name ...
pkg_info [-qQ] -W filename
pkg_info [-qQ] -O origin
pkg_info
*** Error code 1

Stop in /usr/ports/swsoft/psa-php-configurator.
*** Error code 1

*****************************
 
FYI, I fixed this myself...

I had to do a "make clean" in /usr/ports/swsoft and in /usr/ports. After that, the installation completed, but apache2 wouldn't start. It was core dumping. I used gdb to determine that mod_perl.so was messed up, so I re-installed that from the swsoft port and then everything was working.

Lame.
 
Back
Top