Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2013
    Posts
    438

    problem in some command

    Hello
    i should run and install below commands:

    yum install php54wxmlrpc
    yum install php54w-xmlrpc
    rpm -Uvh http://mirror.webtatic.com/yum/el5/latest.rpm
    yum search php54w

    but i receive much error like below and others:

    No package php54wxmlrpc available.
    kindly please help me.
    i have x64 centos

  2. #2
    [1] Please check whether curl is installed in your system or not;

    [2] Follow the steps mentioned in below URL to install PHP:
    http://www.shayanderson.com/linux/ce...-or-php-55.htm

    * You can skip step-1 as it is to remove the existing PHP installation

    If this won't work then please paste the output of following command:

    # cat /etc/centos-release

    Are you having any control panel in this system?

  3. #3
    Join Date
    Mar 2015
    Location
    Cochin
    Posts
    128
    The easiest way to install XML-RPC in CentOS (migth not work on CentOS 7):


    yum install php-xmlrpc
    service httpd restart

    You have to make sure "php-curl" module is enabled in your server. You can also use the below doc for manually enabling it

    http://gggeek.github.io/phpxmlrpc/

  4. #4
    Join Date
    Apr 2007
    Posts
    652
    The issue is php54wxmlrpc is not a correct package name.

    Can you advise what you're specifically trying to do? The output of `cat /etc/redhat-release` would also be helpful.
    Justin Yancey | Northern Virginia & District of Columbia | https://www.linkedin.com/in/justinyancey

  5. #5
    Hi,

    Did you check whether the repo is loaded properly and that yum is checking in the new repo also. Try cleaning the yum with "yum clean all" and then check what you get when you install php54w-xmlrpc. Also, make sure you are using right repo as per the server architecture and server OS version.


    www.24x7servermanagement.com
    Server Management, Server Security, Server Monitoring.
    India's Leading Managed Service Provider !! Skype: techs24x7

  6. #6
    Join Date
    Mar 2015
    Posts
    36
    Hello,

    Please try the following commands:

    yum clean all
    yum list all

    rpm -ivh http://mirror.webtatic.com/yum/el5/latest.rpm (you can skip this step if you already installed it)

    yum list php54* | grep xml

    php54w-xml.x86_64 5.4.40-1.w6 webtatic
    php54w-xmlrpc.x86_64 5.4.40-1.w6 webtatic

    From the above command it seems that the correct installation package name should be php54w-xmlrpc insted of php54wxmlrpc. So

    yum install php54w-xmlrpc

    Also you can do yum search without any issues if you do yum clean all as I specified above

    yum search php54w

    You can see the output of yum search like this

    ================================================================ N/S Matched: php54w =================================================================
    php54w.x86_64 : PHP scripting language for creating dynamic web sites
    php54w-bcmath.x86_64 : A module for PHP applications for using the bcmath library
    php54w-cli.x86_64 : Command-line interface for PHP
    php54w-common.x86_64 : Common files for PHP
    php54w-dba.x86_64 : A database abstraction layer module for PHP applications
    php54w-devel.x86_64 : Files needed for building PHP extensions
    php54w-embedded.x86_64 : PHP library for embedding in applications
    php54w-enchant.x86_64 : Enchant spelling extension for PHP applications
    php54w-fpm.x86_64 : PHP FastCGI Process Manager
    php54w-gd.x86_64 : A module for PHP applications for using the gd graphics library
    php54w-imap.x86_64 : A module for PHP applications that use IMAP
    php54w-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases
    php54w-intl.x86_64 : Internationalization extension for PHP applications
    php54w-ldap.x86_64 : A module for PHP applications that use LDAP
    php54w-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
    php54w-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
    php54w-mssql.x86_64 : MSSQL database module for PHP
    php54w-mysql.x86_64 : A module for PHP applications that use MySQL databases
    php54w-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
    php54w-odbc.x86_64 : A module for PHP applications that use ODBC databases
    php54w-pdo.x86_64 : A database access abstraction module for PHP applications
    php54w-pear.noarch : PHP Extension and Application Repository framework
    php54w-pecl-apc.x86_64 : APC caches and optimizes PHP intermediate code
    php54w-pecl-apcu.x86_64 : APCu - APC User Cache
    php54w-pecl-apcu-devel.x86_64 : APCu developer files (header)
    php54w-pecl-gearman.x86_64 : PHP wrapper to libgearman
    php54w-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
    php54w-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
    php54w-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
    php54w-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
    php54w-pecl-imagick-devel.x86_64 : Imagick developer files (header)
    php54w-pecl-memcache.x86_64 : Extension to work with the Memcached caching daemon
    php54w-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
    php54w-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
    php54w-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
    php54w-pecl-zendopcache.x86_64 : PECL package for Zend OPcache
    php54w-pgsql.x86_64 : A PostgreSQL database module for PHP
    php54w-process.x86_64 : Modules for PHP script using system process interfaces
    php54w-pspell.x86_64 : A module for PHP applications for using pspell interfaces
    php54w-recode.x86_64 : A module for PHP applications for using the recode library
    php54w-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
    php54w-soap.x86_64 : A module for PHP applications that use the SOAP protocol
    php54w-tidy.x86_64 : Standard PHP module provides tidy library support
    php54w-xml.x86_64 : A module for PHP applications which use XML
    php54w-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol

    Name and summary matches only, use "search all" for everything.


    Hope this helps.

    Thanks,
    Jaijo

Similar Threads

  1. dns problem in some sites
    By assassin85 in forum Hosting Security and Technology
    Replies: 2
    Last Post: 08-04-2007, 12:35 PM
  2. i have some problem in dumping database :(
    By mazamezo in forum Hosting Security and Technology
    Replies: 3
    Last Post: 01-13-2005, 01:53 PM
  3. Some problems in my server, please help
    By jason216 in forum Hosting Security and Technology
    Replies: 2
    Last Post: 11-15-2004, 03:27 AM
  4. some problems in WHM
    By constantine in forum Hosting Software and Control Panels
    Replies: 3
    Last Post: 08-30-2004, 11:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •