php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17365 When i try to compile with sybase-ct support i several warning regarding size
Submitted: 2002-05-22 11:45 UTC Modified: 2002-09-11 11:11 UTC
Votes:4
Avg. Score:4.5 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: jruiz at acelerate dot net Assigned:
Status: No Feedback Package: Compile Warning
PHP Version: 4.2.1 OS: Red Hat Linux 7.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jruiz at acelerate dot net
New email:
PHP Version: OS:

 

 [2002-05-22 11:45 UTC] jruiz at acelerate dot net
i configure with the following line:

./configure --with-pgsql=shared --with-ldap=shared --with-xml=shared --enable-force-cgi-redirect --disable-short-tags --enable-url-includes --with-ssl --enable-ftp --enable-trans-sid --enable-track-vars --enable-calendar --with-config-path=/etc --with-apxs=/usr/sbin/apxs -without-mssql -with-sybase=/opt/sybase-11.9.2 --with-sybase-ct=/opt/sybase-11.9.2

I'm using sybase Adaptive Server Enterprise 11.9.2, and is installed in /opt/sybase-11.9.2

when i compite with make it give me this problem

home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `_clean_invalid_results':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:100: multiple definition of `sybase_functions'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:145: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_connect':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:716: multiple definition of `zif_sybase_connect'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:581: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_pconnect':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:725: multiple definition of `zif_sybase_pconnect'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:589: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_close':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:735: multiple definition of `zif_sybase_close'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:597: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_close' changed from 187 to 250 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_select_db':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:851: multiple definition of `zif_sybase_select_db'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:632: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_select_db' changed from 286 to 327 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_query':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1060: multiple definition of `zif_sybase_query'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:765: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_query' changed from 1430 to 1030 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_free_result':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1271: multiple definition of `zif_sybase_free_result'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:910: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_free_result' changed from 174 to 163 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_get_last_message':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1295: multiple definition of `zif_sybase_get_last_message'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:939: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_num_rows':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1303: multiple definition of `zif_sybase_num_rows'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:947: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_num_rows' changed from 153 to 121 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_num_fields':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1322: multiple definition of `zif_sybase_num_fields'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:973: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_num_fields' changed from 153 to 121 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_fetch_row':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1341: multiple definition of `zif_sybase_fetch_row'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:999: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_row' changed from 243 to 306 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_fetch_array':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1422: multiple definition of `zif_sybase_fetch_array'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1085: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_fetch_object':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1411: multiple definition of `zif_sybase_fetch_object'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1072: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_object' changed from 68 to 69 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_data_seek':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1430: multiple definition of `zif_sybase_data_seek'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1093: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_data_seek' changed from 204 to 185 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_fetch_field':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1499: multiple definition of `zif_sybase_fetch_field'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1172: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_field' changed from 454 to 430 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_field_seek':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1552: multiple definition of `zif_sybase_field_seek'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1231: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_field_seek' changed from 204 to 185 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_result':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1580: multiple definition of `zif_sybase_result'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1265: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_result' changed from 435 to 395 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zif_sybase_affected_rows':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1633: multiple definition of `zif_sybase_affected_rows'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1325: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_affected_rows' changed from 201 to 169 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `_close_sybase_link':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:161: multiple definition of `sybase_module_entry'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:197: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zm_startup_sybase':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:330: multiple definition of `zm_startup_sybase'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:238: first defined here
/usr/bin/ld: Warning: size of symbol `zm_startup_sybase' changed from 477 to 145 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zm_shutdown_sybase':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:356: multiple definition of `zm_shutdown_sybase'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:290: first defined here
/usr/bin/ld: Warning: size of symbol `zm_shutdown_sybase' changed from 29 to 35 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zm_activate_sybase':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:345: multiple definition of `zm_activate_sybase'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:279: first defined here
/usr/bin/ld: Warning: size of symbol `zm_activate_sybase' changed from 87 to 75 in php_sybase_ct.lo
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zm_deactivate_sybase':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:367: multiple definition of `zm_deactivate_sybase'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:296: first defined here
/home/jruiz/php-4.2.1/ext/sybase_ct/.libs/libsybase_ct.al(php_sybase_ct.lo): In function `zm_info_sybase':
/home/jruiz/php-4.2.1/ext/sybase_ct/php_sybase_ct.c:1662: multiple definition of `zm_info_sybase'
/home/jruiz/php-4.2.1/ext/sybase/.libs/libsybase.al(php_sybase_db.lo):/home/jruiz/php-4.2.1/ext/sybase/php_sybase_db.c:1372: first defined here
/usr/bin/ld: Warning: size of symbol `zm_info_sybase' changed from 335 to 176 in php_sybase_ct.lo
collect2: ld returned 1 exit status
make[1]: *** [libphp4.la] Error 1
make[1]: Leaving directory `/home/jruiz/php-4.2.1'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-22 14:50 UTC] sniper@php.net
Why do you configure both old sybase and the newer, sybase-ct in ? Also, was this a clean compile with fresh sources?

 [2002-09-11 11:11 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-03-05 04:35 UTC] sploscaru at yahoo dot com
I tryed with

./configure --with-mysql --with-apxs --with-libmcrypt --with-mhash --enable-bcmath --enable-versioning --with-sybase=/opt/sybase-11.9.2/ --with-sybase-ct=/opt/sybase-11.9.2/

and the error was:

......bla bla bla .......
sapi/cli/php
ext/sybase_ct/php_sybase_ct.lo: In function `_clean_invalid_results':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:109: multiple definition of `sybase_functions'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:145: first defined here
/usr/bin/ld: Warning: size of symbol `sybase_functions' changed from 468 to 564 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_connect':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:762: multiple definition of `zif_sybase_connect'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:584: first defined here
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_pconnect':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:771: multiple definition of `zif_sybase_pconnect'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:592: first defined here
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_close':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:781: multiple definition of `zif_sybase_close'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:600: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_close' changed from 187 to 250 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_select_db':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:897: multiple definition of `zif_sybase_select_db'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:635: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_select_db' changed from 286 to 327 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_query':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1475: multiple definition of `zif_sybase_query'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:772: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_query' changed from 1430 to 27 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_free_result':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1491: multiple definition of `zif_sybase_free_result'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:917: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_free_result' changed from 174 to 202 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_get_last_message':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1522: multiple definition of `zif_sybase_get_last_message'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:946: first defined here
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_num_rows':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1530: multiple definition of `zif_sybase_num_rows'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:954: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_num_rows' changed from 153 to 121 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_num_fields':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1549: multiple definition of `zif_sybase_num_fields'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:980: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_num_fields' changed from 153 to 121 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_fetch_row':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1568: multiple definition of `zif_sybase_fetch_row'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1006: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_row' changed from 243 to 352 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_fetch_array':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1703: multiple definition of `zif_sybase_fetch_array'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1092: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_array' changed from 14 to 27 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_fetch_object':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1660: multiple definition of `zif_sybase_fetch_object'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1079: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_object' changed from 68 to 382 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_data_seek':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1719: multiple definition of `zif_sybase_data_seek'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1100: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_data_seek' changed from 204 to 221 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_fetch_field':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1794: multiple definition of `zif_sybase_fetch_field'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1179: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_fetch_field' changed from 454 to 430 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_field_seek':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1847: multiple definition of `zif_sybase_field_seek'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1238: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_field_seek' changed from 204 to 220 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_result':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1880: multiple definition of `zif_sybase_result'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1272: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_result' changed from 435 to 439 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zif_sybase_affected_rows':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1939: multiple definition of `zif_sybase_affected_rows'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1332: first defined here
/usr/bin/ld: Warning: size of symbol `zif_sybase_affected_rows' changed from 201 to 169 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `_close_sybase_link':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:174: multiple definition of `sybase_module_entry'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:197: first defined here
ext/sybase_ct/php_sybase_ct.lo: In function `zm_startup_sybase':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:371: multiple definition of `zm_startup_sybase'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:238: first defined here
/usr/bin/ld: Warning: size of symbol `zm_startup_sybase' changed from 477 to 145 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zm_shutdown_sybase':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:397: multiple definition of `zm_shutdown_sybase'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:290: first defined here
/usr/bin/ld: Warning: size of symbol `zm_shutdown_sybase' changed from 29 to 35 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zm_activate_sybase':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:386: multiple definition of `zm_activate_sybase'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:279: first defined here
/usr/bin/ld: Warning: size of symbol `zm_activate_sybase' changed from 87 to 75 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zm_deactivate_sybase':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:408: multiple definition of `zm_deactivate_sybase'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:296: first defined here
/usr/bin/ld: Warning: size of symbol `zm_deactivate_sybase' changed from 75 to 104 in ext/sybase_ct/php_sybase_ct.lo
ext/sybase_ct/php_sybase_ct.lo: In function `zm_info_sybase':
/root/crypt/php-4.3.0/ext/sybase_ct/php_sybase_ct.c:1968: multiple definition of `zm_info_sybase'
ext/sybase/php_sybase_db.lo:/root/crypt/php-4.3.0/ext/sybase/php_sybase_db.c:1379: first defined here
/usr/bin/ld: Warning: size of symbol `zm_info_sybase' changed from 338 to 271 in ext/sybase_ct/php_sybase_ct.lo
ext/mysql/libmysql/my_tempnam.lo: In function `my_tempnam':
/root/crypt/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:103: the use of `tempnam' is dangerous, better use `mkstemp'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
[root@localhost php-4.3.0]#

If somebody can help me ...
Thanks

sosso
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC