Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

心血之作啊!MySql+Apache+PHP+Discuz!_sp1_gb

[复制链接]
情已伤 发表于 2005-8-2 18:17:58 | 显示全部楼层
原帖由 a5706349 于 2005-7-30 12:59 发表
还有哪有空间申请,稳定,或较稳定的免费空间

免费资源找我准没错
看签名~
回复

使用道具 举报

spe 发表于 2005-8-2 19:02:17 | 显示全部楼层
写的不错,支持
回复

使用道具 举报

 楼主| zgx9999 发表于 2005-9-17 13:59:14 | 显示全部楼层
SKU , EVERYBODY!
回复

使用道具 举报

ehua7379 发表于 2005-10-12 23:40:03 | 显示全部楼层
我按照你的来,在安装MYSQL时用MAKE这个命令就出现了

make: *** No targets specified and no makefile found.  Stop.

怎么办啊?
回复

使用道具 举报

gaoyunfon 发表于 2005-10-13 03:44:08 | 显示全部楼层
支持一下
回复

使用道具 举报

ehua7379 发表于 2005-10-13 17:45:08 | 显示全部楼层
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# ./configure --prefix=/usr/local/mysql
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
Fill help tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h csa password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# Starting mysqld daemon with
databases from /root/mysql-standard-4.1.12-pc-linux-gnu-i686/data
STOPPING server from pid file /root/mysql-standard-4.1.12-pc-linux-gnu-i686/data/csa.pid
051013 17:33:55  mysqld ended

make
make: *** No targets specified and no makefile found.  Stop.
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# make
make: *** No targets specified and no makefile found.  Stop.
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]#
回复

使用道具 举报

ehua7379 发表于 2005-10-13 19:39:28 | 显示全部楼层
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# ./configure --prefix=/usr/local/mysql --with-charset=gbk
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!

To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you.  If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.

Installing all prepared tables
Fill help tables

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h csa password 'new-password'
See the manual for more instructions.

You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &

You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the ./bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
Starting the mysqld server.  You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# chown: ‘mysql’: 无效的用户
Starting mysqld daemon with databases from /root/mysql-standard-4.1.12-pc-linux-gnu-i686/data
STOPPING server from pid file /root/mysql-standard-4.1.12-pc-linux-gnu-i686/data/csa.pid
051013 19:37:07  mysqld ended

make
make: *** No targets specified and no makefile found.  Stop.
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]# make
make: *** No targets specified and no makefile found.  Stop.
[root@csa mysql-standard-4.1.12-pc-linux-gnu-i686]#
回复

使用道具 举报

 楼主| zgx9999 发表于 2005-10-15 09:45:46 | 显示全部楼层
SKU
回复

使用道具 举报

jiuhaolou 发表于 2008-1-21 20:46:44 | 显示全部楼层
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking whether ln -s works... yes
checking for system library directory... lib
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... no
configure: warning: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 (found: none).
checking for flex... lex
checking for yywrap in -ll... no
checking for working const... yes
configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4  (found: none)
checking whether to force non-PIC code in shared modules... yes
checking whether /dev/urandom exists... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... no
checking for Apache 1.x module support... no
checking whether to enable Apache charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS...

Sorry, I cannot run apxs.  Possible reasons follow:

1. Perl is not installed
2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
3. Apache was not built using --enable-so (the apxs usage page is displayed)

The output of /usr/local/apache/bin/apxa follows:
./configure: line 6669: /usr/local/apache/bin/apxa: No such file or directory
configure: error: Aborting




请大侠帮忙看看是什么原因呢?
回复

使用道具 举报

jiuhaolou 发表于 2008-1-21 20:48:50 | 显示全部楼层

回复 14# ehua7379 的帖子

我也遇到了这样的问题,原因是没有安装gcc

解决方法:

mount一下光驱,把里面的gcc的rpm包装一下 重新configure 就能make了
回复

使用道具 举报

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

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-24 08:00 , Processed in 0.028207 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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