Welcome to Centmin Mod Community
Become a Member

[Solved] CentALT bug confirmed

Discussion in 'Bug Reports' started by Zykov, May 29, 2014.

Tags:
  1. Zykov

    Zykov Member

    31
    7
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    2:31 AM
    Nginx 1.7.1
    MariaDB 10
    Just want to confirm https://github.com/centminmod/centminmod/issues/22 bug.
    I've got memcached.so missing warnings in PHP because of it.

    yum list libmemcached*:
    libmemcached.i686 1.0.16-1.el6.art atomic
    libmemcached-devel.i686 1.0.16-1.el6.art atomic
    libmemcached-last.i686 1.0.18-2.el6.remi remi
    libmemcached-last-devel.i686 1.0.18-2.el6.remi remi
    libmemcached-last-libs.i686 1.0.18-2.el6.remi remi
    libmemcached-libs.i686 1.0.18-1.el6 CentALT
    libmemcached10.i686 1.0.16-1.ius.centos6 ius
    libmemcached10-debuginfo.i686 1.0.16-1.ius.centos6 ius
    libmemcached10-devel.i686 1.0.16-1.ius.centos6 ius

    I'd vote for ius, it looks for me like really stable and thoroughly checked repo.

     
  2. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
  4. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hey @Lundz ah i see the problem is further up in the initial attempt to download the CentALT rpm file itself, I'll need to fix that

    this is the part

    looks like the problem cascades further down into mysql and php hence the problems

     
  5. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    I also think this relates to the centalt repo bug

    and i don't know why PHP is failing to configure either but i think it's all related to the repo not beeing found.
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  7. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    I'll try again now then :)
     
  8. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    ICU libraries and headers are not found in and therefore stopping PHP from configure and compile...
     
  9. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    this part ?

    Code:
    checking for icu-config... no
    checking for location of ICU headers and libraries... not found
    configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
    what does this yum list command return for you ?

    Code:
    yum list libicu libicu-devel
    Code:
    yum list libicu libicu-devel
    Loaded plugins: downloadonly, fastestmirror, priorities
    Loading mirror speeds from cached hostfile
    epel/metalink                                                                                                                            |  11 kB     00:00    
    * base: mirrors.linode.com
    * epel: mirror.prgmr.com
    * extras: mirrors.linode.com
    * rpmforge: mirror.hmc.edu
    * updates: mirrors.linode.com
    base                                                                                                                                     | 3.7 kB     00:00    
    extras                                                                                                                                   | 3.4 kB     00:00    
    longview                                                                                                                                 | 2.9 kB     00:00    
    mariadb                                                                                                                                  | 1.9 kB     00:00    
    rpmforge                                                                                                                                 | 1.9 kB     00:00    
    updates                                                                                                                                  | 3.4 kB     00:00    
    1551 packages excluded due to repository priority protections
    Installed Packages
    libicu.x86_64                                                                  4.2.1-9.1.el6_2                                                             @base
    libicu-devel.x86_64                                                            4.2.1-9.1.el6_2                                                             @base
     
  10. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    Excatly, that has not changed while i retried to do an initial install.

    i'm curious if the ICU libraries and headers is a package provided by the centalt repo..

    If this is the case then we know what the problem is, now we just need to find a solution.
     
  11. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what does above yum list command show for you ? for me it's provided by base repo not CentALT
     
  12. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    returns this:

    Because i cleared yum data..
     
  13. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what about

    Code:
    yum list libicu libicu-devel --disablerepo=rpmforge
     
  14. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  15. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  16. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    This bug is still affacting me, i just cannot it the centminmod script working at the moment..

    now my base repo update db is returning 404 not found errors..

    Can you help me with the initial install (i will happly give out SSH information and also skype for you) so that you can investigate the issue further..)
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Best you figure it out at your end - learning is good :)

    Could be your web host/server's network connectivity or DNS issues ?

    How about just reloading the server with fresh CentOS 6.5 64bit install ?

    Who's your web host ? VPS ? What type ? KVM, OpenVZ, Xen or VMWare or dedicated ?
     
  18. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    Interserver.net is my Host

    It's an KVM VPS, but i have tried out with a clean OS twice and both times returns the exact same install log files..

    it shouldn't be dns settings that would be silly because i'm trying to initialize the installation on a clean OS every time..
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,487
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,671
    Local Time:
    3:31 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    could be problem with the OS image it's based on..

    try before install Centmin Mod, to do a

    Code:
    yum clean all
    yum -y update
    
     
  20. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    7:31 PM
    I have now tried to install ICU headers before running initial installation.. :p

    I'll will report back to see if this fixes the error :)