<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Linux Support Forum RSS Feed (Replies Included)</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the 'Linux Support' forum at Programmer's Heaven, including replies.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 18:40:07 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 18:40:07 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Re: Dammit.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/416578/416582/re-dammit/#416582</link>
      <description>Alright, my impatience got the best of me while waiting for a reply. I found some suggestions through out the site on a few threads that Mandrake was pretty decent for beginners. Looked it over and it seems pretty tight. Sorry for wasting your time and the double post.&lt;br /&gt;
&lt;br /&gt;
Promise I'll be around though, this sites the bomb. Really helpful.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/416578/416582/re-dammit/#416582</guid>
      <pubDate>Wed, 19 May 2010 17:04:00 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Dammit.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/416578/416578/dammit/</link>
      <description>Hey, total newb here. This is pretty much the last thing I wanted to do, but suggestions are cool.&lt;br /&gt;
     I have decided I want to be able to gain access to places I am not supposed to in the digital world. Not a hacker per say, as it seems the term is now days diluted to little meaning in the eyes of beginners such as myself.&lt;br /&gt;
     I'm interested mostly in network penetration and data collection: not for trivial matters such as money, but much more "noble" pursuit.&lt;br /&gt;
     So I have downloaded tons of reading material, Hacking Exposed, Steal This Computer Book, The Art of Intrusion, etc...&lt;br /&gt;
Many things have come to light and I have decided where to start. I am going to completely revamp my old PC to run a Linux operating system and turn that madafuka into a ghost, then go from there. I realize I could go about doing it other ways, but I want to start the game with a save base..&lt;br /&gt;
     It hurts me to ask and I know it is an all to common question, but which Linix distro should I start with? I am literally a beginner in pretty much every aspect, no real skills. So I am looking for something that will really help me learn a lot, like which systems could I learn the most from? Sorry to bother, but your help would be very much appreciated.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/416578/416578/dammit/</guid>
      <pubDate>Wed, 19 May 2010 11:12:58 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: How to mount NTFS</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/327277/412306/re-how-to-mount-ntfs/#412306</link>
      <description>Hey, nice article!  Got lots of ideas from here including solutions to certain problems too.  Thanks for this great write.&lt;br /&gt;
&lt;a href="http://www.captiveadvisors.com/why_form_a_captive.html"&gt;form a captive&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/327277/412306/re-how-to-mount-ntfs/#412306</guid>
      <pubDate>Tue, 26 Jan 2010 20:02:40 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>How to work with parameters in for-loop when making a script?</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/395426/395426/how-to-work-with-parameters-in-for-loop-when-making-a-script/</link>
      <description>I'm trying to make a script that sort's numbers that are passed as parameters.( bubblesort)&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
#!/bin/sh

MINPARAMETERS=2
declare -a EXITNUMBERS
HELPNUMBER

if [ $# -lt $MINPARAMETERS ]
then 
	echo "The script needs at least " $MINPARAMETERS 
	echo 
	exit
else
	echo "The value of the parameters before the sorting:"
	echo $@
	echo	
fi
for (( h=1 ; h &amp;lt;= $# ; h++ ))
do
	EXITNUMBERS=$@
done
for (( i=1 ; i &amp;lt;= $# ; i++ ))
do
	for j 
	do	
	if [ $j -ge $((j+1)) ]	
	then 	
	    HELPNUMBER=${EXITNUMBERS[j]}
            EXITNUMBERS[j]=${EXITNUMBERS[j+1]
            EXITNUMBERS[j+1]=$HELPNUMBER
	fi
	done
done
echo "The value of the parameters after sorting"
echo ${EXITNUMBERS[*]}

&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The problem is that I can't find the right syntaxis for: &lt;br /&gt;
$[j+1] or $((j+1))&lt;br /&gt;
in the nested for-loop.&lt;br /&gt;
&lt;br /&gt;
I'm working with ubuntu.&lt;br /&gt;
If you see any other mistakes or have tips, I would appreciate it.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/395426/395426/how-to-work-with-parameters-in-for-loop-when-making-a-script/</guid>
      <pubDate>Thu, 20 Aug 2009 12:32:36 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>securing a users .xscreensaver file as root</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/387045/387045/securing-a-users-xscreensaver-file-as-root/</link>
      <description>hello,&lt;br /&gt;
&lt;br /&gt;
I have a challenge to find a way to lock down a file in a user’s home directory, such that a user can NOT modify, rename, move, delete, etc. The solution needs to be deployable without, for example, having to switch from unix to windows, etc&lt;br /&gt;
&lt;br /&gt;
We are using NFS. We want to lock the .xscreensaver in the user's home dir and not allow the user to modify this file at all. I chmod the file to 700, owned by root:root but the user can go to his home dir and still do whatever he wants with this file because he is the owner of the parent directory.&lt;br /&gt;
Any ideas?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thanks for your help,&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/387045/387045/securing-a-users-xscreensaver-file-as-root/</guid>
      <pubDate>Mon, 09 Mar 2009 16:42:28 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>New to Linux</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/386756/386756/new-to-linux/</link>
      <description>I'M trying to install Limewire on Ubuntu Linux but I'M getting the following error message.&lt;br /&gt;
&lt;br /&gt;
Failed to run gdebi-gtk '--non-interactive' '/home/other/Desktop/LimeWireLinux.deb' as user root.&lt;br /&gt;
&lt;br /&gt;
The underlying authorization mechanism (sudo) does not allow you to run this program. Contact the system administrator.&lt;br /&gt;
&lt;br /&gt;
I am also not able to login into the Terminal using the "su" command to install other programs. I the this error message, even though I'M using the same password I use to login to the screen name.&lt;br /&gt;
&lt;br /&gt;
su: Authentication failure&lt;br /&gt;
other@garrett-desktop:~$&lt;br /&gt;
other@garrett-desktop&lt;br /&gt;
&lt;br /&gt;
Thanks for any and all help.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/386756/386756/new-to-linux/</guid>
      <pubDate>Wed, 04 Mar 2009 08:41:00 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>how can i generate a record of all instructions executed by a given pr</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/385505/385505/how-can-i-generate-a-record-of-all-instructions-executed-by-a-given-pr/</link>
      <description>Hi All,&lt;br /&gt;
&lt;br /&gt;
 I have written a small program to tracing a child process instruction by instruction and recording them all. what my aim is to count all the instruction executed inside the child process and maintain their cycle time needd to execute.&lt;br /&gt;
&lt;br /&gt;
My program is as follows: But it not working properly. i am using Linux operating system. please help.&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
 &lt;br /&gt;
#include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/ptrace.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/types.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/wait.h&amp;gt;&lt;br /&gt;
#include &amp;lt;unistd.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/user.h&amp;gt;&lt;br /&gt;
#include &amp;lt;sys/syscall.h&amp;gt;&lt;br /&gt;
int main()&lt;br /&gt;
{   pid_t child;&lt;br /&gt;
    const int long_size = sizeof(long);&lt;br /&gt;
    child = fork();&lt;br /&gt;
    if(child == 0) &lt;br /&gt;
    {&lt;br /&gt;
        ptrace(PTRACE_TRACEME, 0, NULL, NULL);&lt;br /&gt;
        execl("./test.out", "test.out", NULL);&lt;br /&gt;
    }&lt;br /&gt;
    else &lt;br /&gt;
    {&lt;br /&gt;
        int status;&lt;br /&gt;
        struct user_regs_struct regs;&lt;br /&gt;
        int start = 0;&lt;br /&gt;
        long ins;&lt;br /&gt;
        unsigned char ch;&lt;br /&gt;
        while(1) &lt;br /&gt;
         {&lt;br /&gt;
            wait(&amp;amp;status);&lt;br /&gt;
            if(WIFEXITED(status))&lt;br /&gt;
                break;&lt;br /&gt;
            if(status != 1407)&lt;br /&gt;
               break;&lt;br /&gt;
            ptrace(PTRACE_GETREGS, child, NULL, &amp;amp;regs);&lt;br /&gt;
            ins = ptrace(PTRACE_PEEKTEXT, child, regs.eip, NULL);&lt;br /&gt;
            printf("EIP: %lx Instruction executed: %lx\n", regs.eip, ch);  &lt;br /&gt;
            ptrace(PTRACE_SINGLESTEP, child, NULL, NULL);&lt;br /&gt;
  &lt;br /&gt;
         } &lt;br /&gt;
    }&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/385505/385505/how-can-i-generate-a-record-of-all-instructions-executed-by-a-given-pr/</guid>
      <pubDate>Tue, 10 Feb 2009 05:49:39 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>regarding pkg-config-0.23</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/381499/381499/regarding-pkg-config-023/</link>
      <description>&lt;br /&gt;
 i need to cross compile pango for arm board and the native system im working on is fedora-2.621   .&lt;br /&gt;
&lt;br /&gt;
as part of this i had to compile pkg-config-0.23 into my own path /root/usr/moz .while i try  ./configure --host=i686-linux --build=arm-linux  --prefix=/root/usr/moz/  --without-x&lt;br /&gt;
i get the following error &lt;br /&gt;
&lt;br /&gt;
checking whether arm-linux-gnu-gcc accepts -g... (cached) yes&lt;br /&gt;
checking for arm-linux-gnu-gcc option to accept ISO C89... (cached) none needed&lt;br /&gt;
checking dependency style of arm-linux-gnu-gcc... (cached) gcc3&lt;br /&gt;
checking for arm-linux-gnu-gcc option to accept ANSI C... none needed&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking for extra flags to get ANSI library prototypes... configure: error: cannot run test program while cross compiling&lt;br /&gt;
See `config.log' for more details.&lt;br /&gt;
configure: error: ./configure failed for glib-1.2.10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this is what the config.log says in the pkg-config-0.23/glib-1.2.10 &lt;br /&gt;
&lt;br /&gt;
configure:20256: checking dependency style of arm-linux-gnu-gcc&lt;br /&gt;
configure:20339: result: gcc3&lt;br /&gt;
configure:20359: checking for arm-linux-gnu-gcc option to accept ANSI C&lt;br /&gt;
configure:20427: arm-linux-gnu-gcc  -c -g -O2  conftest.c &amp;gt;&amp;amp;5&lt;br /&gt;
configure:20433: $? = 0&lt;br /&gt;
configure:20453: result: none needed&lt;br /&gt;
configure:20477: checking for a BSD-compatible install&lt;br /&gt;
configure:20533: result: /usr/bin/install -c&lt;br /&gt;
configure:20564: checking for extra flags to get ANSI library prototypes&lt;br /&gt;
configure:20570: error: cannot run test program while cross compiling&lt;br /&gt;
See `config.log' for more details.&lt;br /&gt;
&lt;br /&gt;
## ---------------- ##&lt;br /&gt;
## Cache variables. ##&lt;br /&gt;
## ---------------- ##&lt;br /&gt;
&lt;br /&gt;
ac_cv_build=arm-unknown-linux-gnu&lt;br /&gt;
ac_cv_c_compiler_gnu=yes&lt;br /&gt;
ac_cv_cxx_compiler_gnu=yes&lt;br /&gt;
ac_cv_env_CCC_set=&lt;br /&gt;
ac_cv_env_CCC_value=&lt;br /&gt;
ac_cv_env_CC_set=set&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
could anyone help me sole this error and let know why this error occured  , so that i can proceed with my furthur libraries to be compiled&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/381499/381499/regarding-pkg-config-023/</guid>
      <pubDate>Sun, 02 Nov 2008 21:50:06 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: HELP: I need help in installing the gtk+ package..</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/332731/381441/re-help-i-need-help-in-installing-the-gtk+-package/#381441</link>
      <description>: &lt;strong&gt;i already have installed glib, atk, pango and cairo.. i am &lt;br /&gt;
: currently having this problem when i try to install gtk+ i already &lt;br /&gt;
: have specified the path to my pkg_config_path and LD_Library_path &lt;br /&gt;
: the path to where i installed my glib..&lt;/strong&gt; &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: checking for a BSD-compatible install... /usr/bin/install -c &lt;br /&gt;
: checking whether build environment is sane... yes &lt;br /&gt;
: checking whether make sets $(MAKE)... yes &lt;br /&gt;
: checking for working aclocal-1.4... found &lt;br /&gt;
: checking for working autoconf... found &lt;br /&gt;
: checking for working automake-1.4... found &lt;br /&gt;
: checking for working autoheader... found &lt;br /&gt;
: checking for working makeinfo... found &lt;br /&gt;
: checking for gcc... gcc &lt;br /&gt;
: checking for C compiler default output... a.out &lt;br /&gt;
: checking whether the C compiler works... yes &lt;br /&gt;
: checking whether we are cross compiling... no &lt;br /&gt;
: checking for suffix of executables... &lt;br /&gt;
: checking for suffix of object files... o &lt;br /&gt;
: checking whether we are using the GNU C compiler... yes &lt;br /&gt;
: checking whether gcc accepts -g... yes &lt;br /&gt;
: checking for gcc option to accept ANSI C... none needed &lt;br /&gt;
: checking build system type... i686-pc-linux-gnu &lt;br /&gt;
: checking host system type... i686-pc-linux-gnu &lt;br /&gt;
: checking for a sed that does not truncate output... /bin/sed &lt;br /&gt;
: checking for egrep... grep -E &lt;br /&gt;
: checking for ld used by gcc... /usr/bin/ld &lt;br /&gt;
: checking if the linker (/usr/bin/ld) is GNU ld... yes &lt;br /&gt;
: checking for /usr/bin/ld option to reload object files... -r &lt;br /&gt;
: checking for BSD-compatible nm... /usr/bin/nm -B &lt;br /&gt;
: checking whether ln -s works... yes &lt;br /&gt;
: checking how to recognise dependent libraries... pass_all &lt;br /&gt;
: checking how to run the C preprocessor... gcc -E &lt;br /&gt;
: checking for ANSI C header files... yes &lt;br /&gt;
: checking for sys/types.h... yes &lt;br /&gt;
: checking for sys/stat.h... yes &lt;br /&gt;
: checking for stdlib.h... yes &lt;br /&gt;
: checking for string.h... yes &lt;br /&gt;
: checking for memory.h... yes &lt;br /&gt;
: checking for strings.h... yes &lt;br /&gt;
: checking for inttypes.h... yes &lt;br /&gt;
: checking for stdint.h... yes &lt;br /&gt;
: checking for unistd.h... yes &lt;br /&gt;
: checking dlfcn.h usability... yes &lt;br /&gt;
: checking dlfcn.h presence... yes &lt;br /&gt;
: checking for dlfcn.h... yes &lt;br /&gt;
: checking for g++... g++ &lt;br /&gt;
: checking whether we are using the GNU C++ compiler... yes &lt;br /&gt;
: checking whether g++ accepts -g... yes &lt;br /&gt;
: checking how to run the C++ preprocessor... g++ -E &lt;br /&gt;
: checking for g77... no &lt;br /&gt;
: checking for f77... no &lt;br /&gt;
: checking for xlf... no &lt;br /&gt;
: checking for frt... no &lt;br /&gt;
: checking for pgf77... no &lt;br /&gt;
: checking for fl32... no &lt;br /&gt;
: checking for af77... no &lt;br /&gt;
: checking for fort77... no &lt;br /&gt;
: checking for f90... no &lt;br /&gt;
: checking for xlf90... no &lt;br /&gt;
: checking for pgf90... no &lt;br /&gt;
: checking for epcf90... no &lt;br /&gt;
: checking for f95... f95 &lt;br /&gt;
: checking whether we are using the GNU Fortran 77 compiler... yes &lt;br /&gt;
: checking whether f95 accepts -g... yes &lt;br /&gt;
: checking the maximum length of command line arguments... 32768 &lt;br /&gt;
: checking command to parse /usr/bin/nm -B output from gcc object... &lt;br /&gt;
: ok &lt;br /&gt;
: checking for objdir... .libs &lt;br /&gt;
: checking for ar... ar &lt;br /&gt;
: checking for ranlib... ranlib &lt;br /&gt;
: checking for strip... strip &lt;br /&gt;
: checking if gcc static flag  works... yes &lt;br /&gt;
: checking if gcc supports -fno-rtti -fno-exceptions... no &lt;br /&gt;
: checking for gcc option to produce PIC... -fPIC &lt;br /&gt;
: checking if gcc PIC flag -fPIC works... yes &lt;br /&gt;
: checking if gcc supports -c -o file.o... yes &lt;br /&gt;
: checking whether the gcc linker (/usr/bin/ld) supports shared &lt;br /&gt;
: libraries... yes &lt;br /&gt;
: checking whether -lc should be explicitly linked in... no &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: checking if libtool supports shared libraries... yes &lt;br /&gt;
: checking whether to build shared libraries... yes &lt;br /&gt;
: checking whether to build static libraries... no &lt;br /&gt;
: configure: creating libtool &lt;br /&gt;
: appending configuration tag "CXX" to libtool &lt;br /&gt;
: checking for ld used by g++... /usr/bin/ld &lt;br /&gt;
: checking if the linker (/usr/bin/ld) is GNU ld... yes &lt;br /&gt;
: checking whether the g++ linker (/usr/bin/ld) supports shared &lt;br /&gt;
: libraries... yes &lt;br /&gt;
: checking for g++ option to produce PIC... -fPIC &lt;br /&gt;
: checking if g++ PIC flag -fPIC works... yes &lt;br /&gt;
: checking if g++ supports -c -o file.o... yes &lt;br /&gt;
: checking whether the g++ linker (/usr/bin/ld) supports shared &lt;br /&gt;
: libraries... yes &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: appending configuration tag "F77" to libtool &lt;br /&gt;
: checking if libtool supports shared libraries... yes &lt;br /&gt;
: checking whether to build shared libraries... yes &lt;br /&gt;
: checking whether to build static libraries... no &lt;br /&gt;
: checking for f95 option to produce PIC... -fPIC &lt;br /&gt;
: checking if f95 PIC flag -fPIC works... yes &lt;br /&gt;
: checking if f95 supports -c -o file.o... yes &lt;br /&gt;
: checking whether the f95 linker (/usr/bin/ld) supports shared &lt;br /&gt;
: libraries... yes &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: checking whether to enable maintainer-specific portions of &lt;br /&gt;
: Makefiles... no &lt;br /&gt;
: checking for some Win32 platform... no &lt;br /&gt;
: checking for native Win32... no &lt;br /&gt;
: checking whether build environment is sane... yes &lt;br /&gt;
: checking for strerror in -lcposix... no &lt;br /&gt;
: checking for gcc option to accept ANSI C... none needed &lt;br /&gt;
: checking for a BSD-compatible install... /usr/bin/install -c &lt;br /&gt;
: checking whether make sets $(MAKE)... (cached) yes &lt;br /&gt;
: checking for pkg-config... /usr/bin/pkg-config &lt;br /&gt;
: checking for glib-2.0 &amp;gt;= 2.1.4 atk &amp;gt;= 1.0.1 pango &amp;gt;= 1.0.1... yes &lt;br /&gt;
: checking BASE_DEPENDENCIES_CFLAGS... &lt;br /&gt;
: -I/usr/local/lib/atk-1.10.3/include/atk-1.0 &lt;br /&gt;
: -I/usr/local/lib/glib-2.10.0//include/glib-2.0 &lt;br /&gt;
: -I/usr/local/lib/glib-2.10.0//lib/glib-2.0/include &lt;br /&gt;
: -I/usr/local/lib/pango-1.12.0/include/pango-1.0 &lt;br /&gt;
: checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib/atk-1.10.3/lib &lt;br /&gt;
: -L/usr/local/lib/glib-2.10.0//lib -L/usr/local/lib/pango-1.12.0/lib &lt;br /&gt;
: -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 &lt;br /&gt;
: checking Whether to write dependencies into .pc files... no &lt;br /&gt;
: checking for perl5... no &lt;br /&gt;
: checking for perl... /usr/bin/perl &lt;br /&gt;
: checking for indent... indent &lt;br /&gt;
: checking for lstat... yes &lt;br /&gt;
: checking for mkstemp... yes &lt;br /&gt;
: checking for flockfile... yes &lt;br /&gt;
: checking for sigsetjmp... yes &lt;br /&gt;
: checking whether make is GNU Make... yes &lt;br /&gt;
: checking locale.h usability... yes &lt;br /&gt;
: checking locale.h presence... yes &lt;br /&gt;
: checking for locale.h... yes &lt;br /&gt;
: checking for LC_MESSAGES... yes &lt;br /&gt;
: checking libintl.h usability... yes &lt;br /&gt;
: checking libintl.h presence... yes &lt;br /&gt;
: checking for libintl.h... yes &lt;br /&gt;
: checking for dgettext in libc... yes &lt;br /&gt;
: checking for bind_textdomain_codeset... yes &lt;br /&gt;
: checking for msgfmt... /usr/bin/msgfmt &lt;br /&gt;
: checking for dcgettext... yes &lt;br /&gt;
: checking for gmsgfmt... /usr/bin/msgfmt &lt;br /&gt;
: checking for xgettext... /usr/bin/xgettext &lt;br /&gt;
: checking for catalogs to be installed...  am az be bg ca cs cy da de &lt;br /&gt;
: el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko lt lv mk &lt;br /&gt;
: ml mn ms nl nn no pl pt pt_BR ro ru sk sl sr sr@Latn sv ta tr uk vi &lt;br /&gt;
: wa yi zh_TW zh_CN &lt;br /&gt;
: checking for extra flags to get ANSI library prototypes... none &lt;br /&gt;
: needed &lt;br /&gt;
: checking for the BeOS... no &lt;br /&gt;
: checking for extra flags for POSIX compliance... none needed &lt;br /&gt;
: checking for pkg-config... (cached) /usr/bin/pkg-config &lt;br /&gt;
: checking for GLIB - version &amp;gt;= 2.1.4... &lt;br /&gt;
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB &lt;br /&gt;
: (2.6.4) &lt;br /&gt;
: *** was found! If pkg-config was correct, then it is best &lt;br /&gt;
: *** to remove the old version of GLib. You may also be able to fix &lt;br /&gt;
: the error &lt;br /&gt;
: *** by modifying your LD_LIBRARY_PATH enviroment variable, or by &lt;br /&gt;
: editing &lt;br /&gt;
: *** /etc/ld.so.conf. Make sure you have run ldconfig if that is &lt;br /&gt;
: *** required on your system. &lt;br /&gt;
: *** If pkg-config was wrong, set the environment variable &lt;br /&gt;
: PKG_CONFIG_PATH &lt;br /&gt;
: *** to point to the correct configuration files &lt;br /&gt;
: no &lt;br /&gt;
: configure: error: &lt;br /&gt;
: *** GLIB 2.1.4 or better is required. The latest version of &lt;br /&gt;
: *** GLIB is always available from &lt;a href="ftp://ftp.gtk.org/."&gt;ftp://ftp.gtk.org/.&lt;/a&gt; &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: please help me with this problem.. i really need your help..&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
hey i need a help from you . since u have already cairo could u solve this one .&lt;br /&gt;
&lt;br /&gt;
i have to cross compile for the arm board and i am trying to build pango as a requirement to compile gtk for porting mozilla&lt;br /&gt;
as a basic level i have created my own path to install all the required libraries ie &lt;br /&gt;
i give --prefix as /root/usr/moz while doing ./configure &lt;br /&gt;
&lt;br /&gt;
so in order to have latest version of pkg-config in this path i choose pkg-config-0.23&lt;br /&gt;
with the same prefix .but i get the following error&lt;br /&gt;
&lt;br /&gt;
./configure --host=i686-linux --build=arm-linux  --prefix=/root/usr/&lt;br /&gt;
moz/  --without-x&lt;br /&gt;
checking dependency style of arm-linux-gnu-gcc... (cached) gcc3&lt;br /&gt;
checking for arm-linux-gnu-gcc option to accept ANSI C... none needed&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking for extra flags to get ANSI library prototypes... configure:&lt;br /&gt;
error: cannot run test program while cross compiling&lt;br /&gt;
See `config.log' for more details.&lt;br /&gt;
configure: error: ./configure failed for glib-1.2.10&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
i need glib-2.17.3 for pango to pass the configuration and hence have built this version of glib successfully .&lt;br /&gt;
&lt;br /&gt;
could you give me a solution for the above error .</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/332731/381441/re-help-i-need-help-in-installing-the-gtk+-package/#381441</guid>
      <pubDate>Fri, 31 Oct 2008 04:27:32 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>system info using shell scrpiting</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/372771/372771/system-info-using-shell-scrpiting/</link>
      <description>hi this is varma...&lt;br /&gt;
&lt;br /&gt;
how can get a system info using shell scripting....&lt;br /&gt;
&lt;br /&gt;
can anyone help me..&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/372771/372771/system-info-using-shell-scrpiting/</guid>
      <pubDate>Thu, 19 Jun 2008 15:44:56 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Need advise on setting up home intranet.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361824/368358/re-need-advise-on-setting-up-home-intranet/#368358</link>
      <description>Not sure how much you know about networking (or want to know) so I'll try to explain a bit in simple terms.&lt;br /&gt;
&lt;br /&gt;
This is how I understand it:&lt;br /&gt;
&lt;br /&gt;
you have 2 laptops, a PC and a router.&lt;br /&gt;
&lt;br /&gt;
you want to set up a web server (apache) on the pc and connect to it using the laptops. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If this is right, then all you should need to do is setup apache (on linux generally install apache using your distros package management tool and start it, if it doesn't start automatically, how you start it apache depends on your distro but usually something like running "/etc/init.d/apache start" as root)&lt;br /&gt;
&lt;br /&gt;
You should then be able to connect to is using any web browser on your laptops by typing in the ip address on the pc into the browsers address bar. From the pc this would be "http://localhost" and you would see the apache default page, which I think is just a page that says "It works!" or maybe a directory listing. &lt;br /&gt;
&lt;br /&gt;
from the laptops you should be able to type in the ip address on the pc. because you are using a local router (I am assuming the the 3 computers connect to the router, and the router connects to the internet, correct?)&lt;br /&gt;
&lt;br /&gt;
the router is assigned an ip address by your ISP and the router then assigns an ip to each computer that connects to it. the ip's that the router assignes are local ip's and only apply within your intranet. they are something like 192.168.2.xxx where xxx is different for each computer connected to the router. you should be able to find out the ip address of the pc using your routers management tool (often a web browser based tool that allows you to configure certain aspects of the router operation). Find this ip address, type into a browser on one of the laptops and you should be sorted. &lt;br /&gt;
&lt;br /&gt;
hope this helps, if not please reply.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
nugent&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361824/368358/re-need-advise-on-setting-up-home-intranet/#368358</guid>
      <pubDate>Mon, 31 Dec 2007 16:13:39 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: DO you use UBUNTU ? - I cannot install &amp; need help</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361190/367831/re-do-you-use-ubuntu----i-cannot-install--need-help/#367831</link>
      <description>&lt;br /&gt;
if it is a problem with your graphics card you should be able to tell the installer to use vesa instead to the ati driver during install, and then switch to the ati driver once the OS is installed. It's been a while since I installed ubuntu so i can't remember how to do this, but it should be fairly easy to find info on the ubuntu site or the forum site.&lt;br /&gt;
&lt;br /&gt;
Hope this info is of some use&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
nugent&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361190/367831/re-do-you-use-ubuntu----i-cannot-install--need-help/#367831</guid>
      <pubDate>Fri, 07 Dec 2007 17:48:40 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Installing programs? (General info)</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/360941/367830/re-installing-programs-general-info/#367830</link>
      <description>: How do we install programs/packages on linux? I am not a linux user &lt;br /&gt;
: yet. I just want to know if a person wants to install a new &lt;br /&gt;
: application will he download source code OR run set up programs to &lt;br /&gt;
: install the program like how it is done on Windows?&lt;br /&gt;
: &lt;br /&gt;
: I think the windows way of doing things is something that leaves us &lt;br /&gt;
: in the loop. We don't know what is exactly being installed. Hence &lt;br /&gt;
: this may lead to problems like pop ups and lot of other problems, &lt;br /&gt;
: mostly without our knowledge.&lt;br /&gt;
&lt;br /&gt;
It depends on the Linux distribution (ubuntu, fedora etc). Many distributions have a package management tool (debian based systems use apt-get, fedora and suse use rpm files). These tools can download and install programs (and all dependencies for the program). Most distros have graphical front-ends for these tools, such as synaptic. &lt;br /&gt;
&lt;br /&gt;
Of course you can always download the source code (if it is available, not all linux programs are open source) and compile it yourself, but then you have to take care of the dependencies yourself (or possibly lose functionality in the program).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
nugent&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/360941/367830/re-installing-programs-general-info/#367830</guid>
      <pubDate>Fri, 07 Dec 2007 17:44:57 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Need advise on setting up home intranet.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361824/364253/re-need-advise-on-setting-up-home-intranet/#364253</link>
      <description>: I'm needing to have the same thing setup and I'm hopelessly &lt;br /&gt;
: lost...some direction, or even a link to a tutorial would be great!&lt;br /&gt;
: &lt;br /&gt;
: thanks&lt;br /&gt;
: jake&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
Hi Jake,&lt;br /&gt;
&lt;br /&gt;
I found that all I had to do was set my web server(appache in my case) to use my (linux) ip address instead of a domain name. This made it possible to view my web pages from my xp laptop through my linxsys cable router.&lt;br /&gt;
I figured this out durring a mad scamble through my Fedora 6 Bible.&lt;br /&gt;
&lt;br /&gt;
Good luck, and keep in touch.&lt;br /&gt;
Sounds like we could learn a lot from each other as we go.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
JoeMc&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361824/364253/re-need-advise-on-setting-up-home-intranet/#364253</guid>
      <pubDate>Mon, 06 Aug 2007 09:53:50 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Need advise on setting up home intranet.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361824/364252/re-need-advise-on-setting-up-home-intranet/#364252</link>
      <description>I'm needing to have the same thing setup and I'm hopelessly lost...some direction, or even a link to a tutorial would be great!&lt;br /&gt;
&lt;br /&gt;
thanks&lt;br /&gt;
jake&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361824/364252/re-need-advise-on-setting-up-home-intranet/#364252</guid>
      <pubDate>Mon, 06 Aug 2007 08:55:22 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Need advise on setting up home intranet.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361824/361824/need-advise-on-setting-up-home-intranet/</link>
      <description>Hi All,&lt;br /&gt;
&lt;br /&gt;
I'm trying to setup an intranet at home to practice web developing.&lt;br /&gt;
&lt;br /&gt;
What I currently have:&lt;br /&gt;
I've got a linux box running Fedora Core 6 in one room of my house,&lt;br /&gt;
and I am using Apache 2.0 on that box. Also my fiance and I both have &lt;br /&gt;
laptops running windows XP that we use in our living room. &lt;br /&gt;
&lt;br /&gt;
My current hardware set up:&lt;br /&gt;
The linux box, and both laptops are all connected to the internet through a common linksys cable modem/router. the Laptops wirelessly, and the linux box through a hard connection.&lt;br /&gt;
&lt;br /&gt;
What I want:&lt;br /&gt;
I want to setup an intranet from my linux box with the apache web server&lt;br /&gt;
that I can browse from the wireless laptops.&lt;br /&gt;
&lt;br /&gt;
I'm thinking I need to do something with my linux box and router, but not sure what.&lt;br /&gt;
&lt;br /&gt;
Any advise or suggestion would be very much appreciated.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
JoeMc &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361824/361824/need-advise-on-setting-up-home-intranet/</guid>
      <pubDate>Thu, 21 Jun 2007 10:19:46 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>DO you use UBUNTU ? - I cannot install &amp; need help</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/361190/361190/do-you-use-ubuntu----i-cannot-install--need-help/</link>
      <description>&lt;br /&gt;
Hi There&lt;br /&gt;
&lt;br /&gt;
Thanks for responding.&lt;br /&gt;
&lt;br /&gt;
Firstly I am not a programmer but I do write simple C &amp;amp; c++ programs using Borland++. &lt;br /&gt;
&lt;br /&gt;
Problem - I am trying to instalL UBUNTU onto my machine using their free download iso file which I have burnt to a disk. All is well until I try to install UBUNTO via a CDROM boot using the Disk. The iso file is &lt;span style="color: Red;"&gt;&lt;strong&gt;ubuntu-7.04-desktop-i386.iso&lt;/strong&gt;&lt;/span&gt;. The intial Intro screen is fine - however when I select install I get this dumped at the bottom of the screen. referring to interrupt 14.....  &lt;br /&gt;
&lt;br /&gt;
Int 14 CR2 f8000000 err 00000000 EIP c020c384 CS 00000060 Flags 00100007 &lt;br /&gt;
Stack c00f8050 c03f129b c0371d8c 00000002 c00f8059 000f8050 00000000 00000000&lt;br /&gt;
&lt;br /&gt;
I have asked Ubunto members what is the likely cause of this and have been told it could be to do with my ATI graphics card (ATI9550).&lt;br /&gt;
&lt;br /&gt;
Are you able to help in any way ?&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Thank you in anticipation - Living_Legend&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
PS I run a Compaq Presario Intel Celeron 2.66G with 1.75G memory WinXPSP2 and have no known problemss at all with any connectd hardware &amp;amp; or Software all of which is/are up to date and all run like clockwork.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/361190/361190/do-you-use-ubuntu----i-cannot-install--need-help/</guid>
      <pubDate>Wed, 13 Jun 2007 03:43:03 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Installing programs? (General info)</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/360941/360941/installing-programs-general-info/</link>
      <description>How do we install programs/packages on linux? I am not a linux user yet. I just want to know if a person wants to install a new application will he download source code OR run set up programs to install the program like how it is done on Windows?&lt;br /&gt;
&lt;br /&gt;
I think the windows way of doing things is something that leaves us in the loop. We don't know what is exactly being installed. Hence this may lead to problems like pop ups and lot of other problems, mostly without our knowledge.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/360941/360941/installing-programs-general-info/</guid>
      <pubDate>Thu, 07 Jun 2007 06:32:45 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Need help getting Beryl to work after botched install.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/359287/359299/re-need-help-getting-beryl-to-work-after-botched-install/#359299</link>
      <description>NEVERMIND......... :)&lt;br /&gt;
&lt;br /&gt;
ran "sudo dpkg-reconfigure xserver-xorg" again and changed the settings to nvidia instead of nv. now it works!!!!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/359287/359299/re-need-help-getting-beryl-to-work-after-botched-install/#359299</guid>
      <pubDate>Sat, 19 May 2007 14:56:52 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Need help getting Beryl to work after botched install.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/359287/359296/re-need-help-getting-beryl-to-work-after-botched-install/#359296</link>
      <description># WOOHOO! I entered the following command and configured "x server" for nv (nvidia)&lt;br /&gt;
&lt;br /&gt;
sudo dpkg-reconfigure xserver-xorg&lt;br /&gt;
&lt;br /&gt;
# And now the desktop loads fine now at a better resolution along with Beryl. Unfortunately, I don't get any of the effects. When I try to change to window manger in the settings to Beryl it automatically jumps back to metacity. However, when I switch it to compitz it sticks, but I still don't get any effects.&lt;br /&gt;
&lt;br /&gt;
Am I failing to see something here?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/359287/359296/re-need-help-getting-beryl-to-work-after-botched-install/#359296</guid>
      <pubDate>Sat, 19 May 2007 13:44:44 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Need help getting Beryl to work after botched install.</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/359287/359287/need-help-getting-beryl-to-work-after-botched-install/</link>
      <description>#I tried installing Beryl on my Ubuntu Feisty system by using the following steps from &lt;a href="http://wiki.beryl-project.org/wiki/I...ty_with_nVidia"&gt;http://wiki.beryl-project.org/wiki/I...ty_with_nVidia&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;gt; 1. Open a terminal. Execute:&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; sudo echo "Beryl &amp;amp; nVidia installation script for ubuntu Ubuntu Feisty"&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; (this one line requires your password so that, the next text paste is uninterrupted.)&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; 2. Copy and paste all the text into the Terminal in one action. [Select all the text. Then middle button click in terminal]&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script&lt;br /&gt;
&amp;gt; sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script&lt;br /&gt;
&amp;gt; echo "deb [url]http://ubuntu.beryl-project.org[/url] feisty main&lt;br /&gt;
&amp;gt; deb-src [url]http://ubuntu.beryl-project.org[/url] feisty main" | sudo tee -a /etc/apt/sources.list&lt;br /&gt;
&amp;gt; wget [url]http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg[/url] -O- | sudo apt-key add -&lt;br /&gt;
&amp;gt; sudo apt-get update&lt;br /&gt;
&amp;gt; sudo apt-get -y install beryl beryl-manager emerald-themes&lt;br /&gt;
&amp;gt; sudo nvidia-xconfig --add-argb-glx-visuals&lt;br /&gt;
&amp;gt; sudo cp /usr/share/applications/beryl-manager.desktop /etc/xdg/autostart/beryl-manager.desktop&lt;br /&gt;
&amp;gt; cp /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop&lt;br /&gt;
&amp;gt; echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"&lt;br /&gt;
&amp;gt; echo "Installation completed !"&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; 3. Now Logout and then press [CTRL+ALT+BACKSPACE] to restart xorg&lt;br /&gt;
&lt;br /&gt;
#After hitting CTL+ALT+BACKSPACE I was brought back to login prompt. From there I logged in and Ubuntu loaded my account normally but as soon as I saw the panel the screen turned white and all I could see is my cursor. Now everything time I restart and login I am brought to a blank white screen.&lt;br /&gt;
&lt;br /&gt;
#I also want to mention that I own a Dimension Dell 8300 with a 128mb DDR Nvidia Geforce FX 5200 graphics card inside of it. This is a pretty fresh install of Ubuntu so I haven't installed any new drivers yet. Please don't tell me to reinstall to OS I want to fix the problem not wipe it out of existence. What went wrong and how do I fix it? Is there still any hope of me getting Beryl to work?&lt;br /&gt;
&lt;br /&gt;
#Then I tried these commands that I got on another forum:&lt;br /&gt;
&lt;br /&gt;
sudo apt-get install nvidia-glx nvidia-kernel-common&lt;br /&gt;
sudo nvidia-glx-config-enable&lt;br /&gt;
&lt;br /&gt;
#Then when I rebooted rather than going to the login screen it gave me the following text-based prompt:&lt;br /&gt;
&lt;br /&gt;
&amp;gt;Failed to start X server (your graphical interface). It is likely that it is not setup correctly. Would you like to view the X server output to diagnose the problem? YES/NO&lt;br /&gt;
&lt;br /&gt;
#I selected YES and got this info:&lt;br /&gt;
&lt;br /&gt;
&amp;gt; X Window System Version 7.2.0&lt;br /&gt;
&amp;gt; Release Date: 22 January 2007&lt;br /&gt;
&amp;gt; X Protocol Version 0, Release 7.2&lt;br /&gt;
&amp;gt; Build Operating System : Linux Ubuntu&lt;br /&gt;
&amp;gt; Current Operating System: jerry-desktop 2.6.20-15-generic #2 SMP&lt;br /&gt;
&amp;gt; Sun Apr 15 07:36:31 UTC 2007 i686&lt;br /&gt;
&amp;gt; Build Date: 04 April 2007&lt;br /&gt;
&amp;gt; 	Before reporting problems, check [url]http://wiki.x.org[/url]&lt;br /&gt;
&amp;gt;	to make sure that you have the latest version.&lt;br /&gt;
&amp;gt; Module Loader present&lt;br /&gt;
&amp;gt; Markers: (--) probed, (**) from config file, (--) default setting,&lt;br /&gt;
&amp;gt; 	(++) from command line, (!!) notice, (II) informational,&lt;br /&gt;
&amp;gt; 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown&lt;br /&gt;
&amp;gt; (==) Log file: "var/log/Xorg.0.log", Time: Sat May 19 11:10:14 2007&lt;br /&gt;
&amp;gt; (==) Using config file: "/etc/X11/xorg.conf"&lt;br /&gt;
&amp;gt; (WW) NVIDIA: No matching Device section for instance (Bus ID PCI:1:0:0)&lt;br /&gt;
&amp;gt; found&lt;br /&gt;
&amp;gt; (EE) No devices detected&lt;br /&gt;
&amp;gt;&lt;br /&gt;
&amp;gt; Fatal server error:&lt;br /&gt;
&amp;gt; no screens found&lt;br /&gt;
&lt;br /&gt;
#Any ideas on what I can do next to get Beryl running? Please tell me that there is still hope.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/359287/359287/need-help-getting-beryl-to-work-after-botched-install/</guid>
      <pubDate>Sat, 19 May 2007 10:04:15 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: HELP: I need help in installing the gtk+ package..</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/332731/357644/re-help-i-need-help-in-installing-the-gtk+-package/#357644</link>
      <description>: &lt;strong&gt;i already have installed glib, atk, pango and cairo.. i am currently having this problem when i try to install gtk+ i already have specified the path to my pkg_config_path and LD_Library_path the path to where i installed my glib..&lt;/strong&gt; &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: checking for a BSD-compatible install... /usr/bin/install -c &lt;br /&gt;
: checking whether build environment is sane... yes &lt;br /&gt;
: checking whether make sets $(MAKE)... yes &lt;br /&gt;
: checking for working aclocal-1.4... found &lt;br /&gt;
: checking for working autoconf... found &lt;br /&gt;
: checking for working automake-1.4... found &lt;br /&gt;
: checking for working autoheader... found &lt;br /&gt;
: checking for working makeinfo... found &lt;br /&gt;
: checking for gcc... gcc &lt;br /&gt;
: checking for C compiler default output... a.out &lt;br /&gt;
: checking whether the C compiler works... yes &lt;br /&gt;
: checking whether we are cross compiling... no &lt;br /&gt;
: checking for suffix of executables... &lt;br /&gt;
: checking for suffix of object files... o &lt;br /&gt;
: checking whether we are using the GNU C compiler... yes &lt;br /&gt;
: checking whether gcc accepts -g... yes &lt;br /&gt;
: checking for gcc option to accept ANSI C... none needed &lt;br /&gt;
: checking build system type... i686-pc-linux-gnu &lt;br /&gt;
: checking host system type... i686-pc-linux-gnu &lt;br /&gt;
: checking for a sed that does not truncate output... /bin/sed &lt;br /&gt;
: checking for egrep... grep -E &lt;br /&gt;
: checking for ld used by gcc... /usr/bin/ld &lt;br /&gt;
: checking if the linker (/usr/bin/ld) is GNU ld... yes &lt;br /&gt;
: checking for /usr/bin/ld option to reload object files... -r &lt;br /&gt;
: checking for BSD-compatible nm... /usr/bin/nm -B &lt;br /&gt;
: checking whether ln -s works... yes &lt;br /&gt;
: checking how to recognise dependent libraries... pass_all &lt;br /&gt;
: checking how to run the C preprocessor... gcc -E &lt;br /&gt;
: checking for ANSI C header files... yes &lt;br /&gt;
: checking for sys/types.h... yes &lt;br /&gt;
: checking for sys/stat.h... yes &lt;br /&gt;
: checking for stdlib.h... yes &lt;br /&gt;
: checking for string.h... yes &lt;br /&gt;
: checking for memory.h... yes &lt;br /&gt;
: checking for strings.h... yes &lt;br /&gt;
: checking for inttypes.h... yes &lt;br /&gt;
: checking for stdint.h... yes &lt;br /&gt;
: checking for unistd.h... yes &lt;br /&gt;
: checking dlfcn.h usability... yes &lt;br /&gt;
: checking dlfcn.h presence... yes &lt;br /&gt;
: checking for dlfcn.h... yes &lt;br /&gt;
: checking for g++... g++ &lt;br /&gt;
: checking whether we are using the GNU C++ compiler... yes &lt;br /&gt;
: checking whether g++ accepts -g... yes &lt;br /&gt;
: checking how to run the C++ preprocessor... g++ -E &lt;br /&gt;
: checking for g77... no &lt;br /&gt;
: checking for f77... no &lt;br /&gt;
: checking for xlf... no &lt;br /&gt;
: checking for frt... no &lt;br /&gt;
: checking for pgf77... no &lt;br /&gt;
: checking for fl32... no &lt;br /&gt;
: checking for af77... no &lt;br /&gt;
: checking for fort77... no &lt;br /&gt;
: checking for f90... no &lt;br /&gt;
: checking for xlf90... no &lt;br /&gt;
: checking for pgf90... no &lt;br /&gt;
: checking for epcf90... no &lt;br /&gt;
: checking for f95... f95 &lt;br /&gt;
: checking whether we are using the GNU Fortran 77 compiler... yes &lt;br /&gt;
: checking whether f95 accepts -g... yes &lt;br /&gt;
: checking the maximum length of command line arguments... 32768 &lt;br /&gt;
: checking command to parse /usr/bin/nm -B output from gcc object... ok &lt;br /&gt;
: checking for objdir... .libs &lt;br /&gt;
: checking for ar... ar &lt;br /&gt;
: checking for ranlib... ranlib &lt;br /&gt;
: checking for strip... strip &lt;br /&gt;
: checking if gcc static flag  works... yes &lt;br /&gt;
: checking if gcc supports -fno-rtti -fno-exceptions... no &lt;br /&gt;
: checking for gcc option to produce PIC... -fPIC &lt;br /&gt;
: checking if gcc PIC flag -fPIC works... yes &lt;br /&gt;
: checking if gcc supports -c -o file.o... yes &lt;br /&gt;
: checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes &lt;br /&gt;
: checking whether -lc should be explicitly linked in... no &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: checking if libtool supports shared libraries... yes &lt;br /&gt;
: checking whether to build shared libraries... yes &lt;br /&gt;
: checking whether to build static libraries... no &lt;br /&gt;
: configure: creating libtool &lt;br /&gt;
: appending configuration tag "CXX" to libtool &lt;br /&gt;
: checking for ld used by g++... /usr/bin/ld &lt;br /&gt;
: checking if the linker (/usr/bin/ld) is GNU ld... yes &lt;br /&gt;
: checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes &lt;br /&gt;
: checking for g++ option to produce PIC... -fPIC &lt;br /&gt;
: checking if g++ PIC flag -fPIC works... yes &lt;br /&gt;
: checking if g++ supports -c -o file.o... yes &lt;br /&gt;
: checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: appending configuration tag "F77" to libtool &lt;br /&gt;
: checking if libtool supports shared libraries... yes &lt;br /&gt;
: checking whether to build shared libraries... yes &lt;br /&gt;
: checking whether to build static libraries... no &lt;br /&gt;
: checking for f95 option to produce PIC... -fPIC &lt;br /&gt;
: checking if f95 PIC flag -fPIC works... yes &lt;br /&gt;
: checking if f95 supports -c -o file.o... yes &lt;br /&gt;
: checking whether the f95 linker (/usr/bin/ld) supports shared libraries... yes &lt;br /&gt;
: checking how to hardcode library paths into programs... immediate &lt;br /&gt;
: checking whether stripping libraries is possible... yes &lt;br /&gt;
: checking dynamic linker characteristics... GNU/Linux ld.so &lt;br /&gt;
: checking whether to enable maintainer-specific portions of Makefiles... no &lt;br /&gt;
: checking for some Win32 platform... no &lt;br /&gt;
: checking for native Win32... no &lt;br /&gt;
: checking whether build environment is sane... yes &lt;br /&gt;
: checking for strerror in -lcposix... no &lt;br /&gt;
: checking for gcc option to accept ANSI C... none needed &lt;br /&gt;
: checking for a BSD-compatible install... /usr/bin/install -c &lt;br /&gt;
: checking whether make sets $(MAKE)... (cached) yes &lt;br /&gt;
: checking for pkg-config... /usr/bin/pkg-config &lt;br /&gt;
: checking for glib-2.0 &amp;gt;= 2.1.4 atk &amp;gt;= 1.0.1 pango &amp;gt;= 1.0.1... yes &lt;br /&gt;
: checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/lib/atk-1.10.3/include/atk-1.0 -I/usr/local/lib/glib-2.10.0//include/glib-2.0 -I/usr/local/lib/glib-2.10.0//lib/glib-2.0/include -I/usr/local/lib/pango-1.12.0/include/pango-1.0 &lt;br /&gt;
: checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib/atk-1.10.3/lib -L/usr/local/lib/glib-2.10.0//lib -L/usr/local/lib/pango-1.12.0/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 &lt;br /&gt;
: checking Whether to write dependencies into .pc files... no &lt;br /&gt;
: checking for perl5... no &lt;br /&gt;
: checking for perl... /usr/bin/perl &lt;br /&gt;
: checking for indent... indent &lt;br /&gt;
: checking for lstat... yes &lt;br /&gt;
: checking for mkstemp... yes &lt;br /&gt;
: checking for flockfile... yes &lt;br /&gt;
: checking for sigsetjmp... yes &lt;br /&gt;
: checking whether make is GNU Make... yes &lt;br /&gt;
: checking locale.h usability... yes &lt;br /&gt;
: checking locale.h presence... yes &lt;br /&gt;
: checking for locale.h... yes &lt;br /&gt;
: checking for LC_MESSAGES... yes &lt;br /&gt;
: checking libintl.h usability... yes &lt;br /&gt;
: checking libintl.h presence... yes &lt;br /&gt;
: checking for libintl.h... yes &lt;br /&gt;
: checking for dgettext in libc... yes &lt;br /&gt;
: checking for bind_textdomain_codeset... yes &lt;br /&gt;
: checking for msgfmt... /usr/bin/msgfmt &lt;br /&gt;
: checking for dcgettext... yes &lt;br /&gt;
: checking for gmsgfmt... /usr/bin/msgfmt &lt;br /&gt;
: checking for xgettext... /usr/bin/xgettext &lt;br /&gt;
: checking for catalogs to be installed...  am az be bg ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sk sl sr sr@Latn sv ta tr uk vi wa yi zh_TW zh_CN &lt;br /&gt;
: checking for extra flags to get ANSI library prototypes... none needed &lt;br /&gt;
: checking for the BeOS... no &lt;br /&gt;
: checking for extra flags for POSIX compliance... none needed &lt;br /&gt;
: checking for pkg-config... (cached) /usr/bin/pkg-config &lt;br /&gt;
: checking for GLIB - version &amp;gt;= 2.1.4... &lt;br /&gt;
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB (2.6.4) &lt;br /&gt;
: *** was found! If pkg-config was correct, then it is best &lt;br /&gt;
: *** to remove the old version of GLib. You may also be able to fix the error &lt;br /&gt;
: *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing &lt;br /&gt;
: *** /etc/ld.so.conf. Make sure you have run ldconfig if that is &lt;br /&gt;
: *** required on your system. &lt;br /&gt;
: *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH &lt;br /&gt;
: *** to point to the correct configuration files &lt;br /&gt;
: no &lt;br /&gt;
: configure: error: &lt;br /&gt;
: *** GLIB 2.1.4 or better is required. The latest version of &lt;br /&gt;
: *** GLIB is always available from &lt;a href="ftp://ftp.gtk.org/."&gt;ftp://ftp.gtk.org/.&lt;/a&gt; &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: please help me with this problem.. i really need your help..&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**************************************************
************************&lt;br /&gt;
**************************************************
************************&lt;br /&gt;
checking for GLIB - version &amp;gt;= 2.1.4... &lt;br /&gt;
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB (2.6.4) &lt;br /&gt;
: *** was found! If pkg-config was correct, then it is best &lt;br /&gt;
: *** to remove the old version of GLib. You may also be able to fix the error &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
well the above lines tell that glib.pc file in /lib/pkgconfig is not updated properly....check it..u can modify the same..&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/332731/357644/re-help-i-need-help-in-installing-the-gtk+-package/#357644</guid>
      <pubDate>Fri, 13 Apr 2007 03:29:06 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Pleas help me ?</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/354525/354628/re-pleas-help-me-/#354628</link>
      <description>the best way to begin your linux experience is probably via a live cd (which is a cd that you can run linux from without having to install it on your computer's hard drive). This way you can see some of the things linux has to offer, albeit a live cd is much slower that when installed on the hard drive.&lt;br /&gt;
&lt;br /&gt;
there is a list of live distros at:&lt;br /&gt;
&lt;a href="http://www.frozentech.com/content/livecd.php"&gt;http://www.frozentech.com/content/livecd.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
but i would recommend either ubuntu, mepis or knoppix for a beginner as they are fairly user friendly and all include an installer (if you want to install to the hard drive) and they are all based on debian, a very stable linux distro with a very good package management tool. Ubuntu will even ship you a free cd: &lt;a href="https://shipit.ubuntu.com/"&gt;https://shipit.ubuntu.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
there is a a fair bit of documentation about (depends on what you are looking for really) but the linux documentation project is a good place to look for information: &lt;a href="http://tldp.org/"&gt;http://tldp.org/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
nugent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/354525/354628/re-pleas-help-me-/#354628</guid>
      <pubDate>Sun, 25 Feb 2007 12:00:21 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Pleas help me ?</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/354525/354525/pleas-help-me-/</link>
      <description>hi, i'm a 17 year old guy i have heard about unix and linux I would like some guidence on were i can start learning more about it and starting to work with it.&lt;br /&gt;
&lt;br /&gt;
so if anyone can help me i would be grateful.&lt;br /&gt;
&lt;br /&gt;
I hope im not asking too much.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/354525/354525/pleas-help-me-/</guid>
      <pubDate>Fri, 23 Feb 2007 12:20:32 -0700</pubDate>
      <category>Linux Support</category>
    </item>
    <item>
      <title>Re: Switching from Mandriva to Debian</title>
      <link>http://www.programmersheaven.com/mb/linuxsupport/353706/353730/re-switching-from-mandriva-to-debian/#353730</link>
      <description>&lt;br /&gt;
you can convert rpm to deb using a program called alien, see &lt;a href="http://kitenet.net/~joey/code/alien.html"&gt;http://kitenet.net/~joey/code/alien.html&lt;/a&gt; for details&lt;br /&gt;
 &lt;br /&gt;
debian doesn't come with nice user friendly configuration tools like mandrivia so if you are not comfortable with using the command line or editing configuration files you might want to consider using a debian based distro such as ubuntu or mepis&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
nugent&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/linuxsupport/353706/353730/re-switching-from-mandriva-to-debian/#353730</guid>
      <pubDate>Fri, 09 Feb 2007 06:12:01 -0700</pubDate>
      <category>Linux Support</category>
    </item>
  </channel>
</rss>