• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

FreeBSD 6.1-RELEASE-i386 & Plesk 8.1 Installation

C

certis

Guest
Hey guys, trying to get Plesk 8.1 working on my FBSD 6.1 machine without luck. Here's what happens.
[Updating the pkgdb <format:bdb1_btree> in /var/db/pkg ... - 24 packages found (-0 +1) . done]
make: chdir /usr/ports/lang/python24: No such file or directory
cd: can't cd to /usr/ports/lang/python24
** Port directory not found: lang/python24
** Listing the failed packages (*:skipped / !:failed)
! lang/python24 (port directory error)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
Unable to install some components
*** Error code 1

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

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

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

Stop in /usr/ports/swsoft/psa.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade30966.0 make
** Fix the problem and try again.
---> Build of swsoft/psa ended at: Tue, 30 Jan 2007 02:11:17 -0600 (consumed 00:35:53)
---> Saving the log as '/tmp/ai3_port_swsoft::psa.log'
---> Fresh installation of swsoft/psa ended at: Tue, 30 Jan 2007 02:11:17 -0600 (consumed 00:35:54)
---> Listing the results (+:done / -:ignored / *:skipped / !:failed)
! swsoft/psa (new compiler error)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
---> Saving the results to '/tmp/ai3_portupgrade_swsoft_psa.log'
---> Session ended at: Tue, 30 Jan 2007 02:11:17 -0600 (consumed 00:36:02)
ERROR: There are error(s) during process swsoft/psa
Errors just before:
- There are error(s) during process swsoft/psa

Notice: make.conf was restored from previous autoinstaller's backup.
ERROR: Installation failed

Any ideas? Looks like I have to update ports..?
 
Does the /usr/ports/lang/python24 directory exist?
If not, be sure you update ports as you yourself suggested or select update ports during Plesk install.
If so I'm not really sure what's going on, check the permissions on the directory.
Hope this helps!
 
Due to the python24 license agreement, you have to download it manually from the website and put it in distfiles, due to the fact it cannot automatically accept the license agreement.

:)
 
Update your port tree.

FreeBSD 6.1 was released with python23.

Do you know cvsup-without-gui? It's really funny.
 
Back
Top