Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

mod_pagespeed_ap24.so: cannot open shared object file: No such file or directory #454

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

httpd: Syntax error on line 484 of /usr/local/apache2.4.2/conf/httpd.conf: 
Syntax error on line 10 of /usr/local/apache2.4.2/conf/pagespeed.conf: Cannot 
load /usr/local/apache2.4.2/modules/mod_pagespeed_ap24.so into server: 
/usr/local/apache2.4.2/modules/mod_pagespeed_ap24.so: cannot open shared object 
file: No such file or directory

Original issue reported on code.google.com by unix114 on 27 Jun 2012 at 9:58

@GoogleCodeExporter
Copy link
Author

Please describe how you installed mod_pagespeed.

Original comment by morlov...@google.com on 27 Jun 2012 at 11:13

@GoogleCodeExporter
Copy link
Author

Original comment by matterb...@google.com on 2 Jul 2012 at 2:13

  • Changed state: RequestClarification

@GoogleCodeExporter
Copy link
Author

1st step, output of:

ls -al /usr/local/apache2.4.2/modules/

?

Original comment by pgnet.dev on 2 Jul 2012 at 7:42

@GoogleCodeExporter
Copy link
Author

I have the same problem.  I installed via directions at:
http://code.google.com/p/modpagespeed/wiki/HowToBuild

gclient config http://modpagespeed.googlecode.com/svn/branches/latest-beta/src
[...]
sh ./install_apxs.sh

I do have /usr/local/apache2/modules/mod_pagespeed.so  
i copied it to
mod_pagespeed_ap24.so  and when i start apache i get:
mod_pagespeed_ap24.so: undefined symbol: unixd_config

how do i get it to build and install mod_pagespeed_ap24.so instead of
mod_pagespeed.so ?



Original comment by ideafil...@gmail.com on 19 Sep 2012 at 11:57

@GoogleCodeExporter
Copy link
Author

This seemed to solve it:
 cp ./out/Release/obj.target/net/instaweb/libmod_pagespeed_ap24.so /usr/local/apache2/modules/mod_pagespeed_ap24.so

don't know why it didn't happen automatically with 
install_apxs.sh

Original comment by ideafil...@gmail.com on 20 Sep 2012 at 12:14

@GoogleCodeExporter
Copy link
Author

Because I didn't update that script properly (but at least now I know what it's 
for)... Working on fixing it --- thanks!


Original comment by morlov...@google.com on 20 Sep 2012 at 6:59

@GoogleCodeExporter
Copy link
Author

Script fixed in r1977

Original comment by morlov...@google.com on 25 Sep 2012 at 1:28

@GoogleCodeExporter
Copy link
Author

Original comment by j...@google.com on 26 Oct 2012 at 5:22

  • Changed state: Fixed
  • Added labels: Milestone-v23

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant