- 主题:图片上载无法显示的问题
web成功架起来了,谢谢各位。
但现在有一个问题就是在邮件中上传图片可以显示,但是在帖子中上传后的图片却显示不出来,不知道是什么原因。
--
FROM 202.118.21.159
【 在 lepton 的大作中提到: 】
: 运行atthttpd
: 这个源代码里面有
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : web成功架起来了,谢谢各位。
: : 但现在有一个问题就是在邮件中上传图片可以显示,但是在帖子中上传后的图片却显示不出来,不知道是什么原因。
: (以下引言省略..
[root@localhost atthttpd]# make
gcc -c conn.c -DLINUX -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=i686 -march=i686 -pipe -DCONF_HAVE_OPENPTY -I../include -I../ythtlib -I../libythtbbs -g
conn.c:12:28: ght_hash_table.h: No such file or directory
conn.c: In function `getbcache':
conn.c:190: syntax error before `*'
conn.c:202: `p_table' undeclared (first use in this function)
conn.c:202: (Each undeclared identifier is reported only once
conn.c:202: for each function it appears in.)
conn.c:203: warning: implicit declaration of function `ght_finalize'
conn.c:208: warning: implicit declaration of function `ght_create'
conn.c:218: warning: implicit declaration of function `ght_insert'
conn.c:226: warning: implicit declaration of function `ght_get'
conn.c:226: warning: return makes pointer from integer without a cast
make: *** [conn.o] Error 1
--
FROM 202.118.1.100
装了libghthash
然后在atthttpd中make也编译通过了
apache也重起了
但是还是显示不了上传的图片.
【 在 yuhuan 的大作中提到: 】
: 装libghthash
: 在software目录里
: make installghthash
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : [root@localhost atthttpd]# make
: : gcc -c conn.c -DLINUX -D_GNU_SOURCE -Wall -O2 -mmmx -msse -mcpu=i686 -march=i686 -pipe -DCONF_HAVE
: (以下引言省略...)
--
FROM 202.118.21.159
service atthttpd start 吗?
【 在 yuhuan 的大作中提到: 】
: 要把atthttpd也起来啊
: 【 在 meilinianhua (千叶蝶) 的大作中提到: 】
: : 装了libghthash
: : 然后在atthttpd中make也编译通过了
: : apache也重起了
: : 但是还是显示不了上传的图片.
: : ...................
: (以下引言省略...)
--
FROM 202.118.21.159
攻关成功!
谢谢!
【 在 meilinianhua 的大作中提到: 】
: service atthttpd start 吗?
: 【 在 yuhuan 的大作中提到: 】
: : 要把atthttpd也起来啊
: : (以下引言省略...)
--
FROM 202.118.21.159