klibloader / launcher unkwon signal 15

Jason Hihn jhihn at lanexdvr.com
Wed Mar 3 14:34:39 CET 2004


Thank you Luciano!
I'll get around to building your newest version in a day or two, for now I'm
busy testing the last successful build I had (Without SSL, though SSL is
desired)

PS. What did you use to figure out the problem?

-J
Verint Systems Inc
 
 
-----Original Message-----
From: Luciano Montanaro [mailto:mikelima at cirulla.net] 
Sent: Wednesday, March 03, 2004 5:16 AM
To: For discussion of Konqueror/Embedded
Subject: Re: klibloader / launcher unkwon signal 15

On Tuesday 02 March 2004 10:42, Luciano Montanaro wrote:
> On Monday 01 March 2004 16:56, Hihn, Jason wrote:
> 
> > 
> > Konqueror:klibloader.cpp:66 virtual void* KLibrary::symbol(const char
> > *): Assertion 'res' failed.
> > 
> > Debug: launcher received unknown command 15
> > 
> >  
> > 
> > The assert is that the symbol passed in is not null.
> > 
> >  
> > 
> > Anyone have an idea?
> > 
> 
> Yes, I know this problem. It is related to the OpenSSL libraries-
> Konqueror tries to resolve symbols that are not present in current
> OpenSSL libraries. I'll try to investigate the issues, but I'm quite
> busy right now. I just checked in a change in kdenox that lets konqueror
> proceed even with missing symbols (The assert() has become a kdError(),
> so konqueror can continue, and we can see the unresolved symbols).
> 
> I'll try to make a new snapshot this evening.
> 

The new snapshot is up at http://www.cirulla.net/kdenox-snapshots

Let me know if it is any better. 
For the libjpeg problem: when cross compiling, I usually keep the
compiler, include and libraries in it own hyerarchy, for example 
/usr/local/crossenv . I have a wrapper for the configure script,
which sets the needed variables before calling configure, like this:

TARGET=i386-myfirm-linux-gnu
CC=/usr/local/crossenv/bin/$TARGET-gcc
CXX=/usr/local/crossenv/bin/$TARGET-g++
CFLAGS=-I/usr/local/crossenv/$TARGET/$TARGET/include
CXXFLAGS=$CFLAGS
LDFLAGS==-L/usr/local/crossenv/$TARGET/$TARGET/lib

export CC CXX CFLAGS CXXFLAGS LDFLAGS

./configure --with-all-the-options-needed


Once the configuration is done, invoking make normally works correctly.

Luciano
_______________________________________________
konq-e mailing list
konq-e at kde.org
https://mail.kde.org/mailman/listinfo/konq-e



More information about the konq-e mailing list