Results for here for vacation translation from Chinese (Simplified) to English

Computer translation

Trying to learn how to translate from the human translation examples.

Chinese

English

Info

Chinese

here for vacation

English

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Chinese (Simplified)

English

Info

Chinese (Simplified)

1. get the latest distributions of apache and php 2. untar them, and run the configure program on apache like so. ./configure --exec-prefix=/usr\ --localstatedir=/var\ --mandir=/usr/share/man\ --libexecdir=/system/library/apache/modules\ --iconsdir=/system/library/apache/icons\ --includedir=/system/library/frameworks/apache.framework/versions/1.3/headers\ --enable-shared=max\ --enable-module=most\ --target=apache 4. you may also want to add this line: setenv optim=-o2 if you want the compiler to do some optimization. 5. next, go to the php 4 source directory and configure it. ./configure --prefix=/usr\ --sysconfdir=/etc\ --localstatedir=/var\ --mandir=/usr/share/man\ --with-xml\ --with-apache=/src/apache_1.3.12 if you have any other additions (mysql, gd, etc.), be sure to add them here. for the --with-apache string, put in the path to your apache source directory, for example "/src/apache_1.3.12". 6. make 7. make install this will add a directory to your apache source directory under src/modules/php4. 8. now, reconfigure apache to build in php 4. ./configure --exec-prefix=/usr\ --localstatedir=/var\ --mandir=/usr/share/man\ --libexecdir=/system/library/apache/modules\ --iconsdir=/system/library/apache/icons\ --includedir=/system/library/frameworks/apache.framework/versions/1.3/headers\ --enable-shared=max\ --enable-module=most\ --target=apache\ --activate-module=src/modules/php4/libphp4.a you may get a message telling you that libmodphp4.a is out of date. if so, go to the src/modules/php4 directory inside your apache source directory and run this command: ranlib libmodphp4.a then go back to the root of the apache source directory and run the above configure command again. that'll bring the link table up to date. 9. make 10. make install 11. copy and rename the php.ini-dist file to your "bin" directory from your php 4 source directory: cp php.ini-dist /usr/local/bin/php.ini or (if your don't have a local directory) cp php.ini-dist /usr/bin/php.ini

English

if so, go to the src / modules / php4 directory inside your apache source directory and run this command: ranlib libmodphp4.a then go back to the root of the apache source directory and run the above configure command again.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Some human translations with low relevance have been hidden.
Show low-relevance results.

Get a better translation with
7,773,672,649 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK