LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 616|回复: 10

在Mandriva下安装Apache

[复制链接]
发表于 2006-3-31 20:21:57 | 显示全部楼层 |阅读模式
在安装Apache的时候出现了问题,如下:
  Your Perl is configured to link against libgdbm,
  but libgdbm.so was not found.
  You could just symlink it to /usr/lib/libgdbm.so.3.0.0

请问怎么解决? 谢谢
发表于 2006-3-31 20:43:40 | 显示全部楼层
英文的意思是:
“您的 Perl 被设置成连接到 libgdbm,
但是 libgdbm.so 没有找到。
您可以做一个软连接到 /usr/lib/libgdbm.so.3.0.0”
这段英文好像意思很容易理解的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-31 21:09:14 | 显示全部楼层
ln -s /usr/lib/libgdbm.so.3.0.0  libgdbm.so

我是这么做的,但还是显示同样的问题.
回复 支持 反对

使用道具 举报

发表于 2006-3-31 21:22:27 | 显示全部楼层
是不是没有升到3。0啊
回复 支持 反对

使用道具 举报

发表于 2006-3-31 21:22:55 | 显示全部楼层
你的 Apache 是怎么安装的?是从源码安装还是 urpmi 安装的?
回复 支持 反对

使用道具 举报

发表于 2006-3-31 22:24:41 | 显示全部楼层
应该这样连
ln -s libgdbm.so.3.0.0 /usr/lib/libgdbm.so
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-1 05:12:47 | 显示全部楼层
是从源码装的.
在安装gdbm-devel-1.8.3-2.i686.rpm 之后, 解决了上面的问题,但新的问题又出现了,执行make 后, 又显示了一大堆的错误:
In file included from mod_include.c:43:
../../modules/perl/mod_perl.h:79:20: error: EXTERN.h: Aucun fichier ou répertoire de ce type
In file included from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:718:21: error: embed.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2056:19: error: handy.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2220:24: error: unixish.h: Aucun fichier ou répertoire de ce type
In file included from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2541: error: syntax error before 'I32'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2541: warning: no semicolon at end of struct or union
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2544: error: syntax error before 'any_bool'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2544: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2547: error: syntax error before '}' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2556: error: syntax error before '*' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2556: error: 'I32' declared as function returning a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2579:24: error: iperlsys.h: Aucun fichier ou répertoire de ce type
In file included from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regexp.h: In function 'compile':
/usr/include/regexp.h:115: error: 'INIT' undeclared (first use in this function)
/usr/include/regexp.h:115: error: (Each undeclared identifier is reported only once
/usr/include/regexp.h:115: error: for each function it appears in.)
/usr/include/regexp.h:115: error: syntax error before 'regex_t'
/usr/include/regexp.h:129: error: '__expr_ptr' undeclared (first use in this function)
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2593:16: error: sv.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2594:18: error: util.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2595:18: error: form.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2596:16: error: gv.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2597:17: error: pad.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2598:16: error: cv.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2599:21: error: opnames.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2600:16: error: op.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2601:17: error: cop.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2602:16: error: av.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2603:16: error: hv.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2604:16: error: mg.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2605:19: error: scope.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2606:22: error: warnings.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2607:18: error: utf8.h: Aucun fichier ou répertoire de ce type
In file included from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h: At top level:
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2617: error: syntax error before 'regnode'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2617: warning: no semicolon at end of struct or union
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2618: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2621: error: syntax error before '}' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2625: error: field 'super_state' declared as a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2626: error: field 'sub_inwhat' declared as a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3043: error: 'uf_val' declared as function returning a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3044: error: 'uf_set' declared as function returning a function
In file included from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3295: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3296: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3296: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3297: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3298: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3298: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3299: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3300: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3300: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3301: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3302: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3302: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3303: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3304: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3304: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3305: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3306: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3306: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3307: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3308: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3308: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3309: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3310: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3310: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3311: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3312: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3312: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3313: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3314: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3314: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3315: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3316: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3316: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3317: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3318: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3318: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3319: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3320: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3320: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3321: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3322: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3322: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3323: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3324: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3324: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3325: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3326: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3326: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3327: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3328: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3328: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3330: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3331: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3331: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3334: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3335: error: syntax error before 'INIT'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3335: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3342: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3343: error: syntax error before 'int'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3421: error: syntax error before 'unsigned'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3460: error: syntax error before 'unsigned'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3536: error: syntax error before 'unsigned'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3571:19: error: perly.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3668: error: array type has incomplete element type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3676: error: syntax error before '*' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3676: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3677: error: syntax error before '*' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3679: error: 'regexec_t' declared as function returning a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3680: error: syntax error before '*' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3684: error: syntax error before '*' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3690: error: 'SVCOMPARE_t' declared as function returning a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3784: error: field 'code' declared as a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3785: error: field 'length' declared as a function
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3788: error: syntax error before 'U32'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3788: warning: no semicolon at end of struct or union
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3790: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3792:20: error: thread.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3793:16: error: pp.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3813:19: error: proto.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3816:20: error: opcode.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3821:24: error: embedvar.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3836:24: error: intrpvar.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3838:25: error: thrdvar.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3851:24: error: perlvars.h: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3856:22: error: reentr.inc: Aucun fichier ou répertoire de ce type
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3967: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3968: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3969: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3970: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3971: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3972: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3973: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3974: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3975: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3976: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3977: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3978: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3979: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3980: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3981: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3982: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3983: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3984: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3985: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3986: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3987: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3988: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3994: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3995: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3996: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:3997: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4000: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4003: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4004: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4006: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4007: error: syntax error before 'MGVTBL'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4094: error: syntax error before 'char'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4100: error: syntax error before 'U32'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4100: warning: no semicolon at end of struct or union
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4102: error: syntax error before 'flags'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4102: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4105: error: syntax error before '}' token
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4107: error: syntax error before 'U32'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4107: warning: no semicolon at end of struct or union
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4109: error: syntax error before 'flags'
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4109: warning: data definition has no type or storage class
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4738:24: error: patchlevel.h: Aucun fichier ou répertoire de ce type
In file included from mod_include.c:43:
../../modules/perl/mod_perl.h:84:18: error: XSUB.h: Aucun fichier ou répertoire de ce type
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:25: error: conflicting types for 'regoff_t'
/usr/include/regex.h:423: error: previous declaration of 'regoff_t' was here
../../include/hsregex.h:31: error: conflicting types for 'regex_t'
/usr/include/regex.h:420: error: previous declaration of 'regex_t' was here
../../include/hsregex.h:35: error: conflicting types for 'regmatch_t'
/usr/include/regex.h:451: error: previous declaration of 'regmatch_t' was here
../../include/hsregex.h:39: error: conflicting types for 'regcomp'
/usr/include/regex.h:566: error: previous declaration of 'regcomp' was here
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:41:1: warning: "REG_EXTENDED" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:277:1: warning: this is the location of the previous definition
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:42:1: warning: "REG_ICASE" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:281:1: warning: this is the location of the previous definition
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:43:1: warning: "REG_NOSUB" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:290:1: warning: this is the location of the previous definition
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:44:1: warning: "REG_NEWLINE" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:286:1: warning: this is the location of the previous definition
../../include/hsregex.h:69: error: conflicting types for 'regerror'
/usr/include/regex.h:575: error: previous declaration of 'regerror' was here
../../include/hsregex.h:73: error: conflicting types for 'regexec'
/usr/include/regex.h:570: error: previous declaration of 'regexec' was here
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:74:1: warning: "REG_NOTBOL" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:300:1: warning: this is the location of the previous definition
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:75:1: warning: "REG_NOTEOL" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:303:1: warning: this is the location of the previous definition
In file included from ../../include/ap_config.h:1129,
                 from ../../include/httpd.h:29,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/hsregex.h:76:1: warning: "REG_STARTEND" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:2592,
                 from ../../modules/perl/mod_perl.h:80,
                 from mod_include.c:43:
/usr/include/regex.h:307:1: warning: this is the location of the previous definition
../../include/hsregex.h:83: error: conflicting types for 'regfree'
/usr/include/regex.h:578: error: previous declaration of 'regfree' was here
In file included from ../../include/httpd.h:33,
                 from ../../modules/perl/apache_inc.h:120,
                 from ../../modules/perl/mod_perl.h:162,
                 from mod_include.c:43:
../../include/ap_alloc.h:181: error: 'table' redeclared as different kind of symbol
/usr/lib/perl5/5.8.7/i386-linux/CORE/perl.h:4103: error: previous declaration of 'table' was here
In file included from mod_include.c:43:
../../modules/perl/mod_perl.h:354: error: syntax error before 'mod_perl_debug_flags'
../../modules/perl/mod_perl.h:354: warning: data definition has no type or storage class
In file included from mod_include.c:43:
../../modules/perl/mod_perl.h:1052: error: syntax error before 'U32'
../../modules/perl/mod_perl.h:1052: warning: no semicolon at end of struct or union
../../modules/perl/mod_perl.h:1056: error: syntax error before '}' token
../../modules/perl/mod_perl.h:1056: warning: data definition has no type or storage class
../../modules/perl/mod_perl.h:1059: error: syntax error before 'Sighandler_t'
../../modules/perl/mod_perl.h:1059: warning: no semicolon at end of struct or union
../../modules/perl/mod_perl.h:1061: error: syntax error before '}' token
../../modules/perl/mod_perl.h:1061: warning: data definition has no type or storage class
../../modules/perl/mod_perl.h:1171: error: 'perl_module_is_loaded' declared as function returning a function
../../modules/perl/mod_perl.h:1174: error: syntax error before 'U8'
../../modules/perl/mod_perl.h:1227: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1228: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1230: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1236: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1238: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1239: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1245: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1246: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1247: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1248: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1249: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1250: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1251: error: syntax error before 'perl_dir_config'
../../modules/perl/mod_perl.h:1269: error: syntax error before 'perl_dir_config'
mod_include.c: In function 'handle_perl':
mod_include.c:964: error: 'Nullsv' undeclared (first use in this function)
mod_include.c:965: warning: initialization makes pointer from integer without a cast
mod_include.c:978: warning: assignment makes pointer from integer without a cast
make[4]: *** [mod_include.so] Erreur 1
make[3]: *** [all] Erreur 1
make[2]: *** [subdirs] Erreur 1
make[2]: Leaving directory `/opt/apache_1.3.34/src'
make[1]: *** [build-std] Erreur 2
make[1]: Leaving directory `/opt/apache_1.3.34'
make: *** [build] Erreur 2
回复 支持 反对

使用道具 举报

发表于 2006-4-1 23:07:22 | 显示全部楼层
说起来,两年前我曾经成功地安装过APACHE,主页面都出来了。不过那时侯好象没有装PHP。后来懒得搞就没有再下去了。当时是看着一本书做的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-2 01:18:30 | 显示全部楼层
我也不装PHP,主要目的是为了装freeside。Apache我也曾成功安装过, 不过是在公司的机子上,可是家里面的机子死活也装不上。
回复 支持 反对

使用道具 举报

发表于 2006-4-3 19:42:06 | 显示全部楼层
不是吧.你两年前装过?
怎么不搞了。架个WEB多好.     天天维护!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表