php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2908 make test ... FAILED
Submitted: 1999-12-03 15:05 UTC Modified: 2000-01-08 06:41 UTC
From: antonin dot rozehnal at intax dot cz Assigned:
Status: Closed Package: MySQL related
PHP Version: 3.0.12 OS: AIX 4.2
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: antonin dot rozehnal at intax dot cz
New email:
PHP Version: OS:

 

 [1999-12-03 15:05 UTC] antonin dot rozehnal at intax dot cz
CGI version (./configure) works fine,
but when I made './configure --with-mysql=/usr/local/mysql; make' 

make test returned only FAILED

Assign a[0], a[1], a[2] elements and print result             ... FAILED
Auto Assign a[] 3 elements and print result               ... FAILED
Count()              ... FAILED
Auto index          ... FAILED
NEXT                 ... FAILED
Next() loop, Reset(), Next()    ... FAILED
Mix index (start 0) and auto .. FAILED
Unset() index                 ... FAILED
Passing to a                  ... FAILED
Assigning from a             ... FAILED
Using another                ... FAILED
...........
.............

I am using  gcc 2.95

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-08 06:41 UTC] sas at cvs dot php dot net
The MySQL libraries are not found. Please set LD_LIBRARY_PATH or whatever AIX uses to tell the dynamic linker where the MySQL libraries are located.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC