Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
aishangsalsa
/
bmybbs
Public
forked from
bmybbs/bmybbs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
bmybbs
/
FAQ
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
31 lines (22 loc) · 982 Bytes
master
Breadcrumbs
bmybbs
/
FAQ
Copy path
Top
File metadata and controls
Code
Blame
31 lines (22 loc) · 982 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.一连接上之后就断线退出
1.1 如果系统上可以找到mysql的支持环境,缺省情形下系统会编译进文章评价功能的代码.
请使用命令ldd bbs查看是否能找到mysqlclient这个动态库.如果不能找到,请编辑/etc/ld.so.conf
加上mysql的库目录,然后运行ldconfig
1.2 如果系统以前安装运行过bbs,确认以前的shm已经清理干净了,如果使用bash,可以用以
下命令清除所有属主为bbs的shm
for i in `ipcs|grep bbs|awk '{print $2}'`;do ipcrm shm $i;done
2.到注册用户,输入密码后就断线退出
确认系统安装了支持des的crypt库.有些系统,比如slackware,如果在安装时候没有选择des加密
库,就会发生这个情况.
3.编译时候报告不能 -lmysql
确认系统安装了MySQL的开发包,如果是使用rpm安装,确保安装了以下rpm:
MySQL-client-3.xx..
MySQL-3.xx..
MySQL-shared-3.xx..
MySQL-devel-3.xx..
4.www一连接报告uid gid error.
可以直接修改apache的配置文件,让apache以bbs用户的身份运行
或者chown bbs.nobody www;chmod 4755 www
5.编译时报告找不到cproto
确认系统安装了cproto,如果是使用rpm安装,确保安装了以下rpm:
cproto-4.xx..
You can’t perform that action at this time.