Dear linux Users
I use RH EL 3, Every thing is working fine but MySql is giving problem while installing.
The Error shown is libmysql.so.10 file required The file is already present on the system.
I want to use this system as LAMP server. Any other alternative.
Advice. RS Ludhiana.
Office firewalls, cyber cafes, college labs, don't allow you to download CHAT? Click here: http://in.messenger.yahoo.com/webmessengerpromo.php
On 11/05/07, RS singh rsnsingh@yahoo.co.in wrote:
Dear linux Users
I use RH EL 3, Every thing is working fine but
MySql is giving problem while installing.
in the days when I was using the redhat and then fedora setups, I faced this problem very often too. get the proper rpms and the mysql-share rpm in particular.
The Error shown is libmysql.so.10 file required The file is already present on the system.
I want to use this system as LAMP server. Any other alternative.
if you want an "out of the box " configured lamp server then used ubuntu 6.06 lts server or even feisty server will do. when you install this system it will give you an option to choose whether you want a lamp server. just select that and do your partition stuff and have a cup of tea. lamp server will be installed for you raidy with all configuration needed. if you are any where in mumbai you can contact me off the list for the server cd. regards. Krishnakant.
Dear linux Users
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
What are the softwares required.
1) Best suited linux Server for this purpose. 2) best suited windows client.
I have tried following things but could not work.
Server LINUX RH 7.0 cygwin at windows
cygwin I downloaded from internet, seems to be a complete linux system that emulated linux on windows and it is quite heavy.
What I want is a lite desktop that connects to linux server and shows me GVIM of linux on windows system.
Help Required. Thanks
Ravinder Singh Ludhiana.
Once upon a time there was 1 GB storage in your inbox. To know the happy ending go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
--- RS singh wrote:
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
Ah, GNU tools. I haven't used them yet.
What are the softwares required.
- Best suited linux Server for this purpose.
- best suited windows client.
NRCFOSS's centre (VJTI lab in Matunga) is running Debian GNU/Linux. You could get inputs from members on the list on setting it up.
I have tried following things but could not work.
Server LINUX RH 7.0 cygwin at windows
I wouldn't recommend cygwin on Windows. Wirpo's Uwin is good enough, but then, doesn't suite the purpose.
What I want is a lite desktop that connects to linux server and shows me GVIM of linux on windows system.
Is it necessary to run on Windows clients? Is it possible to install a popular distribution such as Ubuntu Linux or Fedora 7 and run GCC on clients? I think, GVIM and DDD would be available for these distributions.
This helps in two folds: 1. They are introduced to a new Operating System and understand, how to compile and execute program under any GNU/Linux.
2. If they want to practise at home, they can copy the OS's ISO, share it among friends, install it on their home computers and be safe from unauthorized copy of software that they might be using (or end up using).
If I can, and if required, I can help to setup computers dual boot Windows and Ubuntu on client machines, preferably on a Sunday. I don't know anything about the server setup. Other members on the list can help you out.
-- FSF of India Associate Fellow - http://www.gnu.org.in http://www.somaiya.edu/sksasc ubunturos @ freenode
Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
On 7/21/07, RS singh rsnsingh@yahoo.co.in wrote:
Dear linux Users
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
What are the softwares required.
- Best suited linux Server for this purpose.
Any, if not ancient.
- best suited windows client.
Any, if not ancient.
I have tried following things but could not work.
Server LINUX RH 7.0
This is very old. Try RHEL 4 or FC6/7 or Ubuntu 6.06/7.04/...
cygwin at windows
cygwin I downloaded from internet, seems to be a complete linux system that emulated linux on windows and it is quite heavy.
This doesn't look necessary for what you want to do.
What I want is a lite desktop that connects to linux server and shows me GVIM of linux on windows system.
I think you need something like VNC. http://www.realvnc.com/cgi-bin/download.cgi
<partly-non-GPL>
You need to run the vnc server on the Linux server and run vnc clients on the Windows machines. The vnc client gives access to the Linux desktop.
</partly-non-GPL> FreeNX is also available. But I haven't tried it.
Regards, Mohan S N
On 7/21/07, RS singh rsnsingh@yahoo.co.in wrote:
Dear linux Users
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
Can you run Linux in a virtual machine?
Regards, Mohan S N
On Thu, 2007-07-26 at 23:24 +0530, Mohan Nayaka wrote:
On 7/21/07, RS singh rsnsingh@yahoo.co.in wrote:
Dear linux Users
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
Can you run Linux in a virtual machine?
We've got Linux tools for windows. He can run Cooperative Linux ( http://www.colinux.org/ ) as well. No need of a VM. It just slows everything down!
Mohan Nayaka wrote:
On 7/21/07, RS singh rsnsingh@yahoo.co.in wrote:
Dear linux Users
I want to get the linux desktop on windows in our college. My purpose is to teach C language to students of MCA by using GVIM and DDD.
Can you run Linux in a virtual machine?
Can't a live CD be used for demos of C?
On Fri, 2007-05-11 at 05:42 +0100, RS singh wrote:
Dear linux Users
I use RH EL 3, Every thing is working fine but
MySql is giving problem while installing.
The Error shown is libmysql.so.10 file required The file is already present on the system.
In that case you can try adding the directory ( where libmysql.so.10 resides ) in /etc/ld.so.conf and run ldconfig .Quite possible that the library path happens to be a non-standard .
The environ variable LD_LIBRARY_PATH is another option. In any case, let us know how u fixed this.
-Jude.
jude wrote:
On Fri, 2007-05-11 at 05:42 +0100, RS singh wrote:
Dear linux Users
I use RH EL 3, Every thing is working fine but
MySql is giving problem while installing.
The Error shown is libmysql.so.10 file required The file is already present on the system.
In that case you can try adding the directory ( where
libmysql.so.10 resides ) in /etc/ld.so.conf and run ldconfig .Quite possible that the library path happens to be a non-standard .
The environ variable LD_LIBRARY_PATH is another option. In any
case, let us know how u fixed this.
-Jude.
Though not a very scientific method, I have seen in such cases deleting the problem package by rpm -e and installing the main package of interest helps. The dependent package is installed by yum as dependency.
This has happened to me quite a few times when loading multimedia packages and updating them from different repositories.
Thanks and regards.
sadhu