免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1905 | 回复: 0
打印 上一主题 下一主题

reahat linux php编译oci8出错 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-12-31 14:47 |只看该作者 |倒序浏览
oci8-1.1.1.tgz (59.5kB)

将文件替换了 php/ext 目录下的oci 相关文件,编译出错

有人知道怎么解决吗


  1. Linux ns.test.com 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux


  2. [root@ns php-4.3.11]# gcc -v
  3. Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
  4. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
  5. Thread model: posix
  6. gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

  7. ./configure --enable-track-vars --with-apxs2=/data/app/httpd2/bin/apxs --prefix=/data/app/php --exec-prefix=/data/app/php --with-config-file-path=/data/app/php --with-imap=../imap-* --with-mysql=/data/app/mysql --with-mcrypt --with-gettext --enable-bcmath --enable-mbstring=cn --with-oci8-instant-client=/data/app/oci10



  8. //data/app/oci10/libclntsh.so: warning: remap_file_pages is not implemented and will always fail
  9. ext/oci8/oci8.lo(.text+0x934): In function `php_oci_descriptor_flush_hash_dtor':
  10. /data/temp/php-4.3.11/ext/oci8/oci8.c:749: undefined reference to `php_oci_lob_flush'
  11. ext/oci8/oci8.lo(.text+0x2176): In function `php_oci_column_to_zval':
  12. /data/temp/php-4.3.11/ext/oci8/oci8.c:1479: undefined reference to `php_oci_lob_read'
  13. ext/oci8/oci8.lo(.text+0x2274): In function `php_oci_fetch_row':
  14. /data/temp/php-4.3.11/ext/oci8/oci8.c:1560: undefined reference to `php_oci_statement_fetch'
  15. ext/oci8/oci8.lo(.text+0x2377):/data/temp/php-4.3.11/ext/oci8/oci8.c:1568: undefined reference to `php_oci_statement_get_column'
  16. ext/oci8/oci8.lo(.text+0x829): In function `php_oci_statement_list_dtor':
  17. /data/temp/php-4.3.11/ext/oci8/oci8.c:668: undefined reference to `php_oci_statement_free'
  18. ext/oci8/oci8.lo(.text+0x83d): In function `php_oci_descriptor_list_dtor':
  19. /data/temp/php-4.3.11/ext/oci8/oci8.c:676: undefined reference to `php_oci_lob_free'
  20. ext/oci8/oci8.lo(.text+0x851): In function `php_oci_collection_list_dtor':
  21. /data/temp/php-4.3.11/ext/oci8/oci8.c:684: undefined reference to `php_oci_collection_close'
  22. ext/oci8/oci8.lo(.data+0x4): In function `php_oci_init_global_handles':
  23. /data/temp/php-4.3.11/ext/oci8/oci8.c:382: undefined reference to `zif_oci_define_by_name'
  24. ext/oci8/oci8.lo(.data+0x10):/data/temp/php-4.3.11/ext/oci8/oci8.c:387: undefined reference to `zif_oci_bind_by_name'
  25. ext/oci8/oci8.lo(.data+0x1c):/data/temp/php-4.3.11/ext/oci8/oci8.c:384: undefined reference to `zif_oci_field_is_null'
  26. ext/oci8/oci8.lo(.data+0x28):/data/temp/php-4.3.11/ext/oci8/oci8.c:389: undefined reference to `zif_oci_field_name'
  27. ext/oci8/oci8.lo(.data+0x34):/data/temp/php-4.3.11/ext/oci8/oci8.c:393: undefined reference to `zif_oci_field_size'
  28. ext/oci8/oci8.lo(.data+0x40):/data/temp/php-4.3.11/ext/oci8/oci8.c:393: undefined reference to `zif_oci_field_scale'
  29. ext/oci8/oci8.lo(.data+0x4c):/data/temp/php-4.3.11/ext/oci8/oci8.c:395: undefined reference to `zif_oci_field_precision'
  30. ext/oci8/oci8.lo(.data+0x58):/data/temp/php-4.3.11/ext/oci8/oci8.c:424: undefined reference to `zif_oci_field_type'
  31. ext/oci8/oci8.lo(.data+0x64):/data/temp/php-4.3.11/ext/oci8/oci8.c:403: undefined reference to `zif_oci_field_type_raw'
  32. ext/oci8/oci8.lo(.data+0x70):/data/temp/php-4.3.11/ext/oci8/oci8.c:403: undefined reference to `zif_oci_execute'
  33. ext/oci8/oci8.lo(.data+0x7c):/data/temp/php-4.3.11/ext/oci8/oci8.c:403: undefined reference to `zif_oci_cancel'
  34. ext/oci8/oci8.lo(.data+0x88):/data/temp/php-4.3.11/ext/oci8/oci8.c:405: undefined reference to `zif_oci_fetch'
  35. ext/oci8/oci8.lo(.data+0x94):/data/temp/php-4.3.11/ext/oci8/oci8.c:406: undefined reference to `zif_oci_fetch_object'
  36. ext/oci8/oci8.lo(.data+0xa0):/data/temp/php-4.3.11/ext/oci8/oci8.c:406: undefined reference to `zif_oci_fetch_row'
  37. ext/oci8/oci8.lo(.data+0xac):/data/temp/php-4.3.11/ext/oci8/oci8.c:408: undefined reference to `zif_oci_fetch_assoc'
  38. ext/oci8/oci8.lo(.data+0xb8):/data/temp/php-4.3.11/ext/oci8/oci8.c:413: undefined reference to `zif_oci_fetch_array'
  39. ext/oci8/oci8.lo(.data+0xc4):/data/temp/php-4.3.11/ext/oci8/oci8.c:415: undefined reference to `zif_ocifetchinto'
  40. ext/oci8/oci8.lo(.data+0xd0):/data/temp/php-4.3.11/ext/oci8/oci8.c:417: undefined reference to `zif_oci_fetch_all'
  41. ext/oci8/oci8.lo(.data+0xdc):/data/temp/php-4.3.11/ext/oci8/oci8.c:418: undefined reference to `zif_oci_free_statement'
  42. ext/oci8/oci8.lo(.data+0xe8):/data/temp/php-4.3.11/ext/oci8/oci8.c:418: undefined reference to `zif_oci_internal_debug'
  43. ext/oci8/oci8.lo(.data+0x4d8):/data/temp/php-4.3.11/ext/oci8/oci8.c:524: undefined reference to `zif_oci_password_change'
  44. ext/oci8/oci8.lo(.data+0x4e4):/data/temp/php-4.3.11/ext/oci8/oci8.c:527: undefined reference to `zif_oci_free_collection'
  45. ext/oci8/oci8.lo(.data+0x4f0):/data/temp/php-4.3.11/ext/oci8/oci8.c:527: undefined reference to `zif_oci_new_collection'
  46. ext/oci8/oci8.lo(.data+0x4fc):/data/temp/php-4.3.11/ext/oci8/oci8.c:528: undefined reference to `zif_oci_collection_append'
  47. ext/oci8/oci8.lo(.data+0x508):/data/temp/php-4.3.11/ext/oci8/oci8.c:529: undefined reference to `zif_oci_collection_element_get'
  48. ext/oci8/oci8.lo(.data+0x514):/data/temp/php-4.3.11/ext/oci8/oci8.c:529: undefined reference to `zif_oci_collection_element_assign'
  49. ext/oci8/oci8.lo(.data+0x520):/data/temp/php-4.3.11/ext/oci8/oci8.c:530: undefined reference to `zif_oci_collection_size'
  50. ext/oci8/oci8.lo(.data+0x52c):/data/temp/php-4.3.11/ext/oci8/oci8.c:530: undefined reference to `zif_oci_collection_max'
  51. ext/oci8/oci8.lo(.data+0x538):/data/temp/php-4.3.11/ext/oci8/oci8.c:531: undefined reference to `zif_oci_collection_trim'
  52. ext/oci8/oci8.lo(.data+0x564):/data/temp/php-4.3.11/ext/oci8/oci8.c:533: undefined reference to `zif_oci_lob_load'
  53. ext/oci8/oci8.lo(.data+0x570):/data/temp/php-4.3.11/ext/oci8/oci8.c:534: undefined reference to `zif_oci_lob_tell'
  54. ext/oci8/oci8.lo(.data+0x57c):/data/temp/php-4.3.11/ext/oci8/oci8.c:534: undefined reference to `zif_oci_lob_truncate'
  55. ext/oci8/oci8.lo(.data+0x588):/data/temp/php-4.3.11/ext/oci8/oci8.c:535: undefined reference to `zif_oci_lob_erase'
  56. ext/oci8/oci8.lo(.data+0x594):/data/temp/php-4.3.11/ext/oci8/oci8.c:538: undefined reference to `zif_oci_lob_flush'
  57. ext/oci8/oci8.lo(.data+0x5a0):/data/temp/php-4.3.11/ext/oci8/oci8.c:538: undefined reference to `zif_ocisetbufferinglob'
  58. ext/oci8/oci8.lo(.data+0x5ac):/data/temp/php-4.3.11/ext/oci8/oci8.c:539: undefined reference to `zif_ocigetbufferinglob'
  59. ext/oci8/oci8.lo(.data+0x5b8):/data/temp/php-4.3.11/ext/oci8/oci8.c:539: undefined reference to `zif_oci_lob_rewind'
  60. ext/oci8/oci8.lo(.data+0x5c4):/data/temp/php-4.3.11/ext/oci8/oci8.c:542: undefined reference to `zif_oci_lob_read'
  61. ext/oci8/oci8.lo(.data+0x5d0):/data/temp/php-4.3.11/ext/oci8/oci8.c:543: undefined reference to `zif_oci_lob_eof'
  62. ext/oci8/oci8.lo(.data+0x5dc):/data/temp/php-4.3.11/ext/oci8/oci8.c:543: undefined reference to `zif_oci_lob_seek'
  63. ext/oci8/oci8.lo(.data+0x5e8):/data/temp/php-4.3.11/ext/oci8/oci8.c:544: undefined reference to `zif_oci_lob_write'
  64. ext/oci8/oci8.lo(.data+0x5f4):/data/temp/php-4.3.11/ext/oci8/oci8.c:544: undefined reference to `zif_oci_lob_append'
  65. ext/oci8/oci8.lo(.data+0x600):/data/temp/php-4.3.11/ext/oci8/oci8.c:545: undefined reference to `zif_oci_lob_size'
  66. ext/oci8/oci8.lo(.data+0x60c):/data/temp/php-4.3.11/ext/oci8/oci8.c:546: undefined reference to `zif_oci_lob_export'
  67. ext/oci8/oci8.lo(.data+0x618):/data/temp/php-4.3.11/ext/oci8/oci8.c:546: undefined reference to `zif_oci_lob_export'
  68. ext/oci8/oci8.lo(.data+0x624):/data/temp/php-4.3.11/ext/oci8/oci8.c:549: undefined reference to `zif_oci_lob_import'
  69. ext/oci8/oci8.lo(.data+0x630):/data/temp/php-4.3.11/ext/oci8/oci8.c:549: undefined reference to `zif_oci_lob_write_temporary'
  70. ext/oci8/oci8.lo(.data+0x63c):/data/temp/php-4.3.11/ext/oci8/oci8.c:550: undefined reference to `zif_oci_lob_close'
  71. ext/oci8/oci8.lo(.data+0x648):/data/temp/php-4.3.11/ext/oci8/oci8.c:551: undefined reference to `zif_oci_lob_save'
  72. ext/oci8/oci8.lo(.data+0x654):/data/temp/php-4.3.11/ext/oci8/oci8.c:551: undefined reference to `zif_oci_lob_import'
  73. ext/oci8/oci8.lo(.data+0x660):/data/temp/php-4.3.11/ext/oci8/oci8.c:553: undefined reference to `zif_oci_free_descriptor'
  74. ext/oci8/oci8.lo(.data+0x684):/data/temp/php-4.3.11/ext/oci8/oci8.c:555: undefined reference to `zif_oci_collection_append'
  75. ext/oci8/oci8.lo(.data+0x690):/data/temp/php-4.3.11/ext/oci8/oci8.c:555: undefined reference to `zif_oci_collection_element_get'
  76. ext/oci8/oci8.lo(.data+0x69c):/data/temp/php-4.3.11/ext/oci8/oci8.c:559: undefined reference to `zif_oci_collection_element_assign'
  77. ext/oci8/oci8.lo(.data+0x6a8):/data/temp/php-4.3.11/ext/oci8/oci8.c:559: undefined reference to `zif_oci_collection_assign'
  78. ext/oci8/oci8.lo(.data+0x6b4):/data/temp/php-4.3.11/ext/oci8/oci8.c:560: undefined reference to `zif_oci_collection_size'
  79. ext/oci8/oci8.lo(.data+0x6c0):/data/temp/php-4.3.11/ext/oci8/oci8.c:564: undefined reference to `zif_oci_collection_max'
  80. ext/oci8/oci8.lo(.data+0x6cc): In function `zm_activate_oci':
  81. /data/temp/php-4.3.11/ext/oci8/oci8.c:571: undefined reference to `zif_oci_collection_trim'
  82. ext/oci8/oci8.lo(.data+0x6d8):/data/temp/php-4.3.11/ext/oci8/oci8.c:572: undefined reference to `zif_oci_free_collection'
  83. collect2: ld returned 1 exit status
  84. make: *** [sapi/cli/php] Error 1

复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP