debian sid,gcc 3.3.4,smth1.2.1
configure的参数如下
./configure --enable-site=tingtao --with-www=/var/www --with-php=/usr/include/php4 --with-mysql --with-ssl --enable-ssh --enable-openssl;
出错信息如下:
Making all in src
[Compiling bbsall.c]
[Linking bbsall]
[Compiling /usr/lib/libesmtp.so]
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x2936): In function `send_msg':
: undefined reference to `MsgDesUid'
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x2955): In function `send_msg':
: undefined reference to `sendmsgfunc'
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x4c02): In function `encode_html':
: undefined reference to `string_copy'
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x4c37): In function `encode_html':
: undefined reference to `string_copy'
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x4c69): In function `encode_html':
: undefined reference to `string_copy'
/root/bbssrc/smthbbs-1.2.1/bbs2www/lib/.libs/libbbslib.a(bbslib.o)(.text+0x4c9b): In function `encode_html':
: undefined reference to `string_copy'
collect2: ld returned 1 exit status
似乎是php的库出错了??
--
修改:viogus FROM 219.224.148.*
FROM 219.224.148.*