php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22509 "cannot find a cracklib header file"
Submitted: 2003-03-02 16:53 UTC Modified: 2003-03-03 11:29 UTC
From: julio dot p dot dominguez at usdoj dot gov Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.1 OS: Red Hat Linux 7.3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: julio dot p dot dominguez at usdoj dot gov
New email:
PHP Version: OS:

 

 [2003-03-02 16:53 UTC] julio dot p dot dominguez at usdoj dot gov
./configure --with-crack

cracklib rpms are installed 
header file is located in /usr/include
lib files are located in /usr/lib

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-02 17:11 UTC] helly@php.net
Configure checks for the wrong haeder file.

 [2003-03-02 18:04 UTC] helly@php.net
Hmmm - i must say that indeed packer.h is needed because
the extension uses somee kind of low level interface to
the library. 

If you get the original library you will have that file.

Get it from: ftp://coast.cs.purdue.edu/pub/tools/unix/libs/cracklib/

Maybe it is an option to rewrite the extension to support
the interface avalable from the rpms or to support both.
 [2003-03-03 09:58 UTC] julio dot p dot dominguez at usdoj dot gov
thank you i downloaded the original libraries and copied the packer.h file in the /usr/include directory and that solved the problem.
 [2003-03-03 11:29 UTC] jtate@php.net
I've created Red Hat RPMS for cracklib that PHP can build against.  Red Hat's Cracklib RPM is broken and has been since at least 7.1.

See http://www.dragonstrider.com/cracklib for fixed packages.  There is an open Bugzilla entry for this: 68339.

Joseph
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC