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
 [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: Sat Apr 27 20:01:29 2024 UTC