LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cheops-ns-0.2.3 (https://www.linuxquestions.org/questions/linux-newbie-8/cheops-ns-0-2-3-a-756047/)

z99 09-17-2009 06:35 PM

cheops-ns-0.2.3
 
hi everyone,
well I'm trying to install cheops-ns-0.2.3,
and when i run ./configure that's what i got:
.
.
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install

i have gnome-libs and gnome-libs-devel installed,
i'm running fc 11.

knudfl 09-18-2009 06:18 AM

What is " chepos-ns-0.2.3 " ? ?

No hits from Google with the keywords
'chepos-ns-0.2.3' or 'chepos-ns'.

Are you still using Fedora 11 ?
Must be told by every question !

/usr/bin/gnome-config is provided by 'gnome-libs-devel',
which is the very old version 1.4.2.

'yum whatprovides gnomeConf.sh' → → No Matches found.
.....
Obviously a very old application : Do not expect to build
it on Fedora 11 ?
.....

z99 09-18-2009 06:30 PM

hi knudfl,
yes you are right that was cheOps not chepOs,
yeah i'm using fedora 11, there is no file gnome-config & gnome-libs-devel
/usr/bin/gnome-config is provided by 'gnome-libs-devel' ==> gnome-libs-devel is installed but there is no gnome-config in /usr/bin.what can be the reason?
gnome-libs-devel is installed:
..
..
Loaded plugins: presto, refresh-packagekit
Available Packages
Name : gnome-libs-devel
Arch : i586
Epoch : 1
Version : 1.4.2
Release : 14.fc11
Size : 511 k
Repo : updates
..
..
Obviously a very old application : Do not expect to build
it on Fedora 11 ?
so there is no way to install cheops on fc11? that was the newest version,
on there site they say, fedora user must have imlib installed,it's installed too
thanks in advance

knudfl 09-19-2009 01:42 AM

OK, then cheops-ng -0.2.3 seems usable.
('ng' stands for 'Next Generation').
http://packages.debian.org/etch/cheops-ng
> Links for cheops-ng > >
[cheops-ng_0.2.3.orig.tar.gz], [cheops-ng_0.2.3-4.diff.gz]

# yum install gnome-libs-devel libxml-devel adns-devel nmap
.. And this is cheating : cd /usr/lib/
# ln -s libadns.so.1.3 libadns.a
.....
cd cheops-ng_0.2.3/
Unpack cheops-ng_0.2.3-4.diff.gz inside cheops-ng_0.2.3/
patch -p1 < cheops-ng_0.2.3-4.diff
./configure --with-nmap=/usr/bin/nmap && make
and the executable 'cheops-ng' can be clicked to open the GUI.
But please do 'su' for real functionality.
.....

z99 09-19-2009 07:14 PM

this is for the second time that you help me knudfl thanx a lot man,
is that your name? knudfl!
i did yum install gnome-libs-devel libxml-devel adns-devel
and everything goes on well just ./configure make make install and now i can run it,
take care,


All times are GMT -5. The time now is 07:57 PM.