[one-users] error: while telling the scons where to find the files
soge george
sogegeorge at gmail.com
Tue May 17 03:34:25 PDT 2011
I am installing OPENNEBULA in CENTOS 5.3
As per the instruction given in doc:rel2.2:notes, i installed all the
packages.All the packages installed in /root.
[root at opennebula ~]# rpm -qa | grep sqlite
python-sqlite-1.1.7-1.2.1
sqlite-3.3.6-5
sqlite-3.3.6-5
sqlite-devel-3.3.6-5
[root at opennebula ~]# whereis sqlite
sqlite: /usr/include/sqlite3.h
[root at opennebula ~]# export LD_LIBRARY_PATH=/usr/include/sqlite3.h
[root at opennebula ~]# scons sqlite=/usr/include/sqlite3.h
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 858, in _main
[root at opennebula ~]# whereis sqlite3
sqlite3: /usr/bin/sqlite3 /usr/local/bin/sqlite3 /usr/include/sqlite3.h
/ usr/share/man/man1/sqlite3.1.gz
[root at opennebula ~]# export LD_LIBRARY_PATH=/usr/bin/sqlite3
[root at opennebula ~]# echo $LD_LIBRARY_PATh
[root at opennebula ~]# echo $LD_LIBRARY_PATH
/usr/bin/sqlite3
[root at opennebula ~]# scons sqlite=/usr/bin/sqlite3
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 858, in _main
[root at opennebula ~]# export LD_LIBRARY_PATH=/usr/local/bin/sqlite3
[root at opennebula ~]# echo $LD_LIBRARY_PATH
/usr/local/bin/sqlite3
[root at opennebula ~]# scons sqlite=/usr/local/bin/sqlite3
scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 858, in _main
[root at opennebula ~]#
I've installed all the packages required. This is a merged output of
some 'rpm -qa | grep '
xmlrpc-c-1.06.18-1.el5.kb
xmlrpc-c-devel-1.06.18-1.el5.kb
xmlrpc-c-apps-1.06.18-1.el5.kb
scons-1.3.1-1
libgcc-4.1.2-44.el5
libgcc-4.1.2-44.el5
gcc-c++-4.1.2-44.el5
gcc-4.1.2-44.el5
please help me to debug this error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20110517/ef8a27c3/attachment-0002.htm>
More information about the Users
mailing list