Re: [GnomeMeeting-list] Re: Still there Re: Same Problem at http://mail.gnome.org/archives/gnomemeeting-list/2002-December/msg00263.html



> On Fri, 2003-05-30 at 19:03, Damien Sandras wrote:
> Hello,
> 
> A few remarks here :
> 
>- For the gconf problem, I suggest you to use --sysconfdir=/etc for
> configure

Hello,

	I typed the following in the shell.
./configure --prefix="/GnomeMeeting/GMeet"
--with-ptlib-includes="/GnomeMeeting/pwlib/include/ptlib/"
--with-ptlib-libs="/GnomeMeeting/pwlib/lib/"
--with-openh323-includes="/GnomeMeeting/openh323/include/"
--with-openh323-libs="/GnomeMeeting/openh323/lib/" --sysconfdir=="/etc"
for which I got the error as 

configure: error: expected an absolute directory name for --sysconfdir:
=/etc
So what I did was reinstalled Gnomemeeting.from the beginning.Now it is
working.


>Moreover, RedHat 9
> already provides GnomeMeeting 0.96.1, so I don't see the interest to
> compile an older version than what is provided.

Actually We(a team) started work on older version of gnomemeeting.So we
are proceeding with that version.As per your instruction I updated all
my packages.(all in the sense ALL PACKAGES)Then I searched my entire
directory entries with files gnomemeet*. The files which I installed
alone were listed.

Eventhough gnomemeeting works well now.It will be better if I am
informed of the location of Gnomemeeting in RedHatLinux 9.



                                              Murugesan N
















>On Fri, 2003-05-30 at 19:03, Damien Sandras wrote:
> Hello,
> 
> A few remarks here :
> 
> - You tried to install GnomeMeeting 0.94.1 on a RedHat 9 system.
> GnomeMeeting 0.96.1 has been released a few months ago and fixes bugs
> that could be triggered on RedHat 9 among others. Moreover, RedHat 9
> already provides GnomeMeeting 0.96.1, so I don't see the interest to
> compile an older version than what is provided.
> 
> - You tried to install GnomeMeeting in the prefix /home/murugesan/gmeet,
> you should perhaps have tried to install in /usr or /usr/local/, but
> technically it doesn't change anything
> 
> - For the gconf problem, I suggest you to use --sysconfdir=/etc for
> configure
> 
> - You can also play with gnomemeeting-config-tool...
> 
> 
> 
> Le ven 30/05/2003 à 15:24, murugesan a écrit :
> > > On Fri, 2003-05-30 at 18:07, Damien Sandras wrote:
> > > Hello,
> > > 
> > > How did you install GnomeMeeting?
> > 
> > Hello,
> >      I have installed gnomemeeting by the following steps.
> > *****************************************************************
> > At first untar the following files
> > Start at location where openh323,pwlib,gnomemeeting tar files are  found
> > 
> > STEP 1
> >   @ directory /home/murugesan/
> >   type
> >  tar -xvzf openh323_1.9.10.tar.gz
> >  tar -xvzf pwlib_1.3.11.tar.gz
> >  tar -xvzf gnomemeeting-0.94.1.tar.gz
> > 
> > Then do the following
> > 
> > STEP 2
> >  export PWLIBDIR="/home/murugesan/pwlib"
> >  export OPENH323DIR="/home/murugesan/openh323"
> > 
> > STPE 3
> >      cd pwlib
> >      make bothnoshared
> > 
> > After making type 
> > 
> > STPE 4
> >      cd /home/murugesan/openh323
> >      make bothnoshared
> > 
> > Type the  following after changing to gnomemeeting-o.94.1 directory
> > 
> > STEP 5  GOTO STEP 6 bcoz,
> >      ./configure --prefix="/home/murugesan/gmeet"
> > --with-ptlib-includes="/home/murugesan/pwlib/include/ptlib/"
> > --with-ptlib-libs="/home/murugesan/pwlib/lib/"
> > --with-openh323-includes="/home/murugesan/openh323/include/"
> > --with-openh323-libs="/home/murugesan/openh323/lib/"
> > 
> > You will have the following error
> >     checking for /home/murugesan/pwlib/lib//libpt.so... no
> >     configure: error: You need PTLib to enjoy GnomeMeeting
> >     So link the following files
> > 
> > STEP 6
> >     ln -s /home/murugesan/openh323/lib/libh323_linux_x86_d.a
> > /home/murugesan/openh323/lib/libopenh323.so
> >     ln -s /home/murugesan/pwlib/lib/libpt_linux_x86_d.a
> > /home/murugesan/pwlib/lib/libpt.so
> > 
> > STEP 6.a
> >      Again configure using the above configuration procedure.
> > 
> > Then type
> > STEP 7
> >      make
> >      make install.
> > 
> > STEP 8
> >       cd /home/murugesan/gmeet/
> >       $./gnomemeeting
> > *************************************************************
> > This is how I installed gnomemeeting.
> > 
> >     The problem at the site
> >  http://mail.gnome.org/archives/gnomemeeting-list/2002-December/msg00263.html
> > also occurs in my linux(9) system.
> >  
> >  How can I clear the error?
> >                                Murugesan N
> > 
> > 
> > > 
> > > Ps: you should really use the mailing list to ask your questions.
> > > 
> > > Le ven 30/05/2003 à 14:31, murugesan a écrit :
> > > > Hello sir,
> > > > 
> > > >          The problem still exists.
> > > > As per the instructions 
> > > > I changed the permissions as 
> > > > 
> > > >           $ chmod -R 4755 /etc/gconf/gconf.xml.defaults/
> > > > 
> > > > Then I typed 
> > > > 
> > > >           $ killall -9 gconfd-1
> > > > The error was 
> > > >           $ gconfd-1 : no process killed
> > > > So I typed
> > > >           $ killall -9 gconfd-2
> > > >           $ ./gnomemeeting
> > > > But the same problem exists 
> > > > 
> > > > For your information 
> > > > 
> > > >     1) No files named gconf_test* in my PC
> > > > 
> > > >     2) $ gconftool-2 --get-default-source
> > > >                outputted 
> > > >        xml::/etc/gconf/gconf.xml.defaults
> > > > 
> > > >     3) $ ./gconftool-2 --get 
> > > > /etc/gconf/gconf.xml.defaults/apps/gnomemeeting/gconf_test_age
> > > > 
> > > >                outputted 
> > > > 
> > > >       No value set for            
> > > > `/etc/gconf/gconf.xml.defaults/apps/gnomemeeting/gconf_test_age'
> > > >                                   
> > > >                                Murugesan N
> > > > > On Fri, 2003-05-30 at 17:24, Damien Sandras wrote:
> > > > > Hello,
> > > > > 
> > > > > Le ven 30/05/2003 à 13:36, murugesan a écrit :
> > > > > > Hello sir,
> > > > > >          The problem at the site
> > > > > > http://mail.gnome.org/archives/gnomemeeting-list/2002-December/msg00263.html
> > > > > > also occurs in my linux(9) system.
> > > > > > After typing 
> > > > > 
> > > > > > 
> > > > > >   $./gconftool-2
> > > > > >     --get             
> > > > > > /etc/gconf/gconf.xml.defaults/apps/gnomemeeting/gconf_test_page
> > > > > > 
> > > > > 
> > > > > It is not gconf_test_page, but gconf_test_age
> > > > > 
> > > > > > Actually I first installed gnomemeeting.It worked at first. Then I
> > > > > > installed Openh323Gatekeeper.Only after installing Gatekeeper The above
> > > > > > mentioned error was reported.
> > > > > > 
> > > > > 
> > > > > That can't be related. Perhaps you are running old gconf 1 applications
> > > > > that can give trouble to gconf 2 applications. Just do a killall -9
> > > > > gconfd-1 and try again.
> > > > > 
> > > > > > How can I clear the error?
> > > > > > 
> > > > > >                                       -- 
> > > > > >                                       murugesan <murugesan visolve com>
> > 
> > _______________________________________________
> > GnomeMeeting-list mailing list
> > GnomeMeeting-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gnomemeeting-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]