LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-23-2011, 12:48 AM   #1
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Rep: Reputation: 0
xorg-libraries:error


hi all
i am @chapter23:xorg-libraries[BLFS-SVN][i have done successfully its dependencies]
http://www.linuxfromscratch.org/blfs...n/x/x7lib.html
I DONE THIS STEP:
mkdir lib &&
cd lib &&
grep -v '^#' ../lib-7.6-1.wget | wget -i- -c \
-B http://xorg.freedesktop.org/releases/individual/lib/ &&
md5sum -c ../lib-7.6-1.md5

THEN
root[/home/janu/Downloads/xc/lib]bash -e
root[/home/janu/Downloads/xc/lib]
for package in $(grep -v '^#' ../lib-7.6-1.wget)
do
packagedir=${package%.tar.bz2}
tar -xf $package
cd $packagedir
case "$packagedir" in
libX11-1.4.0 )

# Uncomment if you did not build libxcb
#CONFIGPARAMS="--without-xcb"
esac &&
./configure $XORG_CONFIG $CONFIGPARAMS
make
make install
unset CONFIGPARAMS
ldconfig
cd ..
rm -rf $packagedir
done 2>&1 | tee -a ../lib-7.6-1-compile.log

result:is
this is exact message on screen:
checking for X11 ...configure:errorackage ruirements(xproto >=7.0.13 exeproto xtrans xcb>=1.1.92 kbproto)were not met:
no package 'xtrans' found
consider adjusting the PKG_COFIG_PATH environment variable if you installed software in a non-standard prefix

Alternatively, you may set the environment variable X11_CFLAGS and X11_LIBS to avoid the need to call pkg-config.

see the pkg-config man page for mor details
ANY HELP???

Last edited by janakiramulu; 05-23-2011 at 12:50 AM.
 
Old 05-23-2011, 06:09 AM   #2
janakiramulu
Member
 
Registered: Jan 2011
Location: mangalore
Distribution: ubuntu
Posts: 167

Original Poster
Rep: Reputation: 0
this time i did below code in a file:build_lib.sh
[ i should not follow this but while doing post#1 i am getting error:
so i just take help of http://www.theskycenter.info/blfs/xorg
-i am following official online book-http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html]
Create build script :

root[home/janu/Downloads/xc/lib]#cat >build_lib.sh << "EOF"
# build packages
for package in $(grep -v '^#' ../lib-7.6-1.wget)
do
packagedir=${$package%.tar.bz2}
tar -xf $package
cd $packagedir
case "$packagedir" in
libX11-1.4.0 )
;;
libXfont-1.4.3 )
;;
esac &&
./configure $XORG_CONFIG
make
make install
ldconfig
cd ..
rm -rf $packagedir
#rm -f $package
done 2>&1 | tee -a ../lib-7.6-1-compile.log #log the entire loop
EOF

root[home/janu/Downloads/xc/lib]#chmod 755 build_lib.sh


Build and install :

root[home/janu/Downloads/xc/lib]#./build_lib.sh
result is:
it scrolling very lengthy compilation.....
at last below message on[one error] screen:

checking for XKBFILE ....configure :errorackage requirements(x11 kbproto ) were not me:
no package 'x11' not found
consider adjusting the PKG_COFIG_PATH environment variable if you installed software in a non-standard prefix

Alternatively, you may set the environment variable XKBFILE_CFLAGS and XKBFILE_LIBS_LIBS to avoid the need to call pkg-config.
see the pkg-config man page foe more details
make:***no targets specified and no makefile found. stop
make:***no rule to make target 'install'. stop
ldconfig:/usr/lib/libstdc++.so.6.0.14-db.py is not a ELF file - it has the wrong magic bytes at the rest.
any one help ????

Last edited by janakiramulu; 05-23-2011 at 06:30 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Xorg Libraries error compilation poisoning Linux From Scratch 3 04-16-2011 07:26 PM
Can't login to 10.04 LTS server with error sh: error while loading shared libraries swankster Ubuntu 2 12-31-2010 12:14 PM
[SOLVED] Error with xorg-x11-server-Xorg callumacrae Fedora 1 10-13-2009 02:22 PM
Error opening terminal:vt102 and error while loading shared libraries:libncurses.so.5 nathan Linux - Software 1 08-11-2009 11:03 PM
kudzu error loading libraries & respawning too fast error CatherineBennet Linux - Newbie 0 01-05-2005 05:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 05:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration