Zlib dependency on Gitlab package for CentOS
NickName:Valentin Perrelle Ask DateTime:2014-05-20T00:05:30

Zlib dependency on Gitlab package for CentOS

I followed this procedure to migrate gitolite repositories to gitlab on CentOS 6.4. The script halted with the following error:

[root@localhost gitlab-rails]# bundle exec rake gitlab:import:repos RAILS_ENV=production
rake aborted!
/lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /opt/gitlab/embedded/lib/libxml2.so.2) - /opt/gitlab/embedded/service/gem/ruby/1.9.1/gems/nokogiri-1.6.1/lib/nokogiri/nokogiri.so

What is the best way to provide the zlib 1.2.3.3 to the xml2 library pacakged with gitlab ?

Copyright Notice:Content Author:「Valentin Perrelle」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/23742376/zlib-dependency-on-gitlab-package-for-centos

More about “Zlib dependency on Gitlab package for CentOS” related questions

Zlib dependency on Gitlab package for CentOS

I followed this procedure to migrate gitolite repositories to gitlab on CentOS 6.4. The script halted with the following error: [root@localhost gitlab-rails]# bundle exec rake gitlab:import:repos

Show Detail

GitLab 7 CE Omnibus package in centOs7

I have installed a GitLab 7 CE Omnibus package in centOs7. I followed all the installation instructions. Everything worked perfectly until i tried pushing a local repo to the server. When pushing the

Show Detail

How to install GitLab on CentOS 6 running WHM?

I am trying to install GitLab on my dedicated server with no luck. Server info: CENTOS 6.7 x86_64 standard WHM 11.52.1 (build 2) I tried this guide, but I keep getting the following error: Loaded

Show Detail

Dependency error while installing MariaDB on Amazon Linux AMI CentOS 7

Below is the error when I try installing MariaDB on CentOS 7 (an Amazon AMI) [root@hostname ~]# yum install MariaDB-server Loaded plugins: update-motd, upgrade-helper Resolving Dependencies -->

Show Detail

CentOS 7 Unable to add Gitlab package repository and install

Objective: To install gitlab at my Centos7. Instruction: https://about.gitlab.com/install/#centos-7 Error: [root@enlabsapp067 deployer]# curl https://packages.gitlab.com/install/repositories/gitlab/

Show Detail

Installing GitLab on CentOS 6.5: Curl error

I'm newbie to GitLab and CentOS. I'm trying to install GitLab on CentOS 6.5 using below offical link: https://about.gitlab.com/downloads/#centos6 While executing below step: curl -sS https://pack...

Show Detail

How to deploy a package for a private gitlab dependency in Yarn

I am working on a vue project that needs to use another private vue project as a dependency. This other private project is a vue plugin. I have found how to tell yarn to fetch a package on a private

Show Detail

GitLab for CentOS i386

I want to install GitLab for my CentOS v.6 i386. Official web site provides x86_64 RPM version only. Could you please suggest, where I can find GitLab or some analogues for i386 CentOS system? Th...

Show Detail

Trouble installing Gitlab on CentOS 6.5

I have attempted, several times to install Gitlab on my CentOS 6.5 VPS as per the instructions on the Official page and every time, it fails during the "gitlab-ctl reconfigure" stage of installatio...

Show Detail

Cannot import dependency from GitLab Package Registry

I've got Java Application which I want to use remotely as dependency. I have uploaded it into GitLab Package Registry. I can add dependency to my target projects and InteliJIdea sees it, but I cannot

Show Detail