ID: 28767
Comment by: tumpen at fez dot dk
Reported By: Franck at e-Dot dot nl
Status: Bogus
Bug Type: Compile Failure
Operating System: Linux 2.4.19C13V (Sun Cobalt)
PHP Version: 5.0.0RC3
New Comment:
Just tried php5.0.0 with mysql 4.1.3, and I get the same error, looks
like everything works fine in make, but then when its time to link, it
fails.
Previous Comments:
------------------------------------------------------------------------
[2004-07-06 07:12:06] Franck at e-Dot dot nl
I'll give 4.1.3-beta a try today. Will let you guys know if it worked
out.
------------------------------------------------------------------------
[2004-07-06 06:50:09] nomail at nospam dot org
How about using an actual 4.1.3-beta? It works fine
here...
------------------------------------------------------------------------
[2004-07-06 06:26:50] mirage at rateaprof dot com
I know this is really evil but this is something I did, and it got past
that 1 problem, but has other link time errors with unresolvable symbols
now. Anywyas, here you go, but I don't exactly recommend this. I did a
grep -r for the usage of the constant and it is only located in the
mysqli module in php5rc3, and not in any other module or
mysql4.1.1alpha.
other than that, I have no idea what the constant should really be, so
just take this as a, hmm, that's interesting kinda point.
--
$Id: php_mysqli.h,v 1.37 2004/06/06 08:52:19 georg Exp $
...
#define LOCAL_INFILE_ERROR_LEN 2048
typedef struct {
char error_msg[LOCAL_INFILE_ERROR_LEN];
void *userdata;
} mysqli_local_infile;
------------------------------------------------------------------------
[2004-07-06 06:25:30] mirage at rateaprof dot com
I know this is really evil but this is something I did, and it got past
that 1 problem, but has other link time errors with unresolvable symbols
now. Anywyas, here you go, but I don't exactly recommend this. I did a
grep -r for the usage of the constant and it is only located in the
mysqli module in php5rc3, and not in any other module or
mysql4.1.1alpha.
other than that, I have no idea what the constant should really be, so
just take this as a, hmm, that's interesting kinda point.
--
$Id: php_mysqli.h,v 1.37 2004/06/06 08:52:19 georg Exp $
...
#define LOCAL_INFILE_ERROR_LEN 2048
typedef struct {
char error_msg[LOCAL_INFILE_ERROR_LEN];
void *userdata;
} mysqli_local_infile;
------------------------------------------------------------------------
[2004-07-05 10:59:14] [EMAIL PROTECTED]
that's the same for us
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/28767
--
Edit this bug report at http://bugs.php.net/?id=28767&edit=1