Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

release 1.12.34.1 not compatible with --with-debug #1333

@jeffkaufman

Description

@jeffkaufman

The 1.12 release tarballs no longer contain debug binaries. This was an intentional change, because these binaries are much larger to download and (we believe). If people need PSOL built with debugging symbols they can use the new --psol-from-source option in the install script to build their own PSOL. But the current implementation conflicts with --with-debug:

  checking for psol ... not found
  ./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
  Look in /home/jefftk/nginx-1.11.6/objs/autoconf.err for more details.
  Error: Failure running './configure --add-module=/home/jefftk/ngx_pagespeed-latest-beta --with-http_ssl_module --with-debug', exiting.

The error file has:

  cc: error: /home/jefftk/ngx_pagespeed-latest-beta/psol/lib/Debug/linux/x64/pagespeed_automatic.a: No such file or directory

(I put --with-debug in when the automated installer asked for additional configure flags)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions