Re: [Ilugc] Difference between sudo apt-get install and installing from source

2014-10-14 Thread Shakthi Kannan
Hi, --- On Tue, Oct 14, 2014 at 12:34 PM, Sundar Raj wrote: | I am trying to configure DNS server in centos 6.5. \-- Please start a new thread for your post with an appropriate subject line. Also don't top-post. SK -- Shakthi Kannan http://www.shakthimaan.com _

Re: [Ilugc] Difference between sudo apt-get install and installing from source

2014-10-14 Thread Sundar Raj
Dear Friends , I am trying to configure DNS server in centos 6.5. Once i start named service i am getting following error. May i know where i am wrong. [root@dellmachine1 Desktop]# service named restart Stopping named:[ OK ] Starting named: Error in

Re: [Ilugc] Difference between sudo apt-get install and installing from source

2014-10-12 Thread Shakthi Kannan
Hi, --- On Sun, Oct 12, 2014 at 7:21 PM, sibi kanagaraj wrote: | 1.What is the difference between package installation and installing from | source ? \-- The apt-get or yum usage is for users of software. A distribution packager maintainer will also use it for testing. --- | 2.Where can I find

Re: [Ilugc] Difference between sudo apt-get install and installing from source

2014-10-12 Thread Raman Pandarinathan
On Sun, Oct 12, 2014 at 7:21 PM, sibi kanagaraj wrote: > Hello all , > > What is the difference between sudo apt-get install tesseract and > installing from source . > 10.Trying to find answer via search engine leads me here > http://askubuntu.com/questions/335684/installation-difference-between-

Re: [Ilugc] Difference between sudo apt-get install and installing from source

2014-10-12 Thread PrasannaKumar Muralidharan
I guess looking into the source and following the code will be easier. You can use Eclipse / Netbeans IDE for that. Or you can cd to java folder inside tesseract's source code. Don't run 'cd /java'. Run 'cd java' inside the tesseract code. Then running make will solve your issue. I could see a fol