• 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

Pear problems and plesk

hariskhan

Basic Pleskian
Hello,

My production box runs freebsd 5.3 and plesk 7.5.4...

I need to install pear on it

- does pear come with plesk 7.5.4 (latest)?

or

- do I need to seperately install pear on the system I have plesk on?

Should I install pear through ports or some other way?

What's recommended...

I don't have /usr/share/pear folder on this box...
 
Hello,

As /usr/share/pear is not present this indicates pear is not installed on the server.You have to install pear for this.You can get the RPM of it from rpmfind.net or atomicrocketturtle.com
 
Hello,

You can do one thing recompile PHP and slect Pear module.
This will work.
 
I have plesk 7.5.4 reloaded installed on this freebsd 5.3 box.

Here is a link to my phpinfo;

http://www.995ad.com/phpinfo.php

1) It mentions, my php was compiled --with-pear

2) Is there a way for plesk to automatically do it?

OR

will I need to re-compile php myself again?

3) Will it **** up plesk, if I re-compile php from scratch?

I have a live portal with 13 websites running on this box....
 
Hello,


You have to recompile PHP for this.
You can do this using yum.conf
 
Hello,


The package you have downloaded is not compatible with the current version of Apache and other things currently on the server.Select the exact version.

I have send you private message, please check it.
 
Can anyone recommend a suitable package or alternate way of installing pear packages?

OS: FreeBSD 5.3
Plesk: 7.5.4 Reloaded

1) Can anyone please recommend a suitable package that I can download and install to get the 'pear' binary?

or!

2) Is there an update available for plesk 7.5.4 reloaded? Which raises further Qs. How does one update plesk, what happens, if one manually updates packages and stuff.....

3) Can anyone recommend a suitable alternative of how I can install pear packages, without disturbing plesk?
 
Pear support thin, need to rebuild php. Please help

Hello,

Server OS: FreeBSD 5.3
Plesk: 7.5.4 Reloaded (An update is available. I can see it in the control panel)

phpinfo() on my server says... that php was built --with-pear, but I can't find the binary 'pear' or /usr/share/pear.

1) Does php come with plesk? I mean, is it compiled, installed with plesk or does it come seperately?

2) Does php that comes with plesk, support pear? If so, where is pear and its modules installed?

3) If not, then if I add pear support for php, will it break plesk?

4) If so, do I need to upgrade plesk to get this fixed?

5) There is an upgrade available for plesk, that I can see from the control panel. Is it safe to update?
 
Whenever I try to install pear from ports on FreeBSD 5.3 server, I get this output

Hello,

Whenever I try to install pear, be it through cvsup or web or tar ball or ports or pkg_add

I get the same output;

;==============================================

# make deinstall
===> Deinstalling for devel/pear
===> pear not installed, skipping
server# make install
===> Vulnerability check disabled, database not found
===> Extracting for pear-1.4.5_2
>> Checksum OK for pear-1.4.5.tar.bz2.
===> Patching for pear-1.4.5_2
===> Applying FreeBSD patches for pear-1.4.5_2
===> Configuring for pear-1.4.5_2
===> Installing for pear-1.4.5_2
===> pear-1.4.5_2 depends on file: /usr/local/include/php/main/php.h - found
===> pear-1.4.5_2 depends on file: /usr/local/lib/php/20020429/pcre.so - found
===> pear-1.4.5_2 depends on file: /usr/local/lib/php/20020429/xml.so - found
===> Generating temporary packing list
===> Checking if devel/pear already installed
/libexec/ld-elf.so.1: Shared object "libcrypt.so.3" not found, required by "php"
*** Error code 1

Stop in /partition/pear.
 
Back
Top