• 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

SiteBuilder dependency problem when upgrading to php-4.3.10-3 A.R.T.s

P

poke

Guest
Hello,
I would like to upgrade to art's 4.3.10-3 php compilation and run into a dependency problem from the sitebuilder 1.1.1 requring php-xslt ...

I've looked around on art's repositories and can't find this rpm. Anyone else find this rpm?

I'm running psa7.5.2 on ES3 using up2date to update packages.

TIA,
poke
 
the only way to fix this (as i have experienced) is to uninstall SiteBuilder, Upgrade PHP then reinstall SiteBuilder

sorry the bad new.

Regards,
 
php-xslt RPM is included in sitebuilder tarball. If you install this you should be ok.
 
i have tryed... no luck.

[root@hve01 php]# rpm -Uhv php-4.3.10-3.rhel3.art.i386.rpm php-devel-4.3.10-3.rhel3.art.i386.rpm php-domxml-4.3.10-3.rhel3.art.i386.rpm php-ldap-4.3.10-3.rhel3.art.i386.rpm php-imap-4.3.10-3.rhel3.art.i386.rpm php-mbstring-4.3.10-3.rhel3.art.i386.rpm php-mcrypt-4.3.10-3.rhel3.art.i386.rpm php-mhash-4.3.10-3.rhel3.art.i386.rpm php-mysql-4.3.10-3.rhel3.art.i386.rpm php-odbc-4.3.10-3.rhel3.art.i386.rpm php-pear-4.3.10-3.rhel3.art.i386.rpm php-pgsql-4.3.10-3.rhel3.art.i386.rpm php-snmp-4.3.10-3.rhel3.art.i386.rpm php-xmlrpc-4.3.10-3.rhel3.art.i386.rpm php-xslt-1.0-0.i386.rpm
Preparing... ########################################### [100%]
package php-xslt-1.0-0 is already installed
[root@hve01 php]#


Will try forcing it.

regards,
 
What does SB say when you install it? i.e. what is the dependancy problem? --force'ing this won't help.
 
It worked with force.

Code:
[root@hve01 php]# rpm -Uhv --force 
php-4.3.10-3.rhel3.art.i386.rpm 
php-devel-4.3.10-3.rhel3.art.i386.rpm 
php-domxml-4.3.10-3.rhel3.art.i386.rpm 
php-ldap-4.3.10-3.rhel3.art.i386.rpm 
php-imap-4.3.10-3.rhel3.art.i386.rpm 
php-mbstring-4.3.10-3.rhel3.art.i386.rpm 
php-mcrypt-4.3.10-3.rhel3.art.i386.rpm 
php-mhash-4.3.10-3.rhel3.art.i386.rpm 
php-mysql-4.3.10-3.rhel3.art.i386.rpm 
php-odbc-4.3.10-3.rhel3.art.i386.rpm 
php-pear-4.3.10-3.rhel3.art.i386.rpm 
php-pgsql-4.3.10-3.rhel3.art.i386.rpm 
php-snmp-4.3.10-3.rhel3.art.i386.rpm 
php-xmlrpc-4.3.10-3.rhel3.art.i386.rpm 
php-xslt-1.0-0.i386.rpm
Preparing...                ########################################### 
100%
   1: php-xslt               ########################################### 
 7%
   2: php-xmlrpc             ########################################### 
13%
   3: php-snmp               ########################################### 
 20%
   4: php-pgsql              ########################################### 
27%
   5: php-odbc               ########################################### 
 33%
   6: php-mysql              ########################################### 
 40%
   7: php-mhash              ########################################### 
 47%
   8: php-mcrypt             ########################################### 
 53%
   9: php-mbstring           ########################################### 
 60%
  10: php-imap               ########################################### 
 67%
  11: php-ldap               ########################################### 
 73%
  12: php-domxml             ########################################### 
 80%
  13: php-devel              ########################################### 
 87%
  14: php                    ########################################### 
 93%
  15: php-pear               ########################################### 100%
[root@hve01 php]# service httpd restart

Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]


And everything seems to be working ok
 
Sounds good... Thanks for your help!!

I will force it as well and post if I have any troubles.

-poke
 
I tried but it failed :( ... I used your exact syntax and had the exact same packages, run the same OS(ES3), SB1.1.1, psa7.5.2, restarted httpd......


This is the error message I get:
Fatal error: Call to undefined function: xslt_set_encoding() in /usr/local/sitebuilder/wizard/index.php on line 301

It might be a simple fix, but I don't know much about this.

TIA,
poke
 
JLChafardet,
Did you have to do anything else to the configuration or anything else?? I'm about to have a bad night trying to figure this out.

Thanks for any help out there!!!!!
 
Well I just downgraded back to php-4.3.10-1... I was soo glad when i found the rpms , i thought i lost the 10-1 rpms.......

THanks for all you're help!

-poke
 
sorry that i didnt answered, yesterday march 14 was my birthday and i took it for myself away from the computer lol

it is wierd that you wasnt able to make it works, on my box it worked great.

let me know if you encounter any other issue so i can check back on mine to see if i see the error.

regards,
 
Back
Top