 |
20-09-2006, 07:09 PM
|
#1 (permalink)
|
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
few questions about linux...
1]what is the extention on binary files in linux?
2]why cant linux have installers(binaries,like in win)to install soft?
3]if a shared lib in linux in same as dll in win then y each appl requires its own lib?(what i mean here is standallone apps i.e copy paste apps)
4]y not make lib like dlls?(i mean in bits and bytes rather than scripts)..
__________________
Without sorrows happiness would be boring!
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
20-09-2006, 07:12 PM
|
#2 (permalink)
|
|
I see right through you.
Join Date: Sep 2005
Location: Chennai
Posts: 597
|
Re: few questions about linux...
1) No extension
2) Because it doesn't need them. All software should be installed through the distribution's respective package management.
3) Because they are custom libs written by the developer
4) Why?
__________________
I didn't make the world, I only try to live in it.
http://lucentbeing.com
-- Sykora --
|
|
|
20-09-2006, 07:27 PM
|
#3 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: few questions about linux...
perhaps for question 1 below link will... :
http://www.educ.umu.se/~bjorn/linux/...F-HOWTO-1.html
Quote:
|
ELF (Executable and Linking Format) is a binary format originally developed by USL (UNIX System Laboratories) and currently used in Solaris and System V Release 4. Because of its increased flexibility over the older a.out format that Linux previously used, the GCC and C library developers decided last year to move to using ELF as the Linux standard binary format also.
|
2) .rpm,.deb..tgz,autopackage all are goood installers!
3) i think for installed libs there are many environment variables are applied.so if the new custom app if propreitory will need its on libs etc?
4)~~~~
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
20-09-2006, 09:12 PM
|
#4 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: few questions about linux...
Quote:
|
Originally Posted by romeo_8693
y not make lib like dlls?(i mean in bits and bytes rather than scripts)..
|
People curse windows for dll hell and now you want to bring it to linux  . No way libraries in linux are lot better than in windows cos there is a lot of code sharing among developers in Open Source arena and not to mention hardly a few developers co-operate in proprietory OS'es like windows, so the libraries used by them are totally incompatible.
__________________
http://www.bash.org/?258908
|
|
|
21-09-2006, 01:33 AM
|
#5 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: few questions about linux...
Quote:
|
Originally Posted by romeo_8693
3]if a shared lib in linux in same as dll in win then y each appl requires its own lib?(what i mean here is standallone apps i.e copy paste apps)
|
Who says that every app needs its own libraries? Most of the KDE apps share libraries in form of kdelibs and similar equivalent is there in GNOME as well. Loads of other apps share libraries as well. What made you say that each app requires its own libs?
If by stand alone apps, you mean that you should just click and play then you should look at klik ( http://klik.atekon.de/ ) There is a huge number of apps that can be used in form of individual files.
|
|
|
23-09-2006, 03:55 PM
|
#6 (permalink)
|
|
Broken In
Join Date: Jul 2005
Location: Gurgaon
Posts: 150
|
Linux work
My Company is migrating one of its investment banking applications from unix to linux. They want to make the application to work on move. So they are replacing unix servers with linux laptops.
N guess what ... I am carrying out this work. This is a really cool experience. Working on linux at grass root level has brought linux into my comfort zone.
There are so many issues coming . Like the linker of linux is not as flexible as that of solaris. U need to link ur shared library at several places in the executable make file.
Then there are dependent applications who need to be compiled from scratch.
But believe me its fun ... building a house brick by brick using magic wand of scripts and makefiles.
__________________
Be honest . By that way u can be sure that the world is short of atleast one rascal.
|
|
|
23-09-2006, 04:41 PM
|
#7 (permalink)
|
|
String Phreak
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
|
Re: few questions about linux...
@tech_cheetah....Whats ur company man? I'll like to join it then!
__________________
Bad Bad server.....No candy for u!
|
|
|
23-09-2006, 07:22 PM
|
#8 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Re: Linux work
Quote:
|
Originally Posted by tech_cheetah
My Company is migrating one of its investment banking applications from unix to linux. They want to make the application to work on move. So they are replacing unix servers with linux laptops.
|
wh0a!!
is that really true? Will they be putting up linux loaded Laptops in the data centers instead of the older UNIX servers?
|
|
|
24-09-2006, 02:47 PM
|
#9 (permalink)
|
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
Re: few questions about linux...
thanks guys for the information.....
1]got the ans..
2]@syk:what if u want to share the prog with ur friend who doesnt have net???
@prakash:yeah,but even they aint click and go...(most of the times)!
3]@eddie:i gotcha....
4]what i mean here is:
linux uses lib's which are in text rather scripts which need to be compiled and checked at runtime....whereas dll's are binaries and hence faster....here too in linux u can make changes to the script(lib)(a great advantage,since u can fit it to ur own needs)...but then for an average user its loss of speed....
__________________
Without sorrows happiness would be boring!
|
|
|
24-09-2006, 02:54 PM
|
#10 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: few questions about linux...
2. Just download the required package with it's dependancies and carry it on a cd.
3. They are better than click and go. It's select and click most of the times, see yum, synaptic. Have you ever upgraded a windows system with just one command? In gentoo you can upgrade your system using
4. I am no programmer so I don't really know much about this but it does make a lot of sense to have them user readable so that advanced users can make the right tweaks to the whole OS, whenever they like. Even newbies can do it if they just read and follow various how-tos. This makes the concept better than dll's.
__________________
http://www.bash.org/?258908
|
|
|
24-09-2006, 03:11 PM
|
#11 (permalink)
|
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
Re: few questions about linux...
well,that was fast!! 
2]thats the point.....downloading dependencies is such a big headache....insatllers would have been lot easy.(i want to make a point here...im no advocate for mcsft..i love linux but all im trying to convey is that it could be made easier)...
4]here again out of 1billion indians how many u think are even advanced users of windows(linux later)???
so may be for them get the speed advantage...also in a company u wont sit and tweak ur system...there production "time" is imp...so y not make linux rum faster...
__________________
Without sorrows happiness would be boring!
|
|
|
24-09-2006, 03:16 PM
|
#12 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: few questions about linux...
2. Well what are package managers for then?
4. Think in corporate scenario too. And believe me it's not that tough to edit config files. I have done it so much and I am no big geek or something. Tweaking the files doesn't really take much time and as of what I have seen linux does run faster than windows on the same hardware with same amount of eye candy. Just compare aero and XGL or AIGLX.
__________________
http://www.bash.org/?258908
|
|
|
24-09-2006, 03:32 PM
|
#13 (permalink)
|
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
Re: few questions about linux...
2]package managers req net right?
4]im not talking about config files...its the library files!!!
__________________
Without sorrows happiness would be boring!
|
|
|
25-09-2006, 01:51 AM
|
#14 (permalink)
|
|
El mooooo
Join Date: Jan 2006
Location: India
Posts: 1,414
|
Re: few questions about linux...
2) Where is the end to putting stuff in that installer? Linux environment is so varied and various distros pack everything so differently that making a common installer for every application is not just difficult but IMPOSSIBLE. What you have in Windows is one OS, one environment, one set of libraries, one way of packing stuff and one set of dependencies. This makes putting an installer for Windows an easy task. Same cannot be done for Linux distros.
4) What library files are you talking about? All libraries I have seen are binaries and you cannot edit them. Where have you seen text editable libraries in Linux? Can you give an example? I am lost here :-/
|
|
|
26-09-2006, 12:03 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: few questions about linux...
@Romeo, Don't compare Windows O.S with Linux. Both are totally different!!!
In Windows , the installer comes with the EXE & other DLLs required for the program
to be installed. In Linux the package you install may require other packages (dependencies)
to be installed first , before it can be installed. The shared library files are not editable!!
They are binaries. Don't ask silly questions @Romeo. first understand Linux O.S,
then ask questions. Buy a good book in Linux & study it first.
|
|
|
26-09-2006, 05:02 PM
|
#16 (permalink)
|
|
OSS Enthusiast!
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
|
Re: few questions about linux...
I met tech-cheetah a year ago when I was new in the forum...
Remember he was the one to write sudokool!
He was having his training in TCS..
__________________
Do you know, Shinigamis only eat apples???
|
|
|
28-09-2006, 12:18 AM
|
#17 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: few questions about linux...
@Nitish, It would be always helpful if you have someone around who can teach you
things you don't know. Linux or whatever.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
|
|
|
28-09-2006, 02:59 PM
|
#18 (permalink)
|
|
OSS Enthusiast!
Join Date: Sep 2005
Location: Hills of Kumaoun
Posts: 664
|
Re: few questions about linux...
Quote:
|
Originally Posted by JGuru
@Nitish, It would be always helpful if you have someone around who can teach you
things you don't know. Linux or whatever.
|
Couldnot get what u r trying to say...
Is it tht I hv spoken something wrong abt tech_cheetah?
__________________
Do you know, Shinigamis only eat apples???
|
|
|
28-09-2006, 04:16 PM
|
#19 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: few questions about linux...
@Nitish,
You have not spoken anything wrong about tech-cheetah!!
What I said was, If you dont know a certain thing (say Linux or whatever), a person
who knows the thing can teach you ,if you meet that person. Be it virtual or real
meeting. ie., thro email , chat(virtual) or in real.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
|
|
|
07-10-2006, 10:13 AM
|
#20 (permalink)
|
|
"The RaCaLaNGeL"©
Join Date: Dec 2005
Location: Goa/Pune
Posts: 389
|
Re: few questions about linux...
sorry for late rep...xams!
@jguru:i got me man...my ignorance sorry...btw abt sitting with a buk i'd rather got to a local pharmacy for medicine than storm the factory....  )
__________________
Without sorrows happiness would be boring!
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|