Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
I have try to install Kopete 0.10.1 on my SUSE 9.2 with KDE 3.3 on it.
When I compile Kopete with ./configure i get the following error.
| #include<zlib.h>
|
| int
| main ()
| {
|
| char buf[42];
| gzFile f = (gzFile) 0;
| /* this would segfault.. but we only link, don't run */
| (void) gzgets(f, buf, sizeof(buf));
|
| return (zlibVersion() == ZLIB_VERSION);
|
| ;
| return 0;
| }
configure:29135: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.
Check your installation and look into config.log
Any idea what to do?
Thanks
Richard
ps. I have solved this error, ./configure runing now without errors. Thanks.
This post has been edited 1 times, last edit by "lizardkde" (Nov 11th 2005, 7:11pm)