QT-Library DOC causes segmentation fault

Robert.M.Wheat at barney.cs.uni-potsdam.de Robert.M.Wheat at barney.cs.uni-potsdam.de
Sat Oct 16 21:58:40 BST 1999


On Fri, 15 Oct 1999, you wrote:
> I know the problem has something to do with jpeg now because I edited the file
> /usr/local/qt/html/index.html and removed the following line. 
> 
> <a href=index.html><img width=122 height=65 src=qtlogo.jpg alt="Qt logo"
> align=left border=0></a>
> 
> Now I can read the QT-Library DOC opening screen without kdevelop crashing.
> 

I'm not sure if this will help you or not, but this is what I have done.

I had both jpeg61 and jpeg62 installed in my /usr/lib directory and was having similar problems.
In my /usr/lib directory, I created a new directory call 'jpeg_61' and moved the file
'libjpeg.so.6.0.1' to this new directory.  Next, I made sure that the two
symbolic links in the /usr/lib directory were actually pointing at the proper 'jpeg62' files.
The link named 'libjpeg.so' needs to point at 'libjpeg.so.62.0.0', and the link named
'libjpeg.so.6' needs to point at 'libjpeg.so.62.0.0'.  This way, if I ever need to use the jpeg61
libs again all I have to do is change the symbolic links named 'libjpeg.so' and 'libjpeg.so.6' to
point at 'jpeg_61/libjpeg.so.6.0.1'.

I hope this helps ;-)

-- 
Robert M. Wheat, Jr.
belran at worldnet.ibm.net



More information about the KDevelop mailing list