#35249 [Csd]: Compile cannot link when libedit is enabled

2005-11-20 Thread php-david at tulloh dot id dot au
 ID:   35249
 User updated by:  php-david at tulloh dot id dot au
 Reported By:  php-david at tulloh dot id dot au
 Status:   Closed
 Bug Type: Compile Failure
 Operating System: Debian Linux
 PHP Version:  5.1.0RC6
 Assigned To:  sniper
 New Comment:

works in 5.1 cvs, thankyou.


Previous Comments:


[2005-11-18 16:07:54] [EMAIL PROTECTED]

Fixed the other part of the problem.



[2005-11-18 09:48:09] [EMAIL PROTECTED]

Jani, did you really fix it?



[2005-11-18 04:03:56] php-david at tulloh dot id dot au

Fails in 5.1.0RC6
Fails in the 5.1 branch of CVS
Fails (in both) when the shared flag is removed.

The error is unchanged.



[2005-11-17 09:37:36] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.





[2005-11-17 09:24:15] [EMAIL PROTECTED]

Fast fix: NEVER EVER compile anything as shared. :)




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/35249

-- 
Edit this bug report at http://bugs.php.net/?id=35249&edit=1


#35249 [Csd->Opn]: Compile cannot link when libedit is enabled

2005-11-17 Thread php-david at tulloh dot id dot au
 ID:   35249
 User updated by:  php-david at tulloh dot id dot au
 Reported By:  php-david at tulloh dot id dot au
-Status:   Closed
+Status:   Open
 Bug Type: Compile Failure
 Operating System: Debian Linux
-PHP Version:  5.1.0RC5
+PHP Version:  5.1.0RC6
 New Comment:

Fails in 5.1.0RC6
Fails in the 5.1 branch of CVS
Fails (in both) when the shared flag is removed.

The error is unchanged.


Previous Comments:


[2005-11-17 09:37:36] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.





[2005-11-17 09:24:15] [EMAIL PROTECTED]

Fast fix: NEVER EVER compile anything as shared. :)




[2005-11-17 02:15:41] php-david at tulloh dot id dot au

Description:

Compile fails with libedit.  I haven't used libedit for a while so I
don't know when this problem was introduced.

/bin/sh /home/lod/Downloads/php-5.1.0RC5/libtool --silent
--preserve-dup-deps --mode=link gcc -export-dynamic -g -O2
ext/date/php_date.lo [...] -o sapi/cli/php
sapi/cli/php_cli_readline.o(.text+0x8cc): In function
`cli_code_completion':
/home/lod/Downloads/php-5.1.0RC5/sapi/cli/php_cli_readline.c:433:
undefined reference to `rl_completion_matches'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Reproduce code:
---
reproducable configure line:
./configure \
'--disable-all' \
'--disable-cgi' \
'--enable-cli' \
'--with-libedit=shared,/usr'

libedit-dev is version 2.9.cvs.20040827-1, the debian stable version.






-- 
Edit this bug report at http://bugs.php.net/?id=35249&edit=1


#35249 [NEW]: Compile cannot link when libedit is enabled

2005-11-16 Thread php-david at tulloh dot id dot au
From: php-david at tulloh dot id dot au
Operating system: Debian Linux
PHP version:  5.1.0RC5
PHP Bug Type: Compile Failure
Bug description:  Compile cannot link when libedit is enabled

Description:

Compile fails with libedit.  I haven't used libedit for a while so I don't
know when this problem was introduced.

/bin/sh /home/lod/Downloads/php-5.1.0RC5/libtool --silent
--preserve-dup-deps --mode=link gcc -export-dynamic -g -O2
ext/date/php_date.lo [...] -o sapi/cli/php
sapi/cli/php_cli_readline.o(.text+0x8cc): In function
`cli_code_completion':
/home/lod/Downloads/php-5.1.0RC5/sapi/cli/php_cli_readline.c:433:
undefined reference to `rl_completion_matches'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Reproduce code:
---
reproducable configure line:
./configure \
'--disable-all' \
'--disable-cgi' \
'--enable-cli' \
'--with-libedit=shared,/usr'

libedit-dev is version 2.9.cvs.20040827-1, the debian stable version.


-- 
Edit bug report at http://bugs.php.net/?id=35249&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=35249&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=35249&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=35249&r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=35249&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=35249&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=35249&r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=35249&r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=35249&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=35249&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=35249&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=35249&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=35249&r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=35249&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=35249&r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=35249&r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=35249&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=35249&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=35249&r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=35249&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=35249&r=mysqlcfg