Actions
Defect #14448
closedfedora installation prerequisites
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
In order to eliminate stop errors in 'bundle install' procedure under fedora 18-19 and maybe some other distributions it is worth mentioning to install the following prerequisite packages:
yum install ruby-devel
for json gem build
and
yum install ImageMagick-devel
yum install mariadb-devel
or yum install community-mysql-devel
Not sure about mysql one, but it was stated by redhat that default mysql server will be replaced by mariadb in future releases, so it's not a big issue for me.
Actions