免费注册 查看新帖 |

Chinaunix

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

我在在安装php的时候出现下面的错误,怎么解决? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-05-03 01:38 |只看该作者 |倒序浏览
先./configure -with-httpd=/etc/httpd -with-mysql没问题。
然后再make的时候出现下面的错误:

ext/mysql/libmysql/my_lib.o(.text+0x37a): In function `my_dir':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno'
ext/mysql/libmysql/my_lib.o(.text+0x546): In function `my_stat':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_lib.c:588: undefined reference to `errno'
ext/mysql/libmysql/my_malloc.o(.text+0xbd): In function `my_malloc':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_malloc.c:24: undefined reference to `errno'
ext/mysql/libmysql/my_realloc.o(.text+0xb4): In function `my_realloc':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_realloc.c:44: undefined reference to `errno'
ext/mysql/libmysql/my_delete.o(.text+0x6d): In function `my_delete':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_delete.c:16: undefined reference to `errno'
ext/mysql/libmysql/my_tempnam.o(.text+0x79):/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_tempnam.c:108: more undefined references to `errno' follow
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1

论坛徽章:
0
2 [报告]
发表于 2003-05-14 09:17 |只看该作者

我在在安装php的时候出现下面的错误,怎么解决?

俺的也是这样,到底怎么办?

论坛徽章:
0
3 [报告]
发表于 2003-05-14 12:25 |只看该作者

我在在安装php的时候出现下面的错误,怎么解决?

李鹏程 is your name, right?
Your OS is Solaris, right?

ext/mysql/libmysql/my_lib.o(.text+0x37a): In function `my_dir':
/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_lib.c:169: undefined reference to `errno'
意思是,编译/home/lipengcheng/php-4.3.0/ext/mysql/libmysql/my_lib.c程序时候需要ext/mysql/libmysql/my_lib.o库函数,my_lib.c中调用my_lib.o中的my_dir函数的时候出错,原因是undefined reference to `errno',未定义errno的参考。

应该重新编译MySQL,选择正确的版本。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP