php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23153 compiling with mysql
Submitted: 2003-04-10 09:43 UTC Modified: 2003-04-10 11:36 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: ctiggerf at netzero dot net Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.3.1 OS: Linux
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: ctiggerf at netzero dot net
New email:
PHP Version: OS:

 

 [2003-04-10 09:43 UTC] ctiggerf at netzero dot net
When I orriginally Installed RedHat 8.0 with php it didn't configure it to work with mysql.  so I downloaded the source and compiled with:

   ./compile --prefix=/usr/local/php \
     --with-mysql=/usr/local/mysql \
     --with-apxs2=/usr/local/apache2/bin/apxs

however when I run a <?php phpinfo() ?> the configure command line has something compleatly different and, more importantly, dosen't contain anything about mysql. and when I run a page with ... mysql_connect(...)... it says
    fatal error no function mysql_connect()  
or something simalar.

please help me out!!
Chris

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-10 11:36 UTC] magnus@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC