Hi,
  FYI, you might should delete the autom4te.cache folder too :-)

thanks

2011/9/14 Christian Stocker <chr...@php.net>:
> Hi
>
> I still have this. even after re-running buildconf (and deleting
> configure before)
>
> On OS X and x86_64 Linux
>
> chregu
>
> On 14.09.11 05:31, Laruence wrote:
>> Hi:
>>   after I re-run buildconf, error has gone
>>
>>   sorry for mis-report.
>>
>> thanks
>>
>> 2011/9/14 Laruence <larue...@php.net>:
>>> Hi:
>>>    trunk build broken:
>>>    ext/session/session.o(.rodata+0x24a8): undefined reference to
>>> `zim_SessionHandler_open'
>>> ext/session/session.o(.rodata+0x24c8): undefined reference to
>>> `zim_SessionHandler_close'
>>> ext/session/session.o(.rodata+0x24e8): undefined reference to
>>> `zim_SessionHandler_read'
>>> ext/session/session.o(.rodata+0x2508): undefined reference to
>>> `zim_SessionHandler_write'
>>> ext/session/session.o(.rodata+0x2528): undefined reference to
>>> `zim_SessionHandler_destroy'
>>> ext/session/session.o(.rodata+0x2548): undefined reference to
>>> `zim_SessionHandler_gc'
>>> collect2: ld returned 1 exit status
>>> make: *** [sapi/cli/php] Error 1
>>> make: *** Waiting for unfinished jobs....
>>> ext/session/session.o(.rodata+0x24a8): undefined reference to
>>> `zim_SessionHandler_open'
>>> ext/session/session.o(.rodata+0x24c8): undefined reference to
>>> `zim_SessionHandler_close'
>>> ext/session/session.o(.rodata+0x24e8): undefined reference to
>>> `zim_SessionHandler_read'
>>> ext/session/session.o(.rodata+0x2508): undefined reference to
>>> `zim_SessionHandler_write'
>>> ext/session/session.o(.rodata+0x2528): undefined reference to
>>> `zim_SessionHandler_destroy'
>>> ext/session/session.o(.rodata+0x2548): undefined reference to
>>> `zim_SessionHandler_gc'
>>>
>>> thanks
>>>
>>> 2011/9/14 Arpad Ray <ar...@php.net>:
>>>> arpad                                    Tue, 13 Sep 2011 22:28:15 +0000
>>>>
>>>> Revision: http://svn.php.net/viewvc?view=revision&revision=316688
>>>>
>>>> Log:
>>>> Implement object-oriented session handlers 
>>>> (https://wiki.php.net/rfc/session-oo)
>>>>
>>>> Changed paths:
>>>>    U   php/php-src/branches/PHP_5_4/NEWS
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/config.m4
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/config.w32
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/mod_user.c
>>>>    A   php/php-src/branches/PHP_5_4/ext/session/mod_user_class.c
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/package.xml
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/php_session.h
>>>>    U   php/php-src/branches/PHP_5_4/ext/session/session.c
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_001.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_002.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_003.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_004.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_005.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_006.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_007.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_008.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_009.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_010.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_011.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_012.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_013.phpt
>>>>    A   
>>>> php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_014.phpt
>>>>    U   php/php-src/branches/PHP_5_4/ext/standard/basic_functions.c
>>>>    U   php/php-src/branches/PHP_5_4/ext/standard/basic_functions.h
>>>>    U   php/php-src/trunk/ext/session/config.m4
>>>>    U   php/php-src/trunk/ext/session/config.w32
>>>>    U   php/php-src/trunk/ext/session/mod_user.c
>>>>    A   php/php-src/trunk/ext/session/mod_user_class.c
>>>>    U   php/php-src/trunk/ext/session/package.xml
>>>>    U   php/php-src/trunk/ext/session/php_session.h
>>>>    U   php/php-src/trunk/ext/session/session.c
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_001.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_002.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_003.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_004.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_005.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_006.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_007.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_008.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_009.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_010.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_011.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_012.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_013.phpt
>>>>    A   
>>>> php/php-src/trunk/ext/session/tests/session_set_save_handler_class_014.phpt
>>>>    U   php/php-src/trunk/ext/standard/basic_functions.c
>>>>    U   php/php-src/trunk/ext/standard/basic_functions.h
>>>>
>>>>
>>>> --
>>>> PHP CVS Mailing List (http://www.php.net/)
>>>> To unsubscribe, visit: http://www.php.net/unsub.php
>>>>
>>>
>>>
>>>
>>> --
>>> Laruence  Xinchen Hui
>>> http://www.laruence.com/
>>>
>>
>>
>>
>
>



-- 
Laruence  Xinchen Hui
http://www.laruence.com/

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to