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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 13:01:29 2025 UTC