16.01 devportal install question

has anyone been able to install the 16.01 dev portal? i downloaded/created the bundle and when i installed

# ./install-from-rpm-bundle.sh devportal-binary-bundle-Redhat-6-x86_64

--------------------------------------------------------------------------------

Starting non-networked installation 2016-04-13-19.09.18 --------------------------------------------------------------------------------

Red Hat Enterprise Linux Server release 6.6 (Santiago)

--------------------------------------------------------------------------------

Step 1: Configure local package repository

--------------------------------------------------------------------------------

The Dev Portal repo is already configured...

--------------------------------------------------------------------------------

Step 2: Install Apache and PHP Software Packages

--------------------------------------------------------------------------------

Installing Apache web server... please stand by

-------------------------------------------------

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install httpd

Installing PHP... please stand by

-------------------------------------------------

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php

Installing PHP modules... please stand by

------------------------------------------------- Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-pdo

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-mysql

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-gd

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-xml

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-process

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-pecl-apc

Command: yum -y --disablerepo=* --enablerepo=devportal --nogpgcheck install php-mbstring

Configuring PHP's timezone to system timezone

Timezone: America/New_York

--------------------------------------------------------------------------------

Step 3: Install drush

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Step 4: Install and Configure Database

--------------------------------------------------------------------------------

The Dev Portal database can be installed in a local

MySQL server or you can choose to not install a database server

and instead configure Dev Portal to connect to a remote MySQL/MariaDB server.

If you choose to install MySQL locally, the database

user will be created for you.

If you choose to not install MySQL server on this

machine, you will be asked for the database server hostname, database user,

and database password later in this script.

You can use CTRL-C to exit out of this script and rerun it again if

needed.

Would you like to install MySQL Server on this system? [Y/n]: Y

Installing MySQL server... please be patient

-------------------------------------------------------------

Exiting, ERROR!

The actions of this installer are written to a log here:

/apiapp/devportal-binary-bundle-Redhat-6-x86_64/install.log

If you need support during this installation,

please include the logfile in your communication.

Here are the last few lines of the logfile for your convenience:

-------------------------------------------------------------

mysql = 5.1.73-5.el6_7.1

You could try using --skip-broken to work around the problem

** Found 2 pre-existing rpmdb problem(s), 'yum check' output follows:

vasclnt-4.1.0-22002.x86_64 has missing requires of libstdc++.so.6(GLIBCXX_3.4.14)(64bit)

vasclnt-4.1.0-22002.x86_64 has missing requires of libstdc++.so.6(GLIBCXX_3.4.15)(64bit)

I checked

# pwd

/usr/lib

# ls -ltr libstdc++.so.6

lrwxrwxrwx. 1 root root 19 Oct 22 15:14 libstdc++.so.6 -> libstdc++.so.6.0.13

#

Solved Solved
0 4 332
1 ACCEPTED SOLUTION

funny that was my earlier post for the 15.07 dev portal

tried

now getting

Complete! Making sure MySQL runs at startup /apiapp/devportal-binary-bundle-Redhat-6-x86_64/lib/install-mysqld.sh: line 87: chkconfig: command not found

View solution in original post

4 REPLIES 4

@leo sun , See similar issue reported here. Let us know if you still see issues.

funny that was my earlier post for the 15.07 dev portal

tried

now getting

Complete! Making sure MySQL runs at startup /apiapp/devportal-binary-bundle-Redhat-6-x86_64/lib/install-mysqld.sh: line 87: chkconfig: command not found

i figured it out.

Thanks for sharing the solution @leo sun and glad it worked out.