• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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