Re: [gtk-list] Solved: How to run GTK without MIT-SHM



Johannes Keukelaar wrote:
> 
> //robert havoc pennington wrote:
> //>
> //> On Tue, 2 Jun 1998, Hannu Krosing wrote:
> //> >
> //> > How can I run a gtk program on a server without MIT-SHM extension?
> //> >
> //
> //  [hannu@sid buttons]$ [hannu@sid entry]$ ./entry
> //
> //  ** WARNING **: MIT-SHM Extension not availible on server
> //
> //  ** ERROR **: sigsegv caught
> //
> //so it seems that drawing a simple widget _requires_ MIT-SHM extension ??
> 
> Perhaps you are jumping to conclusions. 'sigsegv caught' does not mean 'Gee, I
> need MIT-SHM, but can't get it'. Perhaps if you could give a gdb backtrace of
> the crash? (Run program in gdb. When it crashes, type 'bt'. Send the output to
> the mailinglist.)

Yep! I started to suspect it also, once I saw thet the warning and 
error are unrelated

My error was to do just ./configure, make, make install and not think ;)

As i dit it on a redhat 5.0 system, i ended up with old (1.0.1) libs in
/usr/lib
and new ones in /usr/local/lib, and when i made the examples they
probably linked 
to old libs

once i did ./configure --prefix=/usr everything started to work!

-----------
Hannu



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