Please test my LAMP instalation aqnd let me know if you find any errors ....
this wud be really gr8 help
1. Installing Apache 2.2.3
a) Download the Apache 2.2.3 source files from http://httpd.apache.org b) Extract the source from the gunzipped file using tar or gunzip c) change the working directory to the directory containing the extracted source files d) Run the following command for basic apache installation
./configure --prefix=/usr/local --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --enable-shared=max --enable-module=rewrite --enable-module=so --enable-shared=ssl --enable-ssl --with-ssl=/RPM/openssl-0.9.8d
make make install
2. Installing PHP 5.2.0
a) Download the PHP 5.2.0 source files from http://www.php.net b) Extract the source from the gunzipped file using tar or gunzip c) change the working directory to the directory containing the extracted source files d) Run the following command for PHP installation
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache/bin/apxs --with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-dir=/usr/local/lib --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-gd --enable-soap --enable-sockets --with-jpeg-dir=/usr --enable-exif e)Build the PHP configuration using the following command
make
f) Install PHP
make install
3. Installing MySQL 5.x
a) Download the MysQL source files from http://www.mysql.com b) Extract the source from the gunzipped file using tar or gunzip c) Create the mysql user and group using the following commands groupadd mysql useradd -g mysql -c "MySQL Server" mysql
d) Create a symbolic link to the MySQL source directory in a directory of your choice. (I use /usr/local/). Here is an example of the same
ln -s /software/mysql-max-4.1.22-pc-linux-gnu-i686 /usr/local/mysql
e) Change the working directory to the symbolic link that you have created in the server. f) Execute the following command
./scripts/mysql_install_db The above command will install the mysql and the test database
g) Change the ownership of /usr/local/mysql using the following command
chown -R root:mysql /usr/local/mysql
Where root is the user and mysql is the group
h) Change the ownership of /usr/local/mysql/data using the following command
chown -R mysql:mysql /usr/local/mysql/data
i) Copy the default configuration file for the expected size of the database (small, medium, large, huge)
cp support-files/my-medium.cnf /etc/my.cnf chown root:sys /etc/my.cnf chmod 644 /etc/my.cnf
j) Now we have to tell the system where to find some of the dynamic libraries that MySQL will need to run. We use dynamic libraries instead of static to keep the memory usage of the MySQL program itself to a minimum.
echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf ldconfig
k) Now create a startup script, which enables MySQL auto-start each time your server is restarted.
cp ./support-files/mysql.server /etc/rc.d/init.d/mysql chmod +x /etc/rc.d/init.d/mysql /sbin/chkconfig --level 3 mysql on
l) Then set up symlinks for all the MySQL binaries, so they can be run from anyplace without having to include/specify long paths, , etc cd cd /usr/local/mysql/bin for file in *; do ln -s /usr/local/mysql/bin/$file /usr/bin/$file; done
m) First, we will assume that only applications on the same server will be allowed to access the database (i.e., not a program running on a physically separate server). So we'll tell MySQL not to even listen on port 3306 for TCP connections l ike it does by default.
Edit /etc/my.cnf and uncomment the
skip-networking
n) Start MySQL
On Sunday 29 July 2007 16:37, Agnello George wrote:
[snip] this wud be really gr8 help
If you're asking for help on a mailing list please at the least use English instead of some SMS-gobbledegook. Expecting readers to both translate your language and help you may be a bit too much.
See http://www.dudeman.com/images/smb/AdText.jpg for more information.
Regards,
-- Raju
Hi,
On 7/30/07, Raj Mathur raju@linux-delhi.org wrote:
See http://www.dudeman.com/images/smb/AdText.jpg for more information.
Prepared this small presentation based on experience: http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquett...
On 7/30/07, Shakthi Kannan shakthimaan@gmail.com wrote:
Prepared this small presentation based on experience: http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquett...
Slide 3 confuses me. "Grammar doesn't matter" Bad grammar jars as much as bad spelling (sms, etc.).
Regards, Mohan S N
On 7/30/07, Mohan Nayaka mohansn@gmail.com wrote:
On 7/30/07, Shakthi Kannan shakthimaan@gmail.com wrote:
Prepared this small presentation based on experience: http://www.shakthimaan.com/downloads/glv/presentations/mailing-list-etiquett...
Slide 3 confuses me. "Grammar doesn't matter" Bad grammar jars as much as bad spelling (sms, etc.).
Probably because spelling is easier than grammar. Anyways, I guess it's alright as long as bad spelling, grammar or tone doesn't get in the way of the topic being discussed. Also, It's OK if the poster doesn't have the necessary language skills and hence writes the odd illegible statements. It really hurts when someone writes it on purpose though.
I guess this thread has veered well off topic now.
Hi,
On 7/30/07, Mohan Nayaka mohansn@gmail.com wrote:
Slide 3 confuses me. "Grammar doesn't matter" Bad grammar jars as much as bad spelling (sms, etc.).
Yes, they are both bad, but, bad grammar can be tolerated to some extent, as English is not our native language.
Most Indian (students) in India, whom I have met have this notion that they don't want to speak in English because their grammar is bad, they are not "confident" of speaking, and that if they speak broken English, people will laugh at them or not accept what they say. But, they are confident of typing SMS, which is a pathetic means of communication. As on date, in the Industry, English is used for communication.
Most students tease others in college if you speak English, with "Peter", "born abroad" jokes etc. But, because they are disconnected from the real world, and the Industry, they don't realise the facts. Put freshers from a college to a group discussion in English, they will never open their mouth.
If you've attended FOSS conferences/user-group meet-ups in India, (from what I have observed) most speakers don't care about grammar, as long as they can express themselves. They don't see it as a limitation in conveying their thoughts, which is important, and that is the message we want to put across.
We accept that your English is not perfect, but, we don't want you to think of it as a limitation for you to come forward and openly share your doubts/questions in mailing lists/IRC/forums/meet-ups.
Also see slides (8-9): http://shakthimaan.com/downloads/glv/shakthimaan-paper/shakthimaan-paper-pre...
Regards,
On Mon, 2007-07-30 at 17:54 +0200, Shakthi Kannan wrote:
Most Indian (students) in India, whom I have met have this notion that they don't want to speak in English because their grammar is bad, they are not "confident" of speaking, and that if they speak broken English, people will laugh at them or not accept what they say. But,
Maybe the case in rest of India but I've not observed that in the metros - well, atleast in Mumbai or Delhi.
Most students tease others in college if you speak English, with "Peter", "born abroad" jokes etc. But, because they are disconnected from the real world, and the Industry, they don't realise the facts.
There is no need of mentioning such behavior. It just shows the serious lack of maturity.
Put freshers from a college to a group discussion in English, they will never open their mouth.
Hehe.
If you've attended FOSS conferences/user-group meet-ups in India, (from what I have observed) most speakers don't care about grammar, as long as they can express themselves.
Hmm...touchy subject. But good English and good grammar give a GOOD experience for the audience. They dont need to spend tremendous amount of time to /understand/ what the speaker is saying if he/she can speak decent English. I'm not talking about Queen's English or Yankee talk. Just plain old clear English.
They don't see it as a limitation in conveying their thoughts, which is important, and that is the message we want to put across.
Well they couldnt be more wrong. Language is THE carrier of knowledge. I guess these same people would be up in arms if I dont make a valid XHTML / HTML 4.01 standards compliant page or write a valid CSS. If you care about broken lingo in the computer world then you better care for the broken lingo in the real world.
We accept that your English is not perfect, but, we don't want you to think of it as a limitation for you to come forward and openly share your doubts/questions in mailing lists/IRC/forums/meet-ups.
Look, nobody is perfect - granted. But atleast half decent? Come on these people are atleast 15-20 year olds. I'm not a convent educated but I can speak fluent English and get my ideas across effectively!
Hi,
On 7/30/07, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
Maybe the case in rest of India but I've not observed that in the metros
- well, atleast in Mumbai or Delhi.
True. Unfortunately, I saw that difference in reality, metros and rest of India. There is so much difference between people living in metros, and elsewhere.
Metros have "exposure" to the outside world. Internet connectivity and dial-up connection is still a big problem in trying to get students into FOSS project from small towns, and rural areas.
In contrast, you see an open-air hacker meet, Chaos Communication Camp, in a camping area: http://events.ccc.de/camp/2007/Intro/
Well they couldnt be more wrong. Language is THE carrier of knowledge. I guess these same people would be up in arms if I dont make a valid XHTML / HTML 4.01 standards compliant page or write a valid CSS.
You can get away with programming languages, as it is math. Most Indian programmers that I have worked are good mathematicians. They can explain things so beautifully in their local language, and they understand it better. But, they couldn't convey it to international clients.
These are some of the challenges that I faced with FOSS in India.
I'll stop here.
On Mon, 2007-07-30 at 21:06 +0200, Shakthi Kannan wrote:
Metros have "exposure" to the outside world. Internet connectivity and dial-up connection is still a big problem in trying to get students into FOSS project from small towns, and rural areas.
Infact it should be easier as they are not touched by the Microsoft products as they are not touched by FOSS :)
You can get away with programming languages, as it is math. Most
No...language is language - be it a programming language or whatever :) Don't you think theres math in the language that we speak? Programming languages are no different :)
Indian programmers that I have worked are good mathematicians. They can explain things so beautifully in their local language, and they understand it better. But, they couldn't convey it to international clients.
I guess that is why they have managers in corporates :) Programmers suck at communication skills. Fortunately some are gifted with both skills ;)
On 7/31/07, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
No...language is language - be it a programming language or whatever :) Don't you think theres math in the language that we speak? Programming languages are no different :)
Nope. The essential difference between human and programming languages is that of the parser -- the human language parser is much more intelligent ;)
--- Siddhesh Poyarekar wrote:
On 7/31/07, Dinesh Joshi wrote:
No...language is language - be it a programming
language or whatever :)
Don't you think theres math in the language that
we speak? Programming
languages are no different :)
Nope. The essential difference between human and programming languages is that of the parser -- the human language parser is much more intelligent ;)
This thread has, rather forked some other process. OP please post error messages (if any) that you may have encountered during your installation.
Ofcourse, we could (should?) start a new thread for this (languages: Spoken, Programming) topic.
-- FSF of India Associate Fellow - http://www.gnu.org.in http://www.somaiya.edu/sksasc
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
Roshan wrote:
This thread has, rather forked some other process. OP please post error messages (if any) that you may have encountered during your installation.
I doubt if the OP is even interested anymore, or on the list for that matter.
--- "Vivek J. Patankar" wrote:
Roshan wrote:
This thread has, rather forked some other process.
OP
please post error messages (if any) that you may
have
encountered during your installation.
I doubt if the OP is even interested anymore, or on the list for that matter.
The OP has /probably/ solved his problem and posted some other problem with qmail, ergo, he's on the list. :)
-- FSF of India Associate Fellow - http://www.gnu.org.in http://www.somaiya.edu/sksasc
Did you know? You can CHAT without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php/
On Tue, 2007-07-31 at 08:52 +0530, Siddhesh Poyarekar wrote:
Nope. The essential difference between human and programming languages is that of the parser -- the human language parser is much more intelligent ;)
Look, i'm a programmer. I'm a BIG proponent of Open Source. I am currently working on Open Source. I can speak fluent English, pronounce well. Its decent enough. Open Source is great when it comes to having the greatest programmers / developers. But we do suck when it comes to "customer communication".
On 8/1/07, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
Look, i'm a programmer. I'm a BIG proponent of Open Source. I am currently working on Open Source. I can speak fluent English, pronounce well. Its decent enough. Open Source is great when it comes to having the greatest programmers / developers. But we do suck when it comes to "customer communication".
As you observed, the problem isn't always language skills, it is _communication_ skills that make or break the issue. And communication is not only about speaking, it is more about listening.