Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-08-2006, 06:06 PM
|
#1
|
Member
Registered: Nov 2004
Distribution: SuSE 9.1 Personal
Posts: 41
Rep:
|
Missing important execs from /bin! HELP
Hello,
I've just installed a downloadable version of SuSE Linux 9.2 but it lacks many important "commands" that I need to install files and such..
I'm missing the following which I need to install software,
configure
make
makefile
cat
less
etc..
Is there a common name for these files, since they should be in every system?
Where can I download them ?
Thanks a lot,
Amer
|
|
|
04-08-2006, 06:33 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Those commands are used when building from source code. configure comes in the app itself if required. make is command usually in /usr/bin and uses the Makefile ( from the source code) to build with from the source code you are compiling. Best thing to do is read the Install and readme docs on source code apps. Many of them work this way.
./configure
make
make install ( needs to be run as root)
Why cat is not present I do not know. Do things like ' whereis cat ' to find it.
Other commnads have manuals using the ' man ' command, you can read like ' man make '
Brian1
|
|
|
04-08-2006, 06:52 PM
|
#3
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Cat is supplied by the coreutils package. Make is supplied by a make package.
You may also need to install the gcc and cplusplus packages.
|
|
|
04-08-2006, 07:48 PM
|
#4
|
Member
Registered: Nov 2004
Distribution: SuSE 9.1 Personal
Posts: 41
Original Poster
Rep:
|
Yeah..
I need gcc, cpp, and many other software for my system.
But the problem is that I can't ./configure anything..
Everytime I ./config I get "Permission Denied".. I have two users on my system, root and Nectron.. and it doesn't work with both users. I've also set my security settings to the lowest.
Nectron@linux:~/Documents/Programs> chmod -x RealPlayer10GOLD.bin
Nectron@linux:~/Documents/Programs> ./RealPlayer10GOLD.bin
bash: ./RealPlayer10GOLD.bin: Permission denied
How can I fix this??
and where can I download the missing libraries you mentioned?
|
|
|
04-08-2006, 08:05 PM
|
#5
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290
|
With chmod -x you removed executable permission from RealPlayer10GOLD.bin so it's no surprise that you got a permission denied message when you tried to execute it. Try chmod +x instead.
SuSE comes with a nice tool called YaST which can help you with system tasks such as installing software etc. I'd suggest getting familiar with it. You can generally find RPMs from rpmfind.net (looks for those built for your version of SuSE).
|
|
|
04-08-2006, 08:42 PM
|
#6
|
Member
Registered: Nov 2004
Distribution: SuSE 9.1 Personal
Posts: 41
Original Poster
Rep:
|
I've just installed xchat and realplayer10GOLD!
now I get another problem whenever I try to execute the newly installed software..
Nectron@linux:~/Documents/Programs/RealPlayer> ./realplay.bin
./realplay.bin: error while loading shared libraries: /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol: g_type_class_add_private
xchat: error while loading shared libraries: /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol: g_type_class_add_private
I've checked the libgtk-x11-2.0.so.0 and it's there..
Does anyone know how to solve this?
|
|
|
All times are GMT -5. The time now is 05:32 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|