Linux - SoftwareThis 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hello,
I am a totally newbie in Linux and just installed it a couple days ago.
Wanted to type in Chinese and read about skim so decided to give it a try, but here is the problem. I have installed scim-1.4.4 and Qt 4.1.4 and after i run ./configure, everything was fine but when i tried to compile it by make or ./scons, here's what it gave me:
KeyError: 'SCIM_X11_LIBS':
File "SConstruct", line 163:
env.subdirs(dirs)
File "./bksys/generic.py", line 619:
lenv.SConscript(lenv.join(i, 'SConscript'))
File "/home/xoalvinox/skim-1.4.5/scons-local-0.96.1/SCons/Script/SConscript.py", line 311:
return apply(_SConscript, [self.fs,] + files, {'exports' : exports})
File "/home/xoalvinox/skim-1.4.5/scons-local-0.96.1/SCons/Script/SConscript.py", line 134:
exec _file_ in stack[-1].globals
File "src/SConscript", line 11:
srcenv.AppendUnique(LINKFLAGS = env['SCIM_X11_LIBS'])
File "/home/xoalvinox/skim-1.4.5/scons-local-0.96.1/SCons/Environment.py", line 147:
return self._dict[key]
make: *** [all] Error 2
Is there something wrong with the scim libraries? Or do i need extra scim libraries for it to compile? Thanks.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.