php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1024 Incomplete mysql code in php-3_0_6_tar.gz
Submitted: 1999-01-03 17:17 UTC Modified: 1999-01-03 17:27 UTC
From: George_Kinal at Inmarsat dot org Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.6 OS: Linux (Red Hat 5.1)
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: George_Kinal at Inmarsat dot org
New email:
PHP Version: OS:

 

 [1999-01-03 17:17 UTC] George_Kinal at Inmarsat dot org
Executing the Makefile fails. It reports ...
 [ functions/mysql.o ] error 1  no such file or directory.

Looking indeed in  / php-3_0_6/ functions/  directory, there is a mysql.c file,
but no mysql.o or mysql.h.  On the other hand, there are, for example,   oracle.o 
and msql.o files present.

Somehow the tarball manages not to install the necessary mysql
files, and therefore php does not support the mysql function calls.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-01-03 17:27 UTC] zeev
Nothing is missing from the distribution, .o files are
object files that are compiled from .c and .h files (they
aren't distributed).

On the functions/ directory you should see mysql.c and
php3_mysql.h, nothing else is related.  When you run
'make', it should try and generate functions/mysql.o, and
it seems that for some reason it fails.  You'd have to
send us the error message the compiler shows when it tries
to compile functions/mysql.c.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 12:01:28 2024 UTC