(Janu, I sent you a link to subscribe to the BLFS-support list, why don't you just subscribe and send messages to that instead of directly to me?)
On Sun, May 22, 2011 at 11:43 PM, janu mam <[email protected]> wrote: > i added below line in /etc/ profie and saved >> >> {{{ >> # Set the initial PKG_CONFIG_PATH >> export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig >> }}} >> Be sure to insert the text between the {{{ and }}}. The braces are a way to mark up blocks of code, command, or output in Trac, LFS's bug tracking system. I use that syntax too. This should go after the command that sets the initial PATH. It does not work after the command which runs the /etc/profile.d scripts. > same thing when i do as root also[ next line '>']no response > You didn't give me the value of $XORG_PREFIX. Please give me that and I can better help you with this problem. Anyway, I assume $XORG_PREFIX is not /usr. If it is, remind me. If it is not, add this to /etc/profile.d/xorg.sh: {{{ pathappend $XORG_PREFIX/bin PATH pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH }}} (be sure to copy the parts between the {{{ and }}}) -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- Are you a Gmail user? Please read this important notice: http://www.fsf.org/campaigns/jstrap/gmail?31450. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
