LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2010, 05:32 PM   #1
ghst
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Rep: Reputation: 0
Multi Gnome Terminal (Can't install)


Hello.

While I'm not entirely new to Linux, I'm new enough to get lost pretty easy. I just migrated from Kubuntu to Zenwalk 6.2 to try to get my hands a little more dirty. Anyway, I've been trying to install the Multi Gnome Terminal but I just can't seem to find out how to do it. I've tried the source file with the tar.gz and the x86 tarball.

This is what I get when I try to install the source file:


root[multi-gnome-terminal-1.6.2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for intltool >= 0.12... 0.22 found
checking for perl... /usr/bin/perl
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
root[multi-gnome-terminal-1.6.2]#




And this is what I get when I try to install the X86 file:

root[mgt_install]# ./install.sh
./install.sh: line 4: gnome-config: command not found
mkdir: cannot create directory `/usr/local/share/mgt': No such file or directory
mkdir: cannot create directory `/usr/local/share/mgt/glade': No such file or directory
mkdir: cannot create directory `/usr/local/share/pixmaps': No such file or directory
mkdir: cannot create directory `/usr/local/share/pixmaps/mgt': No such file or directory
cp: cannot create regular file `/usr/local/share/mgt/glade/': No such file or directory
cp: cannot create regular file `/usr/local/share/mgt/glade/': No such file or directory
cp: cannot create regular file `/usr/local/share/mgt/glade/': No such file or directory
cp: cannot create regular file `/usr/local/share/mgt/glade/': No such file or directory
cp: cannot create regular file `/usr/local/share/mgt/glade/': No such file or directory
cp: target `/usr/local/share/pixmaps/mgt/' is not a directory
cp: cannot create regular file `/CORBA/servers': No such file or directory
mkdir: cannot create directory `/usr/local/share/gnome': No such file or directory
mkdir: cannot create directory `/usr/local/share/gnome/help': No such file or directory
mkdir: cannot create directory `/usr/local/share/gnome/help/multi-gnome-terminal': No such file or directory
cp: target `/usr/local/share/gnome/help/multi-gnome-terminal' is not a directory
multi-gnome-terminal succesfully installed!
root[mgt_install]# multi-gnome-terminal
multi-gnome-terminal: error while loading shared libraries: libglade-gnome.so.0: cannot open shared object file: No such file or directory


It says it's installed, but when I try to run it it gives me this error message.

Any help would be appreciated.

Thanks

Last edited by ghst; 04-06-2010 at 06:02 PM.
 
Old 04-07-2010, 01:43 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install
Did you install gnome-libs?
 
Old 04-07-2010, 04:03 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The missing file gnomeConf.sh is provided by
the package ' libgnome-dev ', still available.
EDIT : Sorry, wrong package name for zenwalk.

"gnome-libs-1.4.x" : Last time seem in Slackware 8.1 ?
ftp://ftp.heanet.ie/mirrors/ftp.slac...ackware/gnome/
gnome-libs-1.4.1.7-i386-1.tgz provides /usr/lib/gnomeConf.sh

These eight year old gnome-1.4.x files indicate,
that you are trying to build a very old application.
.....

Last edited by knudfl; 04-07-2010 at 04:26 AM.
 
1 members found this post helpful.
Old 04-07-2010, 10:16 AM   #4
ghst
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks knudfl,
I was able to install the libs no problem, but now this error shows up:

checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: GTK not installed


an clues for this?

The application I am trying to install is called MGT (Multi Gnome Terminal) There was a slackware based download but the link is no longer available... sigh.

Thanks for the help.

 
Old 04-07-2010, 04:48 PM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Well, you will need the old gtk+-1.2.10-i486-4.tgz,
and the dependency glib-1.2.10-i486-3.tgz

Packages from Slackware 9.1...13 should be usable,
if no zenwalk packages are available.

On Slackware, these two are usually installed at
OS install together with gtk2-2.xx.x / glib2-2.xx.x.
.....
 
Old 04-07-2010, 08:00 PM   #6
ghst
LQ Newbie
 
Registered: Apr 2010
Posts: 3

Original Poster
Rep: Reputation: 0
How do I get packages? I searched the ftp placed in the 9.1 but I could only find gtk-engines-2.2.0... Thanks for helping.

Last edited by ghst; 04-07-2010 at 08:14 PM.
 
Old 04-08-2010, 02:43 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
It is your zenwalk version, that would determine,
which packages to use. Please always tell OS version
by every question.
http://www.linuxquestions.org/linux/...Ask_a_Question

If you are not sure of the Slackware used for your zenwalk,
an older one will be a safe choice.
Keyword for Google is : getslack http://www.slackware.com/getslack/
ftp://ftp.heanet.ie/mirrors/ftp.slac...1/slackware/l/
gtk+-1.2.10-i386-3.tgz , glib-1.2.10-i386-2.tgz
.....
 
  


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
How do I resize the terminal window from the command line in the gnome terminal QuIcKSpArK Linux - Newbie 5 04-21-2012 02:04 PM
Terminal and gnome-terminal crashing X in Xfce Warren Watts Arch 3 12-12-2007 11:33 PM
Multi Gnome Terminal carlosinfl Debian 3 02-21-2007 04:26 AM
pressing 'x' in gnome terminal starts new terminal instance Drwfan54 Ubuntu 3 09-26-2006 03:09 PM
Alternative terminal to konsole & gnome-terminal Adony Linux - Software 3 10-08-2004 03:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:16 PM.

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