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

1,169 views
Skip to first unread message

mehmet özbakır

unread,
Jun 16, 2018, 11:05:04 AM6/16/18
to OpenLiteSpeed Development

Hello Dear ,
Couple day's I've tried everything to install pagespeed on centos 7 but It's giving that error ...


[root@vmi188732 pagespeed]# yum install pagespeed
Loaded plugins: fastestmirror, priorities
Determining fastest mirrors
epel/x86_64/metalink | 31 kB 00:00
Excluding mirror: mirror.fra10.de.leaseweb.net
* base: asi-fs-m.contabo.net
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* epel: mirror.imt-systems.com
Excluding mirror: mirror.fra10.de.leaseweb.net
* extras: ftp.plusline.de
Excluding mirror: mirror.fra10.de.leaseweb.net
* updates: asi-fs-m.contabo.net
base | 3.6 kB 00:00
epel | 3.2 kB 00:00
extras | 3.4 kB 00:00
litespeed | 3.6 kB 00:00
litespeed-update | 3.6 kB 00:00
mariadb | 2.9 kB 00:00
powerdns-auth-master | 2.9 kB 00:00
updates | 3.4 kB 00:00
(1/13): base/7/x86_64/group_gz | 166 kB 00:00
(2/13): epel/x86_64/updateinfo | 928 kB 00:00
(3/13): epel/x86_64/group_gz | 88 kB 00:00
(4/13): extras/7/x86_64/primary_db | 149 kB 00:00
(5/13): base/7/x86_64/primary_db | 5.9 MB 00:00
(6/13): litespeed/7/x86_64/group_gz | 855 B 00:00
(7/13): epel/x86_64/primary | 3.5 MB 00:00
(8/13): litespeed-update/7/x86_64/group_gz | 855 B 00:00
(9/13): powerdns-auth-master/7/x86_64/primary_db | 106 kB 00:00
(10/13): updates/7/x86_64/primary_db | 2.7 MB 00:00
(11/13): mariadb/primary_db | 35 kB 00:00
(12/13): litespeed-update/7/x86_64/primary_db | 168 kB 00:01
(13/13): litespeed/7/x86_64/primary_db | 828 kB 00:02
epel 12584/12584
112 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package pagespeed.x86_64 0:1.4.17-1.el7.centos will be installed
--> Processing Dependency: openlitespeed14 >= 1.4.13 for package: pagespeed-1.4.17-1.el7.centos.x86_64
Package openlitespeed14-1.4.17-2.el7.centos.x86_64 is obsoleted by openlitespeed-1.4.32-8.el7.x86_64 which is already installed
--> Finished Dependency Resolution
Error: Package: pagespeed-1.4.17-1.el7.centos.x86_64 (litespeed)
Requires: openlitespeed14 >= 1.4.13
Available: openlitespeed14-1.4.13-1.el7.centos.x86_64 (litespeed)
openlitespeed14 = 1.4.13-1.el7.centos
Available: openlitespeed14-1.4.14-1.el7.centos.x86_64 (litespeed)
openlitespeed14 = 1.4.14-1.el7.centos
Available: openlitespeed14-1.4.15-1.el7.centos.x86_64 (litespeed)
openlitespeed14 = 1.4.15-1.el7.centos
Available: openlitespeed14-1.4.16-1.el7.centos.x86_64 (litespeed)
openlitespeed14 = 1.4.16-1.el7.centos
Available: openlitespeed14-1.4.17-1.el7.centos.x86_64 (litespeed)
openlitespeed14 = 1.4.17-1.el7.centos
Available: openlitespeed14-1.4.17-2.el7.centos.x86_64 (litespeed-update)
openlitespeed14 = 1.4.17-2.el7.centos
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


And Also When I try Make command while giving 

[root@vmi188732 ~]# cd ols/src/modules/pagespeed
[root@vmi188732 pagespeed]# make
f77 Makefile.f -o Makefile
make: f77: Command not found
make: *** No targets specified and no makefile found. Stop.


Really I will be crazy please some one help meeeee

George Wang

unread,
Jun 16, 2018, 5:25:44 PM6/16/18
to openlitespee...@googlegroups.com

Hi,

You should uninstall  pagespeed-1.4.17, install

ols-pagespeed rpm to match openlitespeed-1.4.32 .


Best regards,

George Wang

--
You received this message because you are subscribed to the Google Groups "OpenLiteSpeed Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-deve...@googlegroups.com.
To post to this group, send email to openlitespee...@googlegroups.com.
Visit this group at https://groups.google.com/group/openlitespeed-development.
For more options, visit https://groups.google.com/d/optout.

mehmet özbakır

unread,
Jun 16, 2018, 9:16:08 PM6/16/18
to OpenLiteSpeed Development
Brother "OLS" is shortest word it is not any aplication normally its should be on command " cd root/openlitespeed1.4.32/src/modules/pagespeed
cd /openlitespeed_download/src/modules/pagespeed
./dlpsol.sh

Build modpagespeed.so

make

First step is " cd /openlitespeed_download/src/modules/pagespeed " is done no any trouble
second step " ./dlpsol.sh " is done no any trouble
third step build modpagespeed.so " make " than its giving

[root@vmi188732 pagespeed]# make
f77 Makefile.f -o Makefile
make: f77: Command not found
make: *** No targets specified and no makefile found. Stop.


that error. This is my big trouple


SECOND SECTION install pagespeed

If I use install pagespeed command "[root@vmi188732 pagespeed]# yum install pagespeed
than its giving that error "

You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest "


This is point. Pagespeed module can't install.





17 Haziran 2018 Pazar 00:25:44 UTC+3 tarihinde George Wang yazdı:
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-development+unsub...@googlegroups.com.

qtwrk

unread,
Jun 16, 2018, 9:23:12 PM6/16/18
to openlitespee...@googlegroups.com
Hi,

 try  yum install gfortran

regards,

also I believe if you do yum install ols-pagespeed , pagespeed module should be placed into OLS folder only you have to do is configure it in OLS webadmin console.

sethem

unread,
Jun 16, 2018, 9:56:03 PM6/16/18
to qtwr...@gmail.com, openlitespee...@googlegroups.com
I've try , 
[root@vmi188732 ~]# yum install gfortran
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
 * extras: ftp.plusline.de
 * remi-safe: mirror.23media.de
113 packages excluded due to repository priority protections
No package gfortran available.
Error: Nothing to do


qtwrk <qtwr...@gmail.com>, 17 Haz 2018 Paz, 04:23 tarihinde şunu yazdı:
Hi,

 try  yum install gfortran

regards,

--
You received this message because you are subscribed to the Google Groups "OpenLiteSpeed Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-deve...@googlegroups.com.

David

unread,
Jun 16, 2018, 10:13:52 PM6/16/18
to openlitespee...@googlegroups.com
Sorry , I did not see what platform you are using.
Can you tell me more info?
Thanks.
David

sethem

unread,
Jun 16, 2018, 11:17:22 PM6/16/18
to d...@litespeedtech.com, openlitespee...@googlegroups.com
on Centos 7 brother

David <d...@litespeedtech.com>, 17 Haz 2018 Paz, 05:13 tarihinde şunu yazdı:

Jon Wong

unread,
Oct 26, 2018, 11:31:40 AM10/26/18
to OpenLiteSpeed Development
I'd recommend the CentOS plugin **protectbase** this plugin will help when dealing with multiple 3rd party repos or just EPEL/RPMForge

You can use "yum --disablerepo=[reponame] ..." but that's a single use option if you'd like to protect your system continuously then I'd highly recommend the "protectbase"

"yum install yum-plugins-protectbase"

Then add "protect=1" on the repos you'd want to protect. Aka CentOS-Base
And add "protect=0" to epel.repo this should solve most common conflicts when dealing with 3rd party repositories.

I created a more in-depth guide on my blog here [Dealing with multiple repositories on CentOS 4/5/6/7][1]



In your case replace epel with the lightspeed repo.
Reply all
Reply to author
Forward
0 new messages