LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 北南南北

用源码包安装php-4.34+mysql-4.0.16+apache-2.0.48+vbb-2.32实践总结

[复制链接]
发表于 2003-12-13 19:46:49 | 显示全部楼层
兄弟你怎么设的mysql和cnvbb呀,我怎么就装不上啊,就如上面所说的,你把你的config.php文件给我看看,好吗?,还有mysql的权限
发表于 2003-12-14 09:03:39 | 显示全部楼层
最初由 zhangxc0707 发表
兄弟你怎么设的mysql和cnvbb呀,我怎么就装不上啊,就如上面所说的,你把你的config.php文件给我看看,好吗?,还有mysql的权限


要先设置数据库管理员用

#mysqladmin -u root password 在这里添上你的数据库管理员的密码

然后用
#mysql -uroot -p

输入密码,进入数据库,然后创建一个数据库,比如说是 sirmysql


mysql> create database sirmysql;

然后退出

在vbb的config.php中,要把数据库的用户名


// 登录到数据库的用户名和密码
$dbusername="root";
$dbpassword="在这里添上,你刚才设置的数据管理员的密码";

// 数据库名称
$dbname="sirmysql";这不是刚才我们创建的数据库名吗??就应该添在这里,这在第一帖中都已经说过了。感觉没有什么特别之处吧。






我安装好了vbb,为什么不能上传附件?vbb里相关设置已经设了啊,linux下相关目录的权限已设成755了。谁能告诉我哪里有问题吗?


上传附件,要看他后台的设置,关于附件的,他有说明,比如要bbs的目录里要建一个tmp目录,权限为777 。这在后台中有。不妨看看
发表于 2003-12-14 11:22:43 | 显示全部楼层
南北北南大大,真的非常感谢您,鞠躬!!!!敬礼!!!!对您的无私帮助非常的感谢!
发表于 2003-12-18 10:35:19 | 显示全部楼层
出现这样的错误是什么原因?? 请指点..

[root@localhost mysql-4.0.16]# ./configure --prefix=/opt/mysql --with-mysqld-user=meteor --with-charset=gb2312 --with-extra-charsets=all --with-unix-socket-path=/opt/mysql/var/mysql.sock
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking target system type... i686-pc-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock
[root@localhost mysql-4.0.16]#
发表于 2003-12-18 11:04:22 | 显示全部楼层
噢,我知道了,我的系统的时间竟然是2002年.

应该是这里的问题.
发表于 2003-12-18 11:18:41 | 显示全部楼层
我有一个问题就是:用源码安装mysql等的话要安装很多其他的支持文件,这样会不会使LINUX的内核变得非常的庞大呢?
如果我只是要配置一个高性能和安全的网络服务器,怎样才是最好的解决办法?
发表于 2003-12-18 11:59:00 | 显示全部楼层
quote:
--------------------------------------------------------------------------------
最初由 yitong 发表
执行./configure --prefix=/root/soft/mysql --with-mysqld-user=cyhhr --with-charset=gb2312 --with-extra-chtra-charsets=all --with-unix-socket-path=/root/soft/mysql/var/mysql.sock后出现
checking build system type... i686-pc-linuxoldld
checking host system type... i686-pc-linuxoldld
checking target system type... i686-pc-linuxoldld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gawk... (cached) gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
请高手指点!
--------------------------------------------------------------------------------



没有安装开发工具,应该把开发工具安装上,以及开发库等。

在安装盘中找出带有gcc文件名的,都安装上。

#rpm -ivh gcc*


__________________
能不能说具体点啊?我刚刚学,很多都不懂,谢谢!
发表于 2003-12-18 12:40:31 | 显示全部楼层

re

我的系统是freebsd,安装完apache后测试,却出现you are not pression to access 80。就是root也是同样的问题。好象系统拒绝了我的80断口,怎么解决呢?
发表于 2003-12-18 16:55:52 | 显示全部楼层
回Fanf:

如果你有装x界面的话在添加/删除应用程序里把开发工具包装上就可以了。
发表于 2003-12-18 19:27:27 | 显示全部楼层
httpd包为rpm安装,mysqld和php为编译安装,在httpd.conf中加入这句话后AddType application/x-httpd-php .php
一浏览自己设定的php网页目录,老是出来一个下载对话框,提示下载上面在httpd.conf添加的文件,请问这是怎么回事呢,难道httpd包也必须为编译安装吗?还是我那个地方设定错了?

请高手指教?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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