php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14103 RPM Installation, PHP not working, no modules in /etc/httpd/modules?!
Submitted: 2001-11-18 23:09 UTC Modified: 2001-11-18 23:16 UTC
From: grichards at endertechnology dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: Red Hat 7.2
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: grichards at endertechnology dot com
New email:
PHP Version: OS:

 

 [2001-11-18 23:09 UTC] grichards at endertechnology dot com
PHP with MySQL support should have been installed by the Red Hat installer when I installed the OS, at least I selected those packages, but PHP pages are not being processed.

I checked the FAQ and it said to make sure all the PHP add and load module directives were there and uncommented. Well, they are, but they're all within <IfDefine HAVE_PHP> sections, and the modules they point to (i.e. mod_php.so, mod_php.c) are not in /etc/httpd/modules nor any place else on my system. That must be the source of the problem, but why wouldn't those modules have been copied to the system?

So, I've tried building from the source per the INSTALL document, but after I try to ./configure I get...

checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up

What's lex? What's going on? Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-18 23:16 UTC] mfischer@php.net
Please ask support questions at php-general@lists.php.net 

And, you're missing the 'lex' or 'flex' utility obviiously. Install it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 05:01:31 2024 UTC